[
  {
    "path": ".gitignore",
    "content": "*.grf\n*.gz\nlog.*\npostProcessing\n*~\nprocessor*\n[0-9]*\n[0-9]*.[0-9]*\n!0\n!0.org\n!0.orig\n!0/\n*.eMesh\npolyMesh/\n*.OpenFOAM\ndynamicCode\nsequencedVTK/\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    {one line to give the program's name and a brief idea of what it does.}\n    Copyright (C) {year}  {name of author}\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    {project}  Copyright (C) {year}  {fullname}\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# OpenFOAM Tutorials Plus\nThis repository contains several OpenFOAM tutorials, cases and notes.\n\nHere's a brief description:\n\n* **linuxCheatSheet**\n\n  OpenFOAM Linux Cheat Sheet.\n\n* **flatPlate**\n\n  A simple 2D geometry is used to show the development of a turbulent boundary layer. It's an exercise of [Flow over a flat plate - YouTube](https://youtu.be/69Nna1UjICI).\n\n* **magnusEffect**\n\n  A rotating cylinder in free stream to show magnus effect. Gmsh is used to generate mesh.\n\n* **abruptContraction**\n\n  Abrupt contraction of a rectangular channel where cavitation occures. The *blockMeshDict* is written with variables. *interPhaseChangeFoam*, *pisoFoam* and  *pimpleFoam* are used.\n\n* **waterChannel**\n\n  Two-phase open channel flow. It's a fork  of the original interFoam tutorial *waterChannel*. The *surfaces* function is configured to generate water surfaces (namely, the isosurfaces where *alpha.water* is equal to 0.5). \n\n* **fishChannel**\n\n  A baffled open channel for fish migration in eco-hydraulic engineering. A combination of *blockMesh*, *topoSet*, *createBaffles*, *refineMesh*, *refineWallLayer* etc are used for geometry and mesh generation.\n\n* **cavitatingBullet**\n\n  The simplified version of the original cavitatingBullet case. The initialization process using potentialFoam is removed in this version to show the basic usage of interPhaseChangeFoam. \n\n* **mpiTest**\n \n  Parallel test for clusters using slurm job management tool. It can also be used on other platforms i.e. workstation after small modification. The case is based on damBreak4PhasesFine with multiphaseEulerFoam. \n\n* **programmingTutorials**\n\n  Basic tutorials to show how to programme within the framework of OpenFOAM. Refer to the README file within the folder.\n\nPull requests are welcome! Happy foaming!\n"
  },
  {
    "path": "_config.yml",
    "content": "theme: jekyll-theme-cayman"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            turbulentInlet;\n        referenceField  uniform (5 0 0);\n        fluctuationScale (0.02 0.01 0.01);\n        value           uniform (5 0 0);\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform (0 0 0);\n        value           uniform (0 0 0);\n    }\n    side\n    {\n        type            noSlip;\n    }\n    walls\n    {\n        type            noSlip;\n    }\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/alpha.water",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      alpha.water;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0];\n\ninternalField   uniform 1;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           1;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n    }\n    side\n    {\n        type            zeroGradient;\n    }\n    walls\n    {\n        type            zeroGradient;\n    }\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 2e-05;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n\n    side\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    walls\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    symmetry\n    {\n        type            symmetry;\n        value           uniform 0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/nuTilda",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      nuTilda;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n\n    side\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    walls\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    symmetry\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/p_rgh",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      p_rgh;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [1 -1 -2 0 0];\n\ninternalField   uniform 100952;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            fixedValue;\n        value           72000;\t//experimental value\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n    side\n    {\n        type            zeroGradient;\n    }\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/phi",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       surfaceScalarField;\n    location    \"0\";\n    object      phi;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 3 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    outlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    side\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    walls\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    symmetry\n    {\n        type            symmetry;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/0/s",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      s;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 1;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            zeroGradient;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\n# Remove copy of 0.org\n# rm -rf 0\n\ncleanCase\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/Allmesh",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\nrefineMeshByCellSet()\n{\n   while [ $# -ge 1 ]\n   do\n      if [ ! -e log.refineMesh.$1 ]\n      then\n          echo \"Creating cell set for primary zone - $1\"\n          topoSet -dict system/topoSetDict.$1 > log.topoSet.$1 2>&1\n          echo \"Refining primary zone - $1\"\n          refineMesh -dict system/refineMeshDict.$1 -overwrite \\\n              > log.refineMesh.$1 2>&1\n      fi\n      shift\n   done\n}\n\nrunApplication blockMesh\nrefineMeshByCellSet 1\nrefineWallLayer -overwrite '(walls)' 0.2 >> log.refineWallLayer.1\n\n\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh and refine\n./Allmesh\n\n# Run the solver in parallel\nrunApplication `getApplication`\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/Allrun.parallel",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh and refine\n./Allrun.mesh\n\n# Decompose the mesh for parallel\nrunApplication decomposePar\n\n# Run the solver in parallel\nrunParallel `getApplication`\n\n# Reconstruct the decomposed mesh for postprocessing\nrunApplication reconstructPar\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/constant/g",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       uniformDimensionedVectorField;\n    location    \"constant\";\n    object      g;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -2 0 0 0 0];\nvalue           (0 0 -9.81);\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nphases (water vapour);\n\nphaseChangeTwoPhaseMixture SchnerrSauer;\n\npSat            [1 -1 -2 0 0 0 0] 2300;   // Saturation pressure\n\nsigma           [1 0 -2 0 0 0 0]  0.07;\n\nwater\n{\n    transportModel Newtonian;\n    nu              [0 2 -1 0 0 0 0] 9e-07;\n    rho             [1 -3 0 0 0 0 0] 1000;\n}\n\nvapour\n{\n    transportModel Newtonian;\n    nu              [0 2 -1 0 0 0 0] 4.273e-04;\n    rho             [1 -3 0 0 0 0 0] 0.02308;\n}\n\nKunzCoeffs\n{\n    UInf            UInf   [0 1 -1 0 0 0 0]     20.0;\n    tInf            tInf   [0 0 1 0 0 0 0]      0.005; // L = 0.1 m\n    Cc              Cc     [0 0 0 0 0 0 0]      1000;\n    Cv              Cv     [0 0 0 0 0 0 0]      1000;\n}\n\nMerkleCoeffs\n{\n    UInf            UInf   [0 1 -1 0 0 0 0]     20.0;\n    tInf            tInf   [0 0 1 0 0 0 0]      0.005;  // L = 0.1 m\n    Cc              Cc     [0 0 0 0 0 0 0]      80;\n    Cv              Cv     [0 0 0 0 0 0 0]      1e-03;\n}\n\nSchnerrSauerCoeffs\n{\n    n               n      [0 -3 0 0 0 0 0]     1.6e+13;\n    dNuc            dNuc   [0 1 0 0 0 0 0]      2.0e-07;\n    Cc              Cc     [0 0 0 0 0 0 0]      1;\n    Cv              Cv     [0 0 0 0 0 0 0]      1;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType  LES;\n//simulationType  laminar;\n\nLES\n{\n    LESModel        dynamicKEqn;\n\n    turbulence      on;\n\n    printCoeffs     on;\n\n    delta           cubeRootVol;\n\n    dynamicKEqnCoeffs\n    {\n        filter simple;\n    }\n\n    cubeRootVolCoeffs\n    {\n        deltaCoeff      1;\n    }\n\n    PrandtlCoeffs\n    {\n        delta           cubeRootVol;\n        cubeRootVolCoeffs\n        {\n            deltaCoeff      1;\n        }\n\n        smoothCoeffs\n        {\n            delta           cubeRootVol;\n            cubeRootVolCoeffs\n            {\n                deltaCoeff      1;\n            }\n\n            maxDeltaRatio   1.1;\n        }\n\n        Cdelta          0.158;\n    }\n\n    vanDriestCoeffs\n    {\n        delta           cubeRootVol;\n        cubeRootVolCoeffs\n        {\n            deltaCoeff      1;\n        }\n\n        smoothCoeffs\n        {\n            delta           cubeRootVol;\n            cubeRootVolCoeffs\n            {\n                deltaCoeff      1;\n            }\n\n            maxDeltaRatio   1.1;\n        }\n\n        Aplus           26;\n        Cdelta          0.158;\n    }\n\n    smoothCoeffs\n    {\n        delta           cubeRootVol;\n        cubeRootVolCoeffs\n        {\n            deltaCoeff      1;\n        }\n\n        maxDeltaRatio   1.1;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters \t0.01;\n\nh1\t18; //Height of the channel before contraction\nh2\t9;  //Height of the channel after contraction\n\nl1 \t40; //Length of the channel before contraction\nl2 \t40; //Length of the channel after contraction\n\nw1\t18; //Width of the channel\n\nminX\t0;\nminY\t-9;\nminZ\t0;\n\nmidX\t#calc \"$minX+$l1\";\nmidZ\t#calc \"$minZ+$h2\";\n\nmaxX\t#calc \"$midX+$l2\";\nmaxY\t#calc \"$minY+$w1\";\nmaxZ\t#calc \"$minZ+$h1\";\n\nvertices\n(\n    ($minX $minY $minZ)      //0\n    ($midX $minY $minZ)\n    ($maxX $minY $minZ)      //2\n    ($minX $minY $midZ)\n    ($midX $minY $midZ)\t     //4\n    ($maxX $minY $midZ)\n    ($minX $minY $maxZ)      //6\n    ($midX $minY $maxZ)\n\n    ($minX $maxY $minZ)      //8\n    ($midX $maxY $minZ)\n    ($maxX $maxY $minZ)      //10\n    ($minX $maxY $midZ)\n    ($midX $maxY $midZ)\t     //12\n    ($maxX $maxY $midZ)\n    ($minX $maxY $maxZ)      //14\n    ($midX $maxY $maxZ)\n);\n\nblocks\n(\n    hex (0 1 9 8  3 4 12 11) (80 40 20) simpleGrading (0.5 1 0.5)\n    hex (3 4 12 11  6 7 15 14) (80 40 20) simpleGrading (0.5 1 2)\n    hex (1 2 10 9  4 5 13 12) (80 40 20) simpleGrading (2 1 0.5) \n\n);\n\nedges\n(\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 3 11 8)\n            (3 6 14 11)\n        );\n    }\n\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (10 13 5 2)\n        );\n    }\n\n    side\n    {\n        type patch;\n        faces\n        (\n            (0 1 4 3)\n            (1 2 5 4)\n            (3 4 7 6)\n\n            (11 12 9 8)\n            (12 13 10 9)\n            (14 15 12 11)\n        );\n    }\n\n\n    walls\n    {\n        type wall;\n        faces\n        (\n\t\t\t(6 7 15 14)\n\t\t\t(4 12 15 7)\n\t\t\t(4 5 13 12)\n        );\n    }\n\n\tsymmetry\n\t{\n\t\ttype symmetry;\n\t\tfaces\n\t\t(\n            (0 8 9 1)\n            (1 9 10 2)\n\t\t);\n\t}\n);\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication             interPhaseChangeFoam;\n\nstartFrom               latestTime;\n\nstartTime               0;\n\nstopAt                  endTime;\n\nendTime                 1;\n\ndeltaT                  1e-5;\n\nwriteControl            adjustableRunTime;\n\nwriteInterval           0.001;\n\npurgeWrite              1;\n\nwriteFormat             ascii;\n\nwritePrecision          6;\n\nwriteCompression        uncompressed;\n\ntimeFormat              general;\n\nrunTimeModifiable       yes;\n\nadjustTimeStep          on;\n\nmaxCo                   1;\n\nfunctions\n{\n    #includeFunc \"surfaces\"\n    #includeFunc \"probes\"\n    fieldAverage1\n    {\n        type            fieldAverage;\n        libs            (\"libfieldFunctionObjects.so\");\n        writeControl    writeTime;\n        fields\n        (\n            U\n            {\n                mean        on;\n                prime2Mean  on;\n                base        time;\n            }\n            p_rgh\n            {\n                mean        on;\n                prime2Mean  on;\n                base        time;\n            }\n        );\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    note        \"mesh decomposition control dictionary\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 2;\n\nmethod          simple;\n\nsimpleCoeffs\n{\n    n               (1 2 1);\n    delta           0.001;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default             Euler;\n}\n\ninterpolationSchemes\n{\n    default             linear;\n}\n\ndivSchemes\n{\n    default             none;\n    div(rhoPhi,U)       Gauss linearUpwind grad(U);\n    div(phi,omega)      Gauss linearUpwind grad(omega);\n    div(phi,k)          Gauss linearUpwind grad(k);\n    div(phi,alpha)      Gauss vanLeer;\n    div(phirb,alpha)    Gauss linear;\n    div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;\n}\n\ngradSchemes\n{\n    default             Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default             Gauss linear limited corrected 0.5;\n}\n\nsnGradSchemes\n{\n    default             limited corrected 0.5;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    \"alpha.water.*\"\n    {\n        cAlpha          0;\n        nAlphaCorr      2;\n        nAlphaSubCycles 1;\n\n        MULESCorr       yes;\n        nLimiterIter    5;\n\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-8;\n        relTol          0;\n        maxIter         10;\n    };\n\n    \"U.*\"\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-6;\n        relTol          0;\n    };\n\n    p_rgh\n    {\n        solver          GAMG;\n        tolerance       1e-8;\n        relTol          0.1;\n\n        smoother        DICGaussSeidel;\n        nPreSweeps      0;\n        nPostSweeps     2;\n\n        cacheAgglomeration true;\n\n        nCellsInCoarsestLevel 10;\n        agglomerator    faceAreaPair;\n        mergeLevels     1;\n\n        maxIter         50;\n    };\n\n    p_rghFinal\n    {\n        solver          PCG;\n        preconditioner\n        {\n            preconditioner  GAMG;\n\n            tolerance       1e-6;\n            relTol          0;\n\n            nVcycles        2;\n\n            smoother        DICGaussSeidel;\n            nPreSweeps      0;\n            nPostSweeps     2;\n            nFinestSweeps   2;\n\n            cacheAgglomeration true;\n            nCellsInCoarsestLevel 10;\n            agglomerator    faceAreaPair;\n            mergeLevels     1;\n        };\n        tolerance       1e-7;\n        relTol          0;\n        maxIter         50;\n    };\n\n    pcorr\n    {\n        $p_rgh;\n        relTol          0;\n    };\n\n    Phi\n    {\n        $p_rgh;\n        relTol          0;\n    };\n\n    \"(U|k|B|nuTilda|s)\"\n    {\n        solver          smoothSolver;\n        smoother        GaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    };\n\n    \"(U|k|nuTilda)Final\"\n    {\n        $U;\n        tolerance       1e-05;\n        relTol          0;\n    };\n\n\n}\n\npotentialFlow\n{\n    nNonOrthogonalCorrectors   3;\n}\n\nPIMPLE\n{\n    momentumPredictor           no;\n    nOuterCorrectors            1;\n    nCorrectors                 3;\n    nNonOrthogonalCorrectors    0;\n}\n\nrelaxationFactors\n{\n    equations\n    {\n        \"U.*\"                   1;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/probes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Web:      www.OpenFOAM.org\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nDescription\n    Writes out values of fields from cells nearest to specified locations.\n\n\\*---------------------------------------------------------------------------*/\n\n#includeEtc \"caseDicts/postProcessing/probes/probes.cfg\"\n\nfields (p);\nprobeLocations\n(\n    (0.1 0 0.09)\n    (0.15 0 0.09)\n    (0.215 0 0)\n    (0.245 0 0)\n    (0.275 0 0)\n    (0.375 0 0)\n    (0.555 0 0)\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/refineMeshDict.1",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      refineMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nset             c0;\n\ncoordinateSystem global;\n\nglobalCoeffs\n{\n    tan1            (1 0 0);\n    tan2            (0 0 1);\n}\n\ndirections      ( tan2 );\n\nuseHexTopology  yes;\n\ngeometricCut    no;\n\nwriteMesh       no;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/refineMeshDict.2",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      refineMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nset             c0;\n\ncoordinateSystem global;\n\nglobalCoeffs\n{\n    tan1            (1 0 0);\n    tan2            (0 0 1);\n}\n\ndirections      ( tan2 );\n\nuseHexTopology  yes;\n\ngeometricCut    no;\n\nwriteMesh       no;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/surfaces",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Web:      www.OpenFOAM.org\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nDescription\n    Writes out surface files with interpolated field data in VTK format, e.g.\n    cutting planes, iso-surfaces and patch boundary surfaces.\n\n    This file includes a selection of example surfaces, each of which the user\n    should configure and/or remove.\n\n\\*---------------------------------------------------------------------------*/\n\n#includeEtc \"caseDicts/postProcessing/visualization/surfaces.cfg\"\n\nfields       (p U alpha.water);\n\nsurfaces\n(\n\n    yNormal\n    {\n        $cuttingPlane;\n        pointAndNormalDict\n        {\n            normalVector $y;      // Overrides default normalVector (1 0 0)\n        }                         // $y: macro for (0 1 0)\n    }\n\n    waterSurface\n    {\n        $isosurface;\n        isoField    alpha.water;\n        isoValue    0.50;\n    }\n\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/topoSetDict.1",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      topoSetDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactions\n(\n    {\n        name    c0;\n        type    cellSet;\n        action  new;\n        source  boxToCell;\n        sourceInfo\n        {\n            box (0.3 -0.09 0.01) (0.6 0.9 0.17);\n        }\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/interPhaseChangeFoam/system/topoSetDict.2",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      topoSetDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactions\n(\n    {\n        name    c0;\n        type    cellSet;\n        action  new;\n        source  boxToCell;\n        sourceInfo\n        {\n            box (0.35 -0.09 0.01) (0.8 0.9 0.14);\n        }\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform (5 0 0);\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n    }\n\n    side\n    {\n        type            noSlip;\n    }\n\n    walls\n    {\n        type            noSlip;\n    }\n\n    symmetry\n    {\n        type\t\tnoSlip;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/0/epsilon",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -3 0 0 0 0];\n\ninternalField   uniform 14.855;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 14.855;\n    }\n    outlet\n    {\n        type            zeroGradient;\n    }\n    side\n    {\n        type            epsilonWallFunction;\n        value           uniform 14.855;\n    }\n    walls\n    {\n        type            epsilonWallFunction;\n        value           uniform 14.855;\n    }\n    symmetry\n    {\n        type            epsilonWallFunction;\n\tvalue\t\tuniform 14.855;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0.375;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 0.375;\n    }\n    outlet\n    {\n        type            zeroGradient;\n    }\n    side\n    {\n        type            kqRWallFunction;\n        value           uniform 0.375;\n    }\n    walls\n    {\n        type            kqRWallFunction;\n        value           uniform 0.375;\n    }\n    symmetry\n    {\n        type            kqRWallFunction;\n\tvalue\t\tuniform 0.375;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/0/nuTilda",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      nuTilda;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            zeroGradient;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    outlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    side\n    {\n        type            nutkWallFunction;\n        value           uniform 0;\n    }\n    walls\n    {\n        type            nutkWallFunction;\n        value           uniform 0;\n    }\n    symmetry\n    {\n        type            nutkWallFunction;\n\tvalue\t\tuniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            fixedValue;\n\tvalue\t\t72;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            zeroGradient;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\ncleanCase\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh\nrunApplication blockMesh\n\n# Run the solver\nrunApplication `getApplication`\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/Allrun.parallel",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh\nrunApplication blockMesh\n\n# Decompose the mesh for parallel\nrunApplication decomposePar\n\n# Run the solver in parallel\nrunParallel `getApplication`\n\n# Reconstruct the decomposed mesh for postprocessing\nrunApplication reconstructPar\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ntransportModel  Newtonian;\n\nnu              [0 2 -1 0 0 0 0] 9e-07;\n//rho\t\t[1 -3 0 0 0 0 0] 1000;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType laminar;\n\nRAS\n{\n    RASModel        kEpsilon;\n\n    turbulence      off;\n\n    printCoeffs     off;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters \t0.01;\n\nh1\t18; //Height of the channel before contraction\nh2\t9;  //Height of the channel after contraction\n\nl1 \t20; //Length of the channel before contraction\nl2 \t40; //Length of the channel after contraction\n\nw1\t18; //Width of the channel\n\nminX\t0;\nminY\t-9;\nminZ\t0;\n\nmidX\t#calc \"$minX+$l1\";\nmidZ\t#calc \"$minZ+$h2\";\n\nmaxX\t#calc \"$midX+$l2\";\nmaxY\t#calc \"$minY+$w1\";\nmaxZ\t#calc \"$minZ+$h1\";\n\nvertices\n(\n    ($minX $minY $minZ)      //0\n    ($midX $minY $minZ)\n    ($maxX $minY $minZ)      //2\n    ($minX $minY $midZ)\n    ($midX $minY $midZ)\t     //4\n    ($maxX $minY $midZ)\n    ($minX $minY $maxZ)      //6\n    ($midX $minY $maxZ)\n\n    ($minX $maxY $minZ)      //8\n    ($midX $maxY $minZ)\n    ($maxX $maxY $minZ)      //10\n    ($minX $maxY $midZ)\n    ($midX $maxY $midZ)\t     //12\n    ($maxX $maxY $midZ)\n    ($minX $maxY $maxZ)      //14\n    ($midX $maxY $maxZ)\n);\n\nblocks\n(\n    hex (0 1 9 8  3 4 12 11) (75 40 60) simpleGrading (0.25 1 0.25)\n    hex (3 4 12 11  6 7 15 14) (75 40 60) simpleGrading (0.25 1 4)\n    hex (1 2 10 9  4 5 13 12) (200 40 60) simpleGrading (2 1 0.25)\n\n);\n\nedges\n(\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 3 11 8)\n            (3 6 14 11)\n        );\n    }\n\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (10 13 5 2)\n        );\n    }\n\n    side\n    {\n        type wall;\n        faces\n        (\n            (0 1 4 3)\n            (1 2 5 4)\n            (3 4 7 6)\n\n            (11 12 9 8)\n            (12 13 10 9)\n            (14 15 12 11)\n        );\n    }\n\n\n    walls\n    {\n        type wall;\n        faces\n        (\n\t\t(6 7 15 14)\n\t\t(4 12 15 7)\n\t\t(4 5 13 12)\n        );\n    }\n\n\tsymmetry\n\t{\n\ttype wall;\n\tfaces\n\t(\n            (0 8 9 1)\n            (1 9 10 2)\n\t);\n\t}\n);\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     pimpleFoam;\n\nstartFrom       latestTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.1;\n\ndeltaT          5e-6;\n\nwriteControl    runTime;\n\nwriteInterval   0.01;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable yes;\n\nadjustTimeStep  no;\n\nmaxCo           5;\n\nfunctions\n{\n    #includeFunc\t\"probes\"\n    #includeFunc\t\"surfaces\"\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    note        \"mesh decomposition control dictionary\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 2;\n\nmethod          simple;\n\nsimpleCoeffs\n{\n    n               (1 2 1);\n    delta           0.001;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwind grad(U);\n    div(phi,k)      bounded Gauss upwind;\n    div(phi,epsilon) bounded Gauss upwind;\n    div(phi,R)      bounded Gauss upwind;\n    div(R)          Gauss linear;\n    div(phi,nuTilda) bounded Gauss upwind;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver           GAMG;\n        tolerance        1e-7;\n        relTol           0.01;\n\n        smoother         DICGaussSeidel;\n\n    }\n\n    pFinal\n    {\n        $p;\n        relTol          0;\n    }\n\n    \"(U|k|epsilon)\"\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0.1;\n    }\n\n    \"(U|k|epsilon)Final\"\n    {\n        $U;\n        relTol          0;\n    }\n}\n\nPIMPLE\n{\n    nNonOrthogonalCorrectors 0;\n    nCorrectors         2;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/system/probes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Web:      www.OpenFOAM.org\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nDescription\n    Writes out values of fields from cells nearest to specified locations.\n\n\\*---------------------------------------------------------------------------*/\n\n#includeEtc \"caseDicts/postProcessing/probes/probes.cfg\"\n\nfields (p);\nprobeLocations\n(\n    (0.1 0 0.09)\n    (0.15 0 0.09)\n    (0.215 0 0)\n    (0.245 0 0)\n    (0.275 0 0)\n    (0.375 0 0)\n    (0.555 0 0)\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pimpleFoam/system/surfaces",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Web:      www.OpenFOAM.org\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nDescription\n    Writes out surface files with interpolated field data in VTK format, e.g.\n    cutting planes, iso-surfaces and patch boundary surfaces.\n\n    This file includes a selection of example surfaces, each of which the user\n    should configure and/or remove.\n\n\\*---------------------------------------------------------------------------*/\n\n#includeEtc \"caseDicts/postProcessing/visualization/surfaces.cfg\"\n\nfields       (p U);\n\nsurfaces\n(\n\n    yNormal\n    {\n        $cuttingPlane;\n        pointAndNormalDict\n        {\n            normalVector $y;      // Overrides default normalVector (1 0 0)\n        }                         // $y: macro for (0 1 0)\n    }\n\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            turbulentInlet;\n        referenceField  uniform (5 0 0);\n        fluctuationScale (0.02 0.01 0.01);\n        value           uniform (5 0 0);\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform (0 0 0);\n        value           uniform (0 0 0);\n    }\n\n    side\n    {\n        type            noSlip;\n    }\n\n    walls\n    {\n        type            noSlip;\n    }\n\n    symmetry\n    {\n        type            noSlip;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 2e-05;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n\n    side\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    walls\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    symmetry\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/0/nuTilda",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      nuTilda;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n\n    side\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    walls\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    symmetry\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            zeroGradient;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            fixedValue;\n        value           uniform 72;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            zeroGradient;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/0/s",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      s;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 1;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            zeroGradient;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\ncleanCase\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/pisoFoam/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh\nrunApplication blockMesh\n\n# Run the solver\nrunApplication `getApplication`\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/pisoFoam/Allrun.parallel",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh\nrunApplication blockMesh\n\n# Decompose the mesh for parallel\nrunApplication decomposePar\n\n# Run the solver in parallel\nrunParallel `getApplication`\n\n# Reconstruct the decomposed mesh for postprocessing\nrunApplication reconstructPar\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/pisoFoam/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ntransportModel  Newtonian;\n\nnu              [0 2 -1 0 0 0 0] 9e-07;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType  LES;\n\nLES\n{\n    LESModel        dynamicKEqn;\n\n    turbulence      on;\n\n    printCoeffs     on;\n\n    delta           cubeRootVol;\n\n    dynamicKEqnCoeffs\n    {\n        filter simple;\n    }\n\n    cubeRootVolCoeffs\n    {\n        deltaCoeff      1;\n    }\n\n    PrandtlCoeffs\n    {\n        delta           cubeRootVol;\n        cubeRootVolCoeffs\n        {\n            deltaCoeff      1;\n        }\n\n        smoothCoeffs\n        {\n            delta           cubeRootVol;\n            cubeRootVolCoeffs\n            {\n                deltaCoeff      1;\n            }\n\n            maxDeltaRatio   1.1;\n        }\n\n        Cdelta          0.158;\n    }\n\n    vanDriestCoeffs\n    {\n        delta           cubeRootVol;\n        cubeRootVolCoeffs\n        {\n            deltaCoeff      1;\n        }\n\n        smoothCoeffs\n        {\n            delta           cubeRootVol;\n            cubeRootVolCoeffs\n            {\n                deltaCoeff      1;\n            }\n\n            maxDeltaRatio   1.1;\n        }\n\n        Aplus           26;\n        Cdelta          0.158;\n    }\n\n    smoothCoeffs\n    {\n        delta           cubeRootVol;\n        cubeRootVolCoeffs\n        {\n            deltaCoeff      1;\n        }\n\n        maxDeltaRatio   1.1;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters \t0.01;\n\nh1\t18; //Height of the channel before contraction\nh2\t9;  //Height of the channel after contraction\n\nl1 \t20; //Length of the channel before contraction\nl2 \t40; //Length of the channel after contraction\n\nw1\t18; //Width of the channel\n\nminX\t0;\nminY\t-9;\nminZ\t0;\n\nmidX\t#calc \"$minX+$l1\";\nmidZ\t#calc \"$minZ+$h2\";\n\nmaxX\t#calc \"$midX+$l2\";\nmaxY\t#calc \"$minY+$w1\";\nmaxZ\t#calc \"$minZ+$h1\";\n\nvertices\n(\n    ($minX $minY $minZ)      //0\n    ($midX $minY $minZ)\n    ($maxX $minY $minZ)      //2\n    ($minX $minY $midZ)\n    ($midX $minY $midZ)\t     //4\n    ($maxX $minY $midZ)\n    ($minX $minY $maxZ)      //6\n    ($midX $minY $maxZ)\n\n    ($minX $maxY $minZ)      //8\n    ($midX $maxY $minZ)\n    ($maxX $maxY $minZ)      //10\n    ($minX $maxY $midZ)\n    ($midX $maxY $midZ)\t     //12\n    ($maxX $maxY $midZ)\n    ($minX $maxY $maxZ)      //14\n    ($midX $maxY $maxZ)\n);\n\nblocks\n(\n    hex (0 1 9 8  3 4 12 11) (75 40 60) simpleGrading (0.25 1 0.25)\n    hex (3 4 12 11  6 7 15 14) (75 40 60) simpleGrading (0.25 1 4)\n    hex (1 2 10 9  4 5 13 12) (200 40 60) simpleGrading (2 1 0.25)\n\n);\n\nedges\n(\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 3 11 8)\n            (3 6 14 11)\n        );\n    }\n\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (10 13 5 2)\n        );\n    }\n\n    side\n    {\n        type wall;\n        faces\n        (\n            (0 1 4 3)\n            (1 2 5 4)\n            (3 4 7 6)\n\n            (11 12 9 8)\n            (12 13 10 9)\n            (14 15 12 11)\n        );\n    }\n\n\n    walls\n    {\n        type wall;\n        faces\n        (\n\t\t(6 7 15 14)\n\t\t(4 12 15 7)\n\t\t(4 5 13 12)\n        );\n    }\n\n\tsymmetry\n\t{\n\ttype wall;\n\tfaces\n\t(\n            (0 8 9 1)\n            (1 9 10 2)\n\t);\n\t}\n);\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     pisoFoam;\n\nstartFrom       latestTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.1;\n\ndeltaT          1e-05;\n\nwriteControl    runTime;\n\nwriteInterval   0.01;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\nfunctions\n{\n    #includeFunc \"surfaces\"\n    #includeFunc \"probes\"\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    note        \"mesh decomposition control dictionary\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 2;\n\nmethod          simple;\n\nsimpleCoeffs\n{\n    n               (1 2 1);\n    delta           0.001;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         backward;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss LUST grad(U);\n    div(phi,k)      Gauss limitedLinear 1;\n    div(phi,s)      bounded Gauss limitedLinear 1;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          GAMG;\n        tolerance       1e-06;\n        relTol          0.1;\n        smoother        GaussSeidel;\n    }\n\n    pFinal\n    {\n        $p;\n        smoother        DICGaussSeidel;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    \"(U|k|B|nuTilda|s)\"\n    {\n        solver          smoothSolver;\n        smoother        GaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/system/probes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Web:      www.OpenFOAM.org\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nDescription\n    Writes out values of fields from cells nearest to specified locations.\n\n\\*---------------------------------------------------------------------------*/\n\n#includeEtc \"caseDicts/postProcessing/probes/probes.cfg\"\n\nfields (p);\nprobeLocations\n(\n    (0.1 0 0.09)\n    (0.15 0 0.09)\n    (0.215 0 0)\n    (0.245 0 0)\n    (0.275 0 0)\n    (0.375 0 0)\n    (0.555 0 0)\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/pisoFoam/system/surfaces",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Web:      www.OpenFOAM.org\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nDescription\n    Writes out surface files with interpolated field data in VTK format, e.g.\n    cutting planes, iso-surfaces and patch boundary surfaces.\n\n    This file includes a selection of example surfaces, each of which the user\n    should configure and/or remove.\n\n\\*---------------------------------------------------------------------------*/\n\n#includeEtc \"caseDicts/postProcessing/visualization/surfaces.cfg\"\n\nfields       (p U);\n\nsurfaces\n(\n\n    yNormal\n    {\n        $cuttingPlane;\n        pointAndNormalDict\n        {\n            normalVector $y;      // Overrides default normalVector (1 0 0)\n        }                         // $y: macro for (0 1 0)\n    }\n\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform (5 0 0);\n \n    }\n    outlet\n    {\n        type            zeroGradient;\n \n    }\n    side\n    {\n        type            noSlip;\n    }\n    walls\n    {\n        type            noSlip;\n    }\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/0/epsilon",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -3 0 0 0 0];\n\ninternalField   uniform 14.855;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 14.855;\n    }\n    outlet\n    {\n        type            zeroGradient;\n    }\n    walls\n    {\n        type            epsilonWallFunction;\n        value           uniform 14.855;\n    }\n    side\n    {\n        type            epsilonWallFunction;\n        value           uniform 14.855;\n    }\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 2e-05;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n\n    side\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    walls\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n    }\n\n    side\n    {\n        type            zeroGradient;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      p_rgh;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0];\n\ninternalField   uniform 72;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            fixedValue;\n        value           uniform 72;\t//experimental value\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n    side\n    {\n        type            zeroGradient;\n    }\n    symmetry\n    {\n        type            symmetry;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\n# Remove copy of 0.org\n# rm -rf 0\n\ncleanCase\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/simpleFoam/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh and refine\nrunApplication blockMesh\n\n# Run the solver in parallel\nrunApplication `getApplication`\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "abruptContraction/simpleFoam/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ntransportModel  Newtonian;\n\nnu              [0 2 -1 0 0 0 0] 9e-07;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType RAS;\n\nRAS\n{\n    RASModel        kEpsilon;\n\n    turbulence      on;\n\n    printCoeffs     on;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters \t0.01;\n\nh1\t18; //Height of the channel before contraction\nh2\t9;  //Height of the channel after contraction\n\nl1 \t40; //Length of the channel before contraction\nl2 \t40; //Length of the channel after contraction\n\nw1\t18; //Width of the channel\n\nminX\t0;\nminY\t-9;\nminZ\t0;\n\nmidX\t#calc \"$minX+$l1\";\nmidZ\t#calc \"$minZ+$h2\";\n\nmaxX\t#calc \"$midX+$l2\";\nmaxY\t#calc \"$minY+$w1\";\nmaxZ\t#calc \"$minZ+$h1\";\n\nvertices\n(\n    ($minX $minY $minZ)      //0\n    ($midX $minY $minZ)\n    ($maxX $minY $minZ)      //2\n    ($minX $minY $midZ)\n    ($midX $minY $midZ)\t     //4\n    ($maxX $minY $midZ)\n    ($minX $minY $maxZ)      //6\n    ($midX $minY $maxZ)\n\n    ($minX $maxY $minZ)      //8\n    ($midX $maxY $minZ)\n    ($maxX $maxY $minZ)      //10\n    ($minX $maxY $midZ)\n    ($midX $maxY $midZ)\t     //12\n    ($maxX $maxY $midZ)\n    ($minX $maxY $maxZ)      //14\n    ($midX $maxY $maxZ)\n);\n\nblocks\n(\n    hex (0 1 9 8  3 4 12 11) (40 20 10) simpleGrading (0.5 1 0.5)\n    hex (3 4 12 11  6 7 15 14) (40 20 10) simpleGrading (0.5 1 2)\n    hex (1 2 10 9  4 5 13 12) (40 20 10) simpleGrading (2 1 0.5) \n\n);\n\nedges\n(\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 3 11 8)\n            (3 6 14 11)\n        );\n    }\n\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (10 13 5 2)\n        );\n    }\n\n    side\n    {\n        type wall;\n        faces\n        (\n            (0 1 4 3)\n            (1 2 5 4)\n            (3 4 7 6)\n\n            (11 12 9 8)\n            (12 13 10 9)\n            (14 15 12 11)\n        );\n    }\n\n\n    walls\n    {\n        type wall;\n        faces\n        (\n\t\t\t(6 7 15 14)\n\t\t\t(4 12 15 7)\n\t\t\t(4 5 13 12)\n        );\n    }\n\n\tsymmetry\n\t{\n\t\ttype symmetry;\n\t\tfaces\n\t\t(\n            (0 8 9 1)\n            (1 9 10 2)\n\t\t);\n\t}\n);\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     simpleFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         2000;\n\ndeltaT          1;\n\nwriteControl    timeStep;\n\nwriteInterval   100;\n\npurgeWrite      1;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         steadyState;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwind grad(U);\n    div(phi,k)      bounded Gauss limitedLinear 1;\n    div(phi,epsilon) bounded Gauss limitedLinear 1;\n    div(phi,omega)  bounded Gauss limitedLinear 1;\n    div(phi,v2)     bounded Gauss limitedLinear 1;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n    div(nonlinearStress) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "abruptContraction/simpleFoam/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          GAMG;\n        tolerance       1e-06;\n        relTol          0.1;\n        smoother        GaussSeidel;\n    }\n\n    \"(U|k|epsilon|omega|f|v2)\"\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0.1;\n    }\n}\n\nSIMPLE\n{\n    nNonOrthogonalCorrectors 0;\n    consistent      yes;\n\n    residualControl\n    {\n        p               1e-2;\n        U               1e-3;\n        \"(k|epsilon|omega|f|v2)\" 1e-3;\n    }\n}\n\nrelaxationFactors\n{\n    equations\n    {\n        U               0.1; // 0.9 is more stable but 0.95 more convergent\n        \".*\"            0.1; // 0.9 is more stable but 0.95 more convergent\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0];\n\ninternalField   uniform (0 0 20);\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n\n    outlet\n    {\n        type            pressureInletOutletVelocity;\n        value           $internalField;\n    }\n\n    walls\n    {\n        type            symmetry;\n    }\n\n    bullet\n    {\n        type            noSlip;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/0/alpha.water",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      alpha.water;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0];\n\ninternalField   uniform 1;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n    }\n\n    walls\n    {\n        type            symmetry;\n    }\n\n    bullet\n    {\n        type            zeroGradient;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/0/p_rgh",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      p_rgh;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [1 -1 -2 0 0];\n\ninternalField   uniform 100000;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n\n    walls\n    {\n        type            symmetry;\n    }\n\n    bullet\n    {\n        type            fixedFluxPressure;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\n# Remove surface\nrm -f constant/triSurface/bullet.stl.gz\n\ncleanCase\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "cavitatingBullet/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Copy bullet surface from resources directory\ncp $FOAM_TUTORIALS/resources/geometry/bullet.stl.gz constant/triSurface/\n\n# Generate the base block mesh\nrunApplication blockMesh\n\n# Generate the snappy mesh\nrunApplication snappyHexMesh -overwrite\n\n# Run the solver\nrunApplication `getApplication`\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "cavitatingBullet/constant/g",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       uniformDimensionedVectorField;\n    location    \"constant\";\n    object      g;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -2 0 0 0 0];\nvalue           (0 -9.81 0);\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nphases (water vapour);\n\nphaseChangeTwoPhaseMixture SchnerrSauer;\n\npSat            2300;   // Saturation pressure\n\nsigma           0.07;\n\nwater\n{\n    transportModel  Newtonian;\n    nu              9e-07;\n    rho             1000;\n}\n\nvapour\n{\n    transportModel  Newtonian;\n    nu              4.273e-04;\n    rho             0.02308;\n}\n\nKunzCoeffs\n{\n    UInf            U20.0;\n    tInf            t0.005; // L = 0.1 m\n    Cc              C1000;\n    Cv              C1000;\n}\n\nMerkleCoeffs\n{\n    UInf            20.0;\n    tInf            0.005;  // L = 0.1 m\n    Cc              80;\n    Cv              1e-03;\n}\n\nSchnerrSauerCoeffs\n{\n    n               1.6e+13;\n    dNuc            2.0e-06;\n    Cc              1;\n    Cv              1;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/constant/triSurface/README",
    "content": "Directory to house tri-surfaces\n\nThe Allrun script copies the surface from the $FOAM_TUTORIALS/resources/geometry\ndirectory\n"
  },
  {
    "path": "cavitatingBullet/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------* \\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType laminar;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 1e-3;\n\nvertices\n(\n    (-15 -15 -15)\n    (15 -15 -15)\n    (15  15 -15)\n    (-15  15 -15)\n    (-15 -15 100)\n    (15 -15 100)\n    (15  15 100)\n    (-15  15 100)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (15 15 50) simpleGrading (1 1 1)\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 3 2 1)\n        );\n    }\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (4 5 6 7)\n        );\n    }\n    walls\n    {\n        type symmetry;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n            (3 7 6 2)\n        );\n    }\n);\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication             interPhaseChangeFoam;\n\nstartFrom               latestTime;\n\nstartTime               0;\n\nstopAt                  endTime;\n\nendTime                 0.05;\n\ndeltaT                  1e-8;\n\nwriteControl            adjustableRunTime;\n\nwriteInterval           0.001;\n\npurgeWrite              0;\n\nwriteFormat             ascii;\n\nwritePrecision          6;\n\nwriteCompression        uncompressed;\n\ntimeFormat              general;\n\nrunTimeModifiable       yes;\n\nadjustTimeStep          on;\n\nmaxCo                   5;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\n\nmethod          simple;\n\nsimpleCoeffs\n{\n    n               (2 2 1);\n    delta           0.001;\n}\n\nhierarchicalCoeffs\n{\n    n               (1 1 1);\n    delta           0.001;\n    order           xyz;\n}\n\nmanualCoeffs\n{\n    dataFile        \"\";\n}\n\ndistributed     no;\n\nroots           ( );\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default             Euler;\n}\n\ninterpolationSchemes\n{\n    default             linear;\n}\n\ndivSchemes\n{\n    default             none;\n    div(rhoPhi,U)       Gauss linearUpwind grad(U);\n    div(phi,omega)      Gauss linearUpwind grad(omega);\n    div(phi,k)          Gauss linearUpwind grad(k);\n    div(phi,alpha)      Gauss vanLeer;\n    div(phirb,alpha)    Gauss linear;\n    div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;\n}\n\ngradSchemes\n{\n    default             Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default             Gauss linear limited corrected 0.5;\n}\n\nsnGradSchemes\n{\n    default             limited corrected 0.5;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    \"alpha.water.*\"\n    {\n        cAlpha          0;\n        nAlphaCorr      2;\n        nAlphaSubCycles 1;\n\n        MULESCorr       yes;\n        nLimiterIter    5;\n\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-8;\n        relTol          0;\n        maxIter         10;\n    };\n\n    \"U.*\"\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-6;\n        relTol          0;\n    };\n\n    p_rgh\n    {\n        solver          GAMG;\n        tolerance       1e-8;\n        relTol          0.1;\n\n        smoother        DICGaussSeidel;\n\n\n\n        maxIter         50;\n    };\n\n    p_rghFinal\n    {\n        solver          PCG;\n        preconditioner\n        {\n            preconditioner  GAMG;\n\n            tolerance       1e-6;\n            relTol          0;\n\n            nVcycles        2;\n\n            smoother        DICGaussSeidel;\n\n        };\n        tolerance       1e-7;\n        relTol          0;\n        maxIter         50;\n    };\n\n    \"pcorr.*\"\n    {\n        $p_rgh;\n        relTol          0;\n    };\n\n    Phi\n    {\n        $p_rgh;\n        relTol          0;\n    };\n}\n\npotentialFlow\n{\n    nNonOrthogonalCorrectors   3;\n}\n\nPIMPLE\n{\n    momentumPredictor           no;\n    nOuterCorrectors            1;\n    nCorrectors                 3;\n    nNonOrthogonalCorrectors    0;\n}\n\nrelaxationFactors\n{\n    equations\n    {\n        \"U.*\"                   1;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "cavitatingBullet/system/snappyHexMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  5                                     |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      snappyHexMeshDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n// Which of the steps to run\ncastellatedMesh true;\nsnap            true;\naddLayers       true;\n\n\n// Geometry. Definition of all surfaces. All surfaces are of class\n// searchableSurface.\n// Surfaces are used\n// - to specify refinement for any mesh cell intersecting it\n// - to specify refinement for any mesh cell inside/outside/near\n// - to 'snap' the mesh boundary to the surface\ngeometry\n{\n    bullet\n    {\n        type triSurfaceMesh;\n        file \"bullet.stl\";\n\n        regions\n        {\n            bullet\n            {\n                name bullet;\n            }\n        }\n    }\n\n    refinement1\n    {\n        type searchableSphere;\n        centre (0 0 0.0025);\n        radius 0.0075;\n    }\n\n    refinement2\n    {\n        type searchableCylinder;\n        point1 (0 0 0);\n        point2 (0 0 0.03);\n        radius 0.0075;\n    }\n};\n\n\n\n// Settings for the castellatedMesh generation.\ncastellatedMeshControls\n{\n\n    // Refinement parameters\n    // ~~~~~~~~~~~~~~~~~~~~~\n\n    // If local number of cells is >= maxLocalCells on any processor\n    // switches from from refinement followed by balancing\n    // (current method) to (weighted) balancing before refinement.\n    maxLocalCells 100000;\n\n    // Overall cell limit (approximately). Refinement will stop immediately\n    // upon reaching this number so a refinement level might not complete.\n    // Note that this is the number of cells before removing the part which\n    // is not 'visible' from the keepPoint. The final number of cells might\n    // actually be a lot less.\n    maxGlobalCells 2000000;\n\n    // The surface refinement loop might spend lots of iterations refining just a\n    // few cells. This setting will cause refinement to stop if <= minimumRefine\n    // are selected for refinement. Note: it will at least do one iteration\n    // (unless the number of cells to refine is 0)\n    minRefinementCells 10;\n\n    // Number of buffer layers between different levels.\n    // 1 means normal 2:1 refinement restriction, larger means slower\n    // refinement.\n    nCellsBetweenLevels 2;\n\n\n\n    // Explicit feature edge refinement\n    // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n    // Specifies a level for any cell intersected by its edges.\n    // This is a featureEdgeMesh, read from constant/triSurface for now.\n    features\n    (\n        //{\n        //    file \"someLine.eMesh\";\n        //    level 2;\n        //}\n    );\n\n\n\n    // Surface based refinement\n    // ~~~~~~~~~~~~~~~~~~~~~~~~\n\n    // Specifies two levels for every surface. The first is the minimum level,\n    // every cell intersecting a surface gets refined up to the minimum level.\n    // The second level is the maximum level. Cells that 'see' multiple\n    // intersections where the intersections make an\n    // angle > resolveFeatureAngle get refined up to the maximum level.\n\n    refinementSurfaces\n    {\n        bullet\n        {\n            // Surface-wise min and max refinement level\n            level (4 4);\n        }\n    }\n\n    // Resolve sharp angles\n    resolveFeatureAngle -1;\n\n\n    // Region-wise refinement\n    // ~~~~~~~~~~~~~~~~~~~~~~\n\n    // Specifies refinement level for cells in relation to a surface. One of\n    // three modes\n    // - distance. 'levels' specifies per distance to the surface the\n    //   wanted refinement level. The distances need to be specified in\n    //   descending order.\n    // - inside. 'levels' is only one entry and only the level is used. All\n    //   cells inside the surface get refined up to the level. The surface\n    //   needs to be closed for this to be possible.\n    // - outside. Same but cells outside.\n\n    refinementRegions\n    {\n        refinement1\n        {\n            mode inside;\n            levels ((0.0 3));\n        }\n        refinement2\n        {\n            mode inside;\n            levels ((0.0 3));\n        }\n    }\n\n\n    // Mesh selection\n    // ~~~~~~~~~~~~~~\n\n    // After refinement patches get added for all refinementSurfaces and\n    // all cells intersecting the surfaces get put into these patches. The\n    // section reachable from the locationInMesh is kept.\n    // NOTE: This point should never be on a face, always inside a cell, even\n    // after refinement.\n    locationInMesh (0 0 -10e-3);\n\n    allowFreeStandingZoneFaces false;\n}\n\n\n\n// Settings for the snapping.\nsnapControls\n{\n    //- Number of patch smoothing iterations before finding correspondence\n    //  to surface\n    nSmoothPatch 3;\n\n    //- Relative distance for points to be attracted by surface feature point\n    //  or edge. True distance is this factor times local\n    //  maximum edge length.\n    tolerance 4.0;\n\n    //- Number of mesh displacement relaxation iterations.\n    nSolveIter 30;\n\n    //- Maximum number of snapping relaxation iterations. Should stop\n    //  before upon reaching a correct mesh.\n    nRelaxIter 5;\n}\n\n\n\n// Settings for the layer addition.\naddLayersControls\n{\n    // Are the thickness parameters below relative to the undistorted\n    // size of the refined cell outside layer (true) or absolute sizes (false).\n    relativeSizes true;\n\n    // Per final patch (so not geometry!) the layer information\n    layers\n    {\n    }\n\n    // Expansion factor for layer mesh\n    expansionRatio 1.0;\n\n    // Wanted thickness of final added cell layer. If multiple layers\n    // is the thickness of the layer furthest away from the wall.\n    // Relative to undistorted size of cell outside layer.\n    // See relativeSizes parameter.\n    finalLayerThickness 0.3;\n\n    // Minimum thickness of cell layer. If for any reason layer\n    // cannot be above minThickness do not add layer.\n    // Relative to undistorted size of cell outside layer.\n    minThickness 0.1;\n\n    // If points get not extruded do nGrow layers of connected faces that are\n    // also not grown. This helps convergence of the layer addition process\n    // close to features.\n    // Note: changed(corrected) w.r.t 17x! (didn't do anything in 17x)\n    nGrow 0;\n\n\n    // Advanced settings\n\n    // When not to extrude surface. 0 is flat surface, 90 is when two faces\n    // are perpendicular\n    featureAngle 30;\n\n    // Maximum number of snapping relaxation iterations. Should stop\n    // before upon reaching a correct mesh.\n    nRelaxIter 3;\n\n    // Number of smoothing iterations of surface normals\n    nSmoothSurfaceNormals 1;\n\n    // Number of smoothing iterations of interior mesh movement direction\n    nSmoothNormals 3;\n\n    // Smooth layer thickness over surface patches\n    nSmoothThickness 10;\n\n    // Stop layer growth on highly warped cells\n    maxFaceThicknessRatio 0.5;\n\n    // Reduce layer growth where ratio thickness to medial\n    // distance is large\n    maxThicknessToMedialRatio 0.3;\n\n    // Angle used to pick up medial axis points\n    // Note: changed(corrected) w.r.t 17x! 90 degrees corresponds to 130 in 17x.\n    minMedianAxisAngle 90;\n\n    // Create buffer region for new layer terminations\n    nBufferCellsNoExtrude 0;\n\n    // Overall max number of layer addition iterations. The mesher will exit\n    // if it reaches this number of iterations; possibly with an illegal\n    // mesh.\n    nLayerIter 50;\n\n    // Max number of iterations after which relaxed meshQuality controls\n    // get used. Up to nRelaxIter it uses the settings in meshQualityControls,\n    // after nRelaxIter it uses the values in meshQualityControls::relaxed.\n    nRelaxedIter 20;\n}\n\n\n\n// Generic mesh quality settings. At any undoable phase these determine\n// where to undo.\nmeshQualityControls\n{\n    //- Maximum non-orthogonality allowed. Set to 180 to disable.\n    maxNonOrtho 65;\n\n    //- Max skewness allowed. Set to <0 to disable.\n    maxBoundarySkewness 20;\n    maxInternalSkewness 4;\n\n    //- Max concaveness allowed. Is angle (in degrees) below which concavity\n    //  is allowed. 0 is straight face, <0 would be convex face.\n    //  Set to 180 to disable.\n    maxConcave 80;\n\n    //- Minimum pyramid volume. Is absolute volume of cell pyramid.\n    //  Set to very negative number (e.g. -1E30) to disable.\n    minVol 1e-20;\n\n    //- Minimum quality of the tet formed by the face-centre\n    //  and variable base point minimum decomposition triangles and\n    //  the cell centre.  Set to very negative number (e.g. -1E30) to\n    //  disable.\n    //     <0 = inside out tet,\n    //      0 = flat tet\n    //      1 = regular tet\n    minTetQuality 1e-30;\n\n    //- Minimum face area. Set to <0 to disable.\n    minArea -1;\n\n    //- Minimum face twist. Set to <-1 to disable. dot product of face normal\n    //  and face centre triangles normal\n    minTwist 0.02;\n\n    //- Minimum normalised cell determinant\n    //  1 = hex, <= 0 = folded or flattened illegal cell\n    minDeterminant 0.001;\n\n    //- minFaceWeight (0 -> 0.5)\n    minFaceWeight 0.02;\n\n    //- minVolRatio (0 -> 1)\n    minVolRatio 0.01;\n\n    //must be >0 for Fluent compatibility\n    minTriangleTwist -1;\n\n\n    // Advanced\n\n    //- Number of error distribution iterations\n    nSmoothScale 4;\n    //- Amount to scale back displacement at error points\n    errorReduction 0.75;\n}\n\n\n// Advanced\n\n// Merge tolerance. Is fraction of overall bounding box of initial mesh.\n// Note: the write tolerance needs to be higher than this.\nmergeTolerance 1e-6;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/0/alpha.water.orig",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      alpha.water;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 1;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    \"baffle.*\"\n    {\n        type            zeroGradient;\n    }\n\n   outlet\n    {\n        type            zeroGradient;\n        value           uniform 0;\n    }\n\n   outlet2\n    {\n        type            zeroGradient;\n        value           uniform 0;\n    }\n\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/0/epsilon",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      binary;\n    class       volScalarField;\n    location    \"0\";\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -3 0 0 0 0];\n\ninternalField   uniform 0.001;\n\nboundaryField\n{\n    inlet\n    {\n        type            turbulentMixingLengthDissipationRateInlet;\n        mixingLength    0.001;\n        value           uniform 0;\n    }\n    walls\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    outlet\n    {\n        type            zeroGradient;\n    }\n    atmosphere\n    {\n        type            zeroGradient;\n    }\n    outlet2\n    {\n        type            zeroGradient;\n    }\n    baffle1\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle2\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle3\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle4\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle5\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle6\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle7\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle8\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle9\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle10\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle11\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle12\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle13\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle14\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle15\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle16\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle17\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle18\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle19\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle20\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle21\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle22\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle23\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle24\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n    baffle25\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      binary;\n    class       volScalarField;\n    location    \"0\";\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0.0001;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 0.0001;\n    }\n    walls\n    {\n        type            kqRWallFunction;\n        value           uniform 0.0001;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    outlet2\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle1\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle2\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle3\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle4\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle5\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle6\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle7\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle8\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle9\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle10\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle11\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle12\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle13\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle14\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle15\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle16\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle17\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle18\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle19\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle20\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle21\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle22\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle23\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle24\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n    baffle25\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.0001;\n        value           uniform 0.0001;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      binary;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    walls\n    {\n        type            nutLowReWallFunction;\n        value           uniform 0;\n    }\n    outlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    atmosphere\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    outlet2\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle1\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle2\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle3\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle4\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle5\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle6\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle7\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle8\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle9\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle10\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle11\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle12\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle13\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle14\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle15\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle16\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle17\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle18\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle19\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle20\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle21\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle22\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle23\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle24\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    baffle25\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/0/omega",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      binary;\n    class       volScalarField;\n    location    \"0\";\n    object      omega;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 -1 0 0 0 0];\n\ninternalField   uniform 0.003;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 0.003;\n    }\n    walls\n    {\n        type            omegaWallFunction;\n        value           uniform 0.003;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    outlet2\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle1\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle2\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle3\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle4\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle5\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle6\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle7\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle8\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle9\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle10\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle11\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle12\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle13\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle14\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle15\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle16\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle17\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle18\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle19\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle20\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle21\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle22\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle23\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle24\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n    baffle25\n    {\n        type            inletOutlet;\n        inletValue      uniform 0.003;\n        value           uniform 0.003;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/0/p_rgh",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      binary;\n    class       volScalarField;\n    location    \"0\";\n    object      p_rgh;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [1 -1 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    walls\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    outlet\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    atmosphere\n    {\n        type            totalPressure;\n        rho             rho;\n        psi             none;\n        gamma           1;\n        p0              uniform 0;\n        value           uniform 0;\n    }\n    outlet2\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle1\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle2\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle3\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle4\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle5\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle6\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle7\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle8\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle9\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle10\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle11\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle12\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle13\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle14\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle15\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle16\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle17\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle18\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle19\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle20\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle21\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle22\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle23\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle24\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n    baffle25\n    {\n        type            fixedFluxPressure;\n        gradient        uniform 0;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\n# rm 0/alpha.water.gz 0/alpha.water 2>/dev/null\n# rm -rf *Flux\n\ncleanCase\n"
  },
  {
    "path": "fishChannel/Allmesh",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\nrunApplication blockMesh\n\n# Refine Mesh Near Outlet Section\ni=1\nwhile [ \"$i\" -lt 3 ] ; do # refine each baffle\n    echo \"Refine outlet section mesh.\" ${i}\n    cp system/topoSetDict.section${i} system/topoSetDict\n    cp system/refineMeshDict.section${i} system/refineMeshDict\n    runApplication topoSet\n    runApplication refineMesh -overwrite\n    mv log.topoSet log.topoSet.section${i}\n    mv log.refineMesh log.refineMesh.section${i}\n    i=$((i + 1))\ndone\n\n# Create Outlet2\ncp system/topoSetDict.outlet2 system/topoSetDict\nrunApplication topoSet\nrunApplication createPatch -overwrite\nmv log.topoSet log.topoSet.outlet2\n\n# Clean up\nrm system/topoSetDict\n\n# Create Baffles\nrunApplication createBaffles -overwrite\n\n# Refine Boundary Layer Mesh\nrunApplication refineWallLayer -overwrite \"(walls)\" 0.3\nmv log.refineWallLayer log.refineWallLayer.walls\ni=1\nwhile [ \"$i\" -lt 26 ] ; do # refine each baffle\n    echo \"Refine baffle mesh.\" ${i}\n    refineWallLayer -overwrite \"(baffle${i})\" 0.3 >> log.refineWallLayer.baffle${i}\n    refineWallLayer -overwrite \"(baffle${i})\" 0.3 >> log.refineWallLayer.baffle${i}\n    i=$((i + 1))\ndone\n\n# Renumber Mesh\nrunApplication renumberMesh -overwrite\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "fishChannel/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\napplication=$(getApplication)\n\n./Allmesh\nrunApplication setFields\nrunApplication $application\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "fishChannel/constant/g",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       uniformDimensionedVectorField;\n    location    \"constant\";\n    object      g;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -2 0 0 0 0];\nvalue           (0 0 -9.81);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nphases (water air);\n\nwater\n{\n    transportModel  Newtonian;\n    nu              1e-06;\n    rho             1000;\n}\n\nair\n{\n    transportModel  Newtonian;\n    nu              1.48e-05;\n    rho             1;\n}\n\nsigma           0.07;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType  RAS;\n\nRAS\n{\n    RASModel        kOmegaSST;\n//    RASModel        RNGkEpsilon;\n\n    turbulence      on;\n\n    printCoeffs     on;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/showCase.pvsm",
    "content": "<ParaView>\r\n  <ServerManagerState version=\"5.9.1\">\r\n    <Proxy group=\"animation\" type=\"AnimationScene\" id=\"263\" servers=\"16\">\r\n      <Property name=\"AnimationTime\" id=\"263.AnimationTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"150\"/>\r\n      </Property>\r\n      <Property name=\"Cues\" id=\"263.Cues\" number_of_elements=\"1\">\r\n        <Proxy value=\"265\"/>\r\n        <Domain name=\"groups\" id=\"263.Cues.groups\"/>\r\n      </Property>\r\n      <Property name=\"Duration\" id=\"263.Duration\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"EndTime\" id=\"263.EndTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"150\"/>\r\n      </Property>\r\n      <Property name=\"FramesPerTimestep\" id=\"263.FramesPerTimestep\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"263.FramesPerTimestep.range\"/>\r\n      </Property>\r\n      <Property name=\"GoToFirst\" id=\"263.GoToFirst\"/>\r\n      <Property name=\"GoToLast\" id=\"263.GoToLast\"/>\r\n      <Property name=\"GoToNext\" id=\"263.GoToNext\"/>\r\n      <Property name=\"GoToPrevious\" id=\"263.GoToPrevious\"/>\r\n      <Property name=\"LockEndTime\" id=\"263.LockEndTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"263.LockEndTime.bool\"/>\r\n      </Property>\r\n      <Property name=\"LockStartTime\" id=\"263.LockStartTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"263.LockStartTime.bool\"/>\r\n      </Property>\r\n      <Property name=\"Loop\" id=\"263.Loop\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"263.Loop.bool\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfFrames\" id=\"263.NumberOfFrames\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"263.NumberOfFrames.range\"/>\r\n      </Property>\r\n      <Property name=\"Play\" id=\"263.Play\"/>\r\n      <Property name=\"PlayMode\" id=\"263.PlayMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"263.PlayMode.enum\">\r\n          <Entry value=\"0\" text=\"Sequence\"/>\r\n          <Entry value=\"1\" text=\"Real Time\"/>\r\n          <Entry value=\"2\" text=\"Snap To TimeSteps\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"StartTime\" id=\"263.StartTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"Stop\" id=\"263.Stop\"/>\r\n      <Property name=\"TimeKeeper\" id=\"263.TimeKeeper\" number_of_elements=\"1\">\r\n        <Proxy value=\"256\"/>\r\n      </Property>\r\n      <Property name=\"ViewModules\" id=\"263.ViewModules\" number_of_elements=\"1\">\r\n        <Proxy value=\"15082\"/>\r\n        <Domain name=\"groups\" id=\"263.ViewModules.groups\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"animation\" type=\"TimeAnimationCue\" id=\"265\" servers=\"16\">\r\n      <Property name=\"AnimatedDomainName\" id=\"265.AnimatedDomainName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"AnimatedElement\" id=\"265.AnimatedElement\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"AnimatedPropertyName\" id=\"265.AnimatedPropertyName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Time\"/>\r\n      </Property>\r\n      <Property name=\"AnimatedProxy\" id=\"265.AnimatedProxy\" number_of_elements=\"1\">\r\n        <Proxy value=\"256\"/>\r\n        <Domain name=\"groups\" id=\"265.AnimatedProxy.groups\"/>\r\n      </Property>\r\n      <Property name=\"Enabled\" id=\"265.Enabled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"265.Enabled.bool\"/>\r\n      </Property>\r\n      <Property name=\"EndTime\" id=\"265.EndTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"KeyFrames\" id=\"265.KeyFrames\">\r\n        <Domain name=\"groups\" id=\"265.KeyFrames.groups\"/>\r\n      </Property>\r\n      <Property name=\"LastAddedKeyFrameIndex\" id=\"265.LastAddedKeyFrameIndex\"/>\r\n      <Property name=\"StartTime\" id=\"265.StartTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"TimeMode\" id=\"265.TimeMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"265.TimeMode.enum\">\r\n          <Entry value=\"0\" text=\"Normalized\"/>\r\n          <Entry value=\"1\" text=\"Relative\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"UseAnimationTime\" id=\"265.UseAnimationTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"265.UseAnimationTime.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"misc\" type=\"ViewLayout\" id=\"15083\" servers=\"20\">\r\n      <Property name=\"PreviewMode\" id=\"15083.PreviewMode\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"SeparatorColor\" id=\"15083.SeparatorColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.937\"/>\r\n        <Element index=\"1\" value=\"0.922\"/>\r\n        <Element index=\"2\" value=\"0.906\"/>\r\n        <Domain name=\"range\" id=\"15083.SeparatorColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SeparatorWidth\" id=\"15083.SeparatorWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15083.SeparatorWidth.range\"/>\r\n      </Property>\r\n      <Layout number_of_elements=\"1\">\r\n        <Item direction=\"0\" fraction=\"0.5\" view=\"15082\"/>\r\n      </Layout>\r\n    </Proxy>\r\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"14294\" servers=\"21\">\r\n      <Property name=\"AboveRangeColor\" id=\"14294.AboveRangeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0.5\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n      </Property>\r\n      <Property name=\"ActiveAnnotatedValues\" id=\"14294.ActiveAnnotatedValues\"/>\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14294.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14294.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Annotations\" id=\"14294.Annotations\"/>\r\n      <Property name=\"AnnotationsInitialized\" id=\"14294.AnnotationsInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.AnnotationsInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticDataHistogramComputation\" id=\"14294.AutomaticDataHistogramComputation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.AutomaticDataHistogramComputation.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticRescaleRangeMode\" id=\"14294.AutomaticRescaleRangeMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"-1\"/>\r\n        <Domain name=\"enum\" id=\"14294.AutomaticRescaleRangeMode.enum\">\r\n          <Entry value=\"-1\" text=\"Never\"/>\r\n          <Entry value=\"0\" text=\"Grow and update on &#x27;Apply&#x27;\"/>\r\n          <Entry value=\"1\" text=\"Grow and update every timestep\"/>\r\n          <Entry value=\"2\" text=\"Update on &#x27;Apply&#x27;\"/>\r\n          <Entry value=\"3\" text=\"Clamp and update every timestep\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BelowRangeColor\" id=\"14294.BelowRangeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"Build\" id=\"14294.Build\"/>\r\n      <Property name=\"ColorSpace\" id=\"14294.ColorSpace\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n        <Domain name=\"enum\" id=\"14294.ColorSpace.enum\">\r\n          <Entry value=\"0\" text=\"RGB\"/>\r\n          <Entry value=\"1\" text=\"HSV\"/>\r\n          <Entry value=\"2\" text=\"Lab\"/>\r\n          <Entry value=\"3\" text=\"Diverging\"/>\r\n          <Entry value=\"4\" text=\"Lab/CIEDE2000\"/>\r\n          <Entry value=\"5\" text=\"Step\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"DataHistogramNumberOfBins\" id=\"14294.DataHistogramNumberOfBins\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"Discretize\" id=\"14294.Discretize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14294.Discretize.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableOpacityMapping\" id=\"14294.EnableOpacityMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.EnableOpacityMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"HSVWrap\" id=\"14294.HSVWrap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.HSVWrap.bool\"/>\r\n      </Property>\r\n      <Property name=\"IndexedColors\" id=\"14294.IndexedColors\"/>\r\n      <Property name=\"IndexedLookup\" id=\"14294.IndexedLookup\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.IndexedLookup.bool\"/>\r\n      </Property>\r\n      <Property name=\"IndexedOpacities\" id=\"14294.IndexedOpacities\"/>\r\n      <Property name=\"NanColor\" id=\"14294.NanColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"NanOpacity\" id=\"14294.NanOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14294.NanOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfTableValues\" id=\"14294.NumberOfTableValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"256\"/>\r\n        <Domain name=\"range\" id=\"14294.NumberOfTableValues.range\"/>\r\n      </Property>\r\n      <Property name=\"RGBPoints\" id=\"14294.RGBPoints\" number_of_elements=\"12\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0.231373\"/>\r\n        <Element index=\"2\" value=\"0.298039\"/>\r\n        <Element index=\"3\" value=\"0.752941\"/>\r\n        <Element index=\"4\" value=\"0.5\"/>\r\n        <Element index=\"5\" value=\"0.865003\"/>\r\n        <Element index=\"6\" value=\"0.865003\"/>\r\n        <Element index=\"7\" value=\"0.865003\"/>\r\n        <Element index=\"8\" value=\"1\"/>\r\n        <Element index=\"9\" value=\"0.705882\"/>\r\n        <Element index=\"10\" value=\"0.0156863\"/>\r\n        <Element index=\"11\" value=\"0.14902\"/>\r\n      </Property>\r\n      <Property name=\"RescaleOnVisibilityChange\" id=\"14294.RescaleOnVisibilityChange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.RescaleOnVisibilityChange.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScalarOpacityFunction\" id=\"14294.ScalarOpacityFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14293\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14294.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14294.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowDataHistogram\" id=\"14294.ShowDataHistogram\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.ShowDataHistogram.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"14294.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.ShowIndexedColorActiveValues.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseAboveRangeColor\" id=\"14294.UseAboveRangeColor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.UseAboveRangeColor.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseBelowRangeColor\" id=\"14294.UseBelowRangeColor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.UseBelowRangeColor.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14294.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.UseLogScale.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseOpacityControlPointsFreehandDrawing\" id=\"14294.UseOpacityControlPointsFreehandDrawing\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14294.UseOpacityControlPointsFreehandDrawing.bool\"/>\r\n      </Property>\r\n      <Property name=\"VectorComponent\" id=\"14294.VectorComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14294.VectorComponent.range\"/>\r\n      </Property>\r\n      <Property name=\"VectorMode\" id=\"14294.VectorMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14294.VectorMode.enum\">\r\n          <Entry value=\"0\" text=\"Magnitude\"/>\r\n          <Entry value=\"1\" text=\"Component\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"14035\" servers=\"21\">\r\n      <Property name=\"AboveRangeColor\" id=\"14035.AboveRangeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0.5\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n      </Property>\r\n      <Property name=\"ActiveAnnotatedValues\" id=\"14035.ActiveAnnotatedValues\"/>\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14035.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14035.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Annotations\" id=\"14035.Annotations\"/>\r\n      <Property name=\"AnnotationsInitialized\" id=\"14035.AnnotationsInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.AnnotationsInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticDataHistogramComputation\" id=\"14035.AutomaticDataHistogramComputation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.AutomaticDataHistogramComputation.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticRescaleRangeMode\" id=\"14035.AutomaticRescaleRangeMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14035.AutomaticRescaleRangeMode.enum\">\r\n          <Entry value=\"-1\" text=\"Never\"/>\r\n          <Entry value=\"0\" text=\"Grow and update on &#x27;Apply&#x27;\"/>\r\n          <Entry value=\"1\" text=\"Grow and update every timestep\"/>\r\n          <Entry value=\"2\" text=\"Update on &#x27;Apply&#x27;\"/>\r\n          <Entry value=\"3\" text=\"Clamp and update every timestep\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BelowRangeColor\" id=\"14035.BelowRangeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"Build\" id=\"14035.Build\"/>\r\n      <Property name=\"ColorSpace\" id=\"14035.ColorSpace\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n        <Domain name=\"enum\" id=\"14035.ColorSpace.enum\">\r\n          <Entry value=\"0\" text=\"RGB\"/>\r\n          <Entry value=\"1\" text=\"HSV\"/>\r\n          <Entry value=\"2\" text=\"Lab\"/>\r\n          <Entry value=\"3\" text=\"Diverging\"/>\r\n          <Entry value=\"4\" text=\"Lab/CIEDE2000\"/>\r\n          <Entry value=\"5\" text=\"Step\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"DataHistogramNumberOfBins\" id=\"14035.DataHistogramNumberOfBins\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"Discretize\" id=\"14035.Discretize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14035.Discretize.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableOpacityMapping\" id=\"14035.EnableOpacityMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.EnableOpacityMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"HSVWrap\" id=\"14035.HSVWrap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.HSVWrap.bool\"/>\r\n      </Property>\r\n      <Property name=\"IndexedColors\" id=\"14035.IndexedColors\"/>\r\n      <Property name=\"IndexedLookup\" id=\"14035.IndexedLookup\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.IndexedLookup.bool\"/>\r\n      </Property>\r\n      <Property name=\"IndexedOpacities\" id=\"14035.IndexedOpacities\"/>\r\n      <Property name=\"NanColor\" id=\"14035.NanColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"NanOpacity\" id=\"14035.NanOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14035.NanOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfTableValues\" id=\"14035.NumberOfTableValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"256\"/>\r\n        <Domain name=\"range\" id=\"14035.NumberOfTableValues.range\"/>\r\n      </Property>\r\n      <Property name=\"RGBPoints\" id=\"14035.RGBPoints\" number_of_elements=\"12\">\r\n        <Element index=\"0\" value=\"-2.54499504436917e-33\"/>\r\n        <Element index=\"1\" value=\"0.231373\"/>\r\n        <Element index=\"2\" value=\"0.298039\"/>\r\n        <Element index=\"3\" value=\"0.752941\"/>\r\n        <Element index=\"4\" value=\"0.5037050843238831\"/>\r\n        <Element index=\"5\" value=\"0.865003\"/>\r\n        <Element index=\"6\" value=\"0.865003\"/>\r\n        <Element index=\"7\" value=\"0.865003\"/>\r\n        <Element index=\"8\" value=\"1.0074101686477661\"/>\r\n        <Element index=\"9\" value=\"0.705882\"/>\r\n        <Element index=\"10\" value=\"0.0156863\"/>\r\n        <Element index=\"11\" value=\"0.14902\"/>\r\n      </Property>\r\n      <Property name=\"RescaleOnVisibilityChange\" id=\"14035.RescaleOnVisibilityChange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.RescaleOnVisibilityChange.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScalarOpacityFunction\" id=\"14035.ScalarOpacityFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14034\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14035.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14035.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowDataHistogram\" id=\"14035.ShowDataHistogram\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.ShowDataHistogram.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"14035.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.ShowIndexedColorActiveValues.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseAboveRangeColor\" id=\"14035.UseAboveRangeColor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.UseAboveRangeColor.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseBelowRangeColor\" id=\"14035.UseBelowRangeColor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.UseBelowRangeColor.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14035.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.UseLogScale.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseOpacityControlPointsFreehandDrawing\" id=\"14035.UseOpacityControlPointsFreehandDrawing\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14035.UseOpacityControlPointsFreehandDrawing.bool\"/>\r\n      </Property>\r\n      <Property name=\"VectorComponent\" id=\"14035.VectorComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14035.VectorComponent.range\"/>\r\n      </Property>\r\n      <Property name=\"VectorMode\" id=\"14035.VectorMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14035.VectorMode.enum\">\r\n          <Entry value=\"0\" text=\"Magnitude\"/>\r\n          <Entry value=\"1\" text=\"Component\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"14122\" servers=\"21\">\r\n      <Property name=\"AboveRangeColor\" id=\"14122.AboveRangeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0.5\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n      </Property>\r\n      <Property name=\"ActiveAnnotatedValues\" id=\"14122.ActiveAnnotatedValues\"/>\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14122.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14122.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Annotations\" id=\"14122.Annotations\"/>\r\n      <Property name=\"AnnotationsInitialized\" id=\"14122.AnnotationsInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.AnnotationsInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticDataHistogramComputation\" id=\"14122.AutomaticDataHistogramComputation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.AutomaticDataHistogramComputation.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticRescaleRangeMode\" id=\"14122.AutomaticRescaleRangeMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14122.AutomaticRescaleRangeMode.enum\">\r\n          <Entry value=\"-1\" text=\"Never\"/>\r\n          <Entry value=\"0\" text=\"Grow and update on &#x27;Apply&#x27;\"/>\r\n          <Entry value=\"1\" text=\"Grow and update every timestep\"/>\r\n          <Entry value=\"2\" text=\"Update on &#x27;Apply&#x27;\"/>\r\n          <Entry value=\"3\" text=\"Clamp and update every timestep\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BelowRangeColor\" id=\"14122.BelowRangeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"Build\" id=\"14122.Build\"/>\r\n      <Property name=\"ColorSpace\" id=\"14122.ColorSpace\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n        <Domain name=\"enum\" id=\"14122.ColorSpace.enum\">\r\n          <Entry value=\"0\" text=\"RGB\"/>\r\n          <Entry value=\"1\" text=\"HSV\"/>\r\n          <Entry value=\"2\" text=\"Lab\"/>\r\n          <Entry value=\"3\" text=\"Diverging\"/>\r\n          <Entry value=\"4\" text=\"Lab/CIEDE2000\"/>\r\n          <Entry value=\"5\" text=\"Step\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"DataHistogramNumberOfBins\" id=\"14122.DataHistogramNumberOfBins\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"Discretize\" id=\"14122.Discretize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14122.Discretize.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableOpacityMapping\" id=\"14122.EnableOpacityMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.EnableOpacityMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"HSVWrap\" id=\"14122.HSVWrap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.HSVWrap.bool\"/>\r\n      </Property>\r\n      <Property name=\"IndexedColors\" id=\"14122.IndexedColors\"/>\r\n      <Property name=\"IndexedLookup\" id=\"14122.IndexedLookup\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.IndexedLookup.bool\"/>\r\n      </Property>\r\n      <Property name=\"IndexedOpacities\" id=\"14122.IndexedOpacities\"/>\r\n      <Property name=\"NanColor\" id=\"14122.NanColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"NanOpacity\" id=\"14122.NanOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14122.NanOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfTableValues\" id=\"14122.NumberOfTableValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"256\"/>\r\n        <Domain name=\"range\" id=\"14122.NumberOfTableValues.range\"/>\r\n      </Property>\r\n      <Property name=\"RGBPoints\" id=\"14122.RGBPoints\" number_of_elements=\"12\">\r\n        <Element index=\"0\" value=\"-4256.20263671875\"/>\r\n        <Element index=\"1\" value=\"0.231373\"/>\r\n        <Element index=\"2\" value=\"0.298039\"/>\r\n        <Element index=\"3\" value=\"0.752941\"/>\r\n        <Element index=\"4\" value=\"4341.422607421875\"/>\r\n        <Element index=\"5\" value=\"0.865003\"/>\r\n        <Element index=\"6\" value=\"0.865003\"/>\r\n        <Element index=\"7\" value=\"0.865003\"/>\r\n        <Element index=\"8\" value=\"12939.0478515625\"/>\r\n        <Element index=\"9\" value=\"0.705882\"/>\r\n        <Element index=\"10\" value=\"0.0156863\"/>\r\n        <Element index=\"11\" value=\"0.14902\"/>\r\n      </Property>\r\n      <Property name=\"RescaleOnVisibilityChange\" id=\"14122.RescaleOnVisibilityChange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.RescaleOnVisibilityChange.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScalarOpacityFunction\" id=\"14122.ScalarOpacityFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14121\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14122.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14122.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowDataHistogram\" id=\"14122.ShowDataHistogram\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.ShowDataHistogram.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"14122.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.ShowIndexedColorActiveValues.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseAboveRangeColor\" id=\"14122.UseAboveRangeColor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.UseAboveRangeColor.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseBelowRangeColor\" id=\"14122.UseBelowRangeColor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.UseBelowRangeColor.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14122.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.UseLogScale.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseOpacityControlPointsFreehandDrawing\" id=\"14122.UseOpacityControlPointsFreehandDrawing\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14122.UseOpacityControlPointsFreehandDrawing.bool\"/>\r\n      </Property>\r\n      <Property name=\"VectorComponent\" id=\"14122.VectorComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14122.VectorComponent.range\"/>\r\n      </Property>\r\n      <Property name=\"VectorMode\" id=\"14122.VectorMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14122.VectorMode.enum\">\r\n          <Entry value=\"0\" text=\"Magnitude\"/>\r\n          <Entry value=\"1\" text=\"Component\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"materials\" type=\"MaterialLibrary\" id=\"261\" servers=\"21\">\r\n      <Property name=\"LoadMaterials\" id=\"261.LoadMaterials\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14293\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14293.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14293.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14293.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14293.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14293.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14293.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14293.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14034\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14034.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14034.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14034.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-2.54499504436917e-33\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"1.0074101686477661\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14034.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14034.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14034.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14034.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14121\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14121.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14121.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14121.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-4256.20263671875\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"12939.0478515625\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14121.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14121.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14121.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14121.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"15084\" servers=\"16\">\r\n      <Property name=\"Source\" id=\"15084.Source\" number_of_elements=\"1\">\r\n        <Proxy value=\"13898\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"13887\" servers=\"21\">\r\n      <Property name=\"GridAxesVisibility\" id=\"13887.GridAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.GridAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"13887.Input\">\r\n        <Domain name=\"input_array_any\" id=\"13887.Input.input_array_any\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"13887.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13887.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"13887.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"AxesToLabel\" id=\"13887.AxesToLabel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"13887.AxesToLabel.range\"/>\r\n      </Property>\r\n      <Property name=\"CullBackface\" id=\"13887.CullBackface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.CullBackface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CullFrontface\" id=\"13887.CullFrontface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13887.CullFrontface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"13887.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.CustomBounds.range\"/>\r\n      </Property>\r\n      <Property name=\"FacesToRender\" id=\"13887.FacesToRender\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"13887.FacesToRender.range\"/>\r\n      </Property>\r\n      <Property name=\"GridColor\" id=\"13887.GridColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.GridColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"13887.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13887.LabelUniqueEdgesOnly.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowEdges\" id=\"13887.ShowEdges\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13887.ShowEdges.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowGrid\" id=\"13887.ShowGrid\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ShowGrid.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowTicks\" id=\"13887.ShowTicks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13887.ShowTicks.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomBounds\" id=\"13887.UseCustomBounds\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.UseCustomBounds.bool\"/>\r\n      </Property>\r\n      <Property name=\"XAxisLabels\" id=\"13887.XAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"13887.XAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisNotation\" id=\"13887.XAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.XAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XAxisPrecision\" id=\"13887.XAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"13887.XAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisUseCustomLabels\" id=\"13887.XAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.XAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelBold\" id=\"13887.XLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.XLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelColor\" id=\"13887.XLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.XLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontFamily\" id=\"13887.XLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.XLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XLabelFontFile\" id=\"13887.XLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontSize\" id=\"13887.XLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13887.XLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelItalic\" id=\"13887.XLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.XLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelOpacity\" id=\"13887.XLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.XLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelShadow\" id=\"13887.XLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.XLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitle\" id=\"13887.XTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"X Axis\"/>\r\n      </Property>\r\n      <Property name=\"XTitleBold\" id=\"13887.XTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.XTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleColor\" id=\"13887.XTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.XTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontFamily\" id=\"13887.XTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.XTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XTitleFontFile\" id=\"13887.XTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontSize\" id=\"13887.XTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13887.XTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleItalic\" id=\"13887.XTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.XTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleOpacity\" id=\"13887.XTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.XTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleShadow\" id=\"13887.XTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.XTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YAxisLabels\" id=\"13887.YAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"13887.YAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisNotation\" id=\"13887.YAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.YAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YAxisPrecision\" id=\"13887.YAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"13887.YAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisUseCustomLabels\" id=\"13887.YAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.YAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelBold\" id=\"13887.YLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.YLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelColor\" id=\"13887.YLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.YLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontFamily\" id=\"13887.YLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.YLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YLabelFontFile\" id=\"13887.YLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontSize\" id=\"13887.YLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13887.YLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelItalic\" id=\"13887.YLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.YLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelOpacity\" id=\"13887.YLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.YLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelShadow\" id=\"13887.YLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.YLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitle\" id=\"13887.YTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Y Axis\"/>\r\n      </Property>\r\n      <Property name=\"YTitleBold\" id=\"13887.YTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.YTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleColor\" id=\"13887.YTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.YTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontFamily\" id=\"13887.YTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.YTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YTitleFontFile\" id=\"13887.YTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontSize\" id=\"13887.YTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13887.YTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleItalic\" id=\"13887.YTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.YTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleOpacity\" id=\"13887.YTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.YTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleShadow\" id=\"13887.YTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.YTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisLabels\" id=\"13887.ZAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"13887.ZAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisNotation\" id=\"13887.ZAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.ZAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZAxisPrecision\" id=\"13887.ZAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"13887.ZAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisUseCustomLabels\" id=\"13887.ZAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ZAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelBold\" id=\"13887.ZLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ZLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelColor\" id=\"13887.ZLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.ZLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFamily\" id=\"13887.ZLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.ZLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFile\" id=\"13887.ZLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontSize\" id=\"13887.ZLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13887.ZLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelItalic\" id=\"13887.ZLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ZLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelOpacity\" id=\"13887.ZLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.ZLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelShadow\" id=\"13887.ZLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ZLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitle\" id=\"13887.ZTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Z Axis\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleBold\" id=\"13887.ZTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ZTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleColor\" id=\"13887.ZTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.ZTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFamily\" id=\"13887.ZTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13887.ZTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFile\" id=\"13887.ZTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontSize\" id=\"13887.ZTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13887.ZTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleItalic\" id=\"13887.ZTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ZTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleOpacity\" id=\"13887.ZTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13887.ZTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleShadow\" id=\"13887.ZTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13887.ZTitleShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"13946\" servers=\"1\">\r\n      <Property name=\"Invert\" id=\"13946.Invert\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13946.Invert.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShaftRadius\" id=\"13946.ShaftRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.03\"/>\r\n        <Domain name=\"range\" id=\"13946.ShaftRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"ShaftResolution\" id=\"13946.ShaftResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"13946.ShaftResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"TipLength\" id=\"13946.TipLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.35\"/>\r\n        <Domain name=\"range\" id=\"13946.TipLength.range\"/>\r\n      </Property>\r\n      <Property name=\"TipRadius\" id=\"13946.TipRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.1\"/>\r\n        <Domain name=\"range\" id=\"13946.TipRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"TipResolution\" id=\"13946.TipResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"13946.TipResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"13957\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"13957.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13957.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"13957.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13957.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Direction\" id=\"13957.Direction\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13957.Direction.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"13957.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13957.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"13957.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"13957.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"13957.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"13957.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"13968\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"13968.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13968.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"XLength\" id=\"13968.XLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13968.XLength.range\"/>\r\n      </Property>\r\n      <Property name=\"YLength\" id=\"13968.YLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13968.YLength.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLength\" id=\"13968.ZLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13968.ZLength.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"13979\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"13979.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13979.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"13979.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13979.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"13979.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13979.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"13979.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"13979.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"13979.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"13979.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"13990\" servers=\"1\">\r\n      <Property name=\"Point1\" id=\"13990.Point1\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"-0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13990.Point1.range\"/>\r\n      </Property>\r\n      <Property name=\"Point2\" id=\"13990.Point2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13990.Point2.range\"/>\r\n      </Property>\r\n      <Property name=\"RefinementRatios\" id=\"13990.RefinementRatios\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13990.RefinementRatios.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"13990.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"13990.Resolution.range\"/>\r\n      </Property>\r\n      <Property name=\"UseRegularRefinement\" id=\"13990.UseRegularRefinement\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13990.UseRegularRefinement.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"14001\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14001.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14001.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"EndPhi\" id=\"14001.EndPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"180\"/>\r\n        <Domain name=\"range\" id=\"14001.EndPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"EndTheta\" id=\"14001.EndTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"360\"/>\r\n        <Domain name=\"range\" id=\"14001.EndTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"PhiResolution\" id=\"14001.PhiResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14001.PhiResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14001.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14001.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"StartPhi\" id=\"14001.StartPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14001.StartPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"StartTheta\" id=\"14001.StartTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14001.StartTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"ThetaResolution\" id=\"14001.ThetaResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14001.ThetaResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"14012\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14012.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14012.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Filled\" id=\"14012.Filled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14012.Filled.bool\"/>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14012.GlyphType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"9\"/>\r\n        <Domain name=\"enum\" id=\"14012.GlyphType.enum\">\r\n          <Entry value=\"1\" text=\"Vertex\"/>\r\n          <Entry value=\"2\" text=\"Dash\"/>\r\n          <Entry value=\"3\" text=\"Cross\"/>\r\n          <Entry value=\"4\" text=\"ThickCross\"/>\r\n          <Entry value=\"5\" text=\"Triangle\"/>\r\n          <Entry value=\"6\" text=\"Square\"/>\r\n          <Entry value=\"7\" text=\"Circle\"/>\r\n          <Entry value=\"8\" text=\"Diamond\"/>\r\n          <Entry value=\"9\" text=\"Arrow\"/>\r\n          <Entry value=\"10\" text=\"ThickArrow\"/>\r\n          <Entry value=\"11\" text=\"HookedArrow\"/>\r\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"14023\" servers=\"1\">\r\n      <Property name=\"AllowNullInput\" id=\"14023.AllowNullInput\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14023.AllowNullInput.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14023.Input\">\r\n        <Domain name=\"groups\" id=\"14023.Input.groups\"/>\r\n        <Domain name=\"input_type\" id=\"14023.Input.input_type\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14036\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14036.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14036.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14036.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14036.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14036.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14036.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14036.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14037\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14037.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14037.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14037.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-3689.234619140625\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"11197.900390625\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14037.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14037.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14037.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14037.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"13935\" servers=\"21\">\r\n      <Property name=\"ArcMajorTickSize\" id=\"13935.ArcMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.ArcMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMajorTickThickness\" id=\"13935.ArcMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.ArcMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMinorTickVisibility\" id=\"13935.ArcMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.ArcMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioSize\" id=\"13935.ArcTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"13935.ArcTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioThickness\" id=\"13935.ArcTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"13935.ArcTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickVisibility\" id=\"13935.ArcTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.ArcTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"13935.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.ArcTicksOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoSubdividePolarAxis\" id=\"13935.AutoSubdividePolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.AutoSubdividePolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisMinorTickVisibility\" id=\"13935.AxisMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.AxisMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisTickVisibility\" id=\"13935.AxisTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.AxisTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"13935.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CustomRange\" id=\"13935.CustomRange\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"DataBounds\" id=\"13935.DataBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"-1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Element index=\"3\" value=\"-1\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"-1\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMajor\" id=\"13935.DeltaAngleMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"13935.DeltaAngleMajor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMinor\" id=\"13935.DeltaAngleMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"13935.DeltaAngleMinor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMajor\" id=\"13935.DeltaRangeMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMinor\" id=\"13935.DeltaRangeMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n      </Property>\r\n      <Property name=\"DistanceLODThreshold\" id=\"13935.DistanceLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"13935.DistanceLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"DrawPolarArcsGridlines\" id=\"13935.DrawPolarArcsGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.DrawPolarArcsGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawRadialGridlines\" id=\"13935.DrawRadialGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.DrawRadialGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomBounds\" id=\"13935.EnableCustomBounds\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomRange\" id=\"13935.EnableCustomRange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.EnableCustomRange.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableDistanceLOD\" id=\"13935.EnableDistanceLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.EnableDistanceLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableViewAngleLOD\" id=\"13935.EnableViewAngleLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.EnableViewAngleLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"13935.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"13898\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"13935.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisColor\" id=\"13935.LastRadialAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"13935.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"13935.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"13935.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"13935.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumAngle\" id=\"13935.MaximumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"90\"/>\r\n        <Domain name=\"range\" id=\"13935.MaximumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumAngle\" id=\"13935.MinimumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.MinimumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumRadius\" id=\"13935.MinimumRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.MinimumRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPolarAxis\" id=\"13935.NumberOfPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.NumberOfPolarAxis.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfRadialAxes\" id=\"13935.NumberOfRadialAxes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.NumberOfRadialAxes.range\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"13935.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsColor\" id=\"13935.PolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsVisibility\" id=\"13935.PolarArcsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarArcsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisColor\" id=\"13935.PolarAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickSize\" id=\"13935.PolarAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"13935.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioSize\" id=\"13935.PolarAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"13935.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitle\" id=\"13935.PolarAxisTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Radial Distance\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleLocation\" id=\"13935.PolarAxisTitleLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13935.PolarAxisTitleLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleVisibility\" id=\"13935.PolarAxisTitleVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisTitleVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisVisibility\" id=\"13935.PolarAxisVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelExponentLocation\" id=\"13935.PolarLabelExponentLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"13935.PolarLabelExponentLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n          <Entry value=\"2\" text=\"Labels\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarLabelFormat\" id=\"13935.PolarLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelVisibility\" id=\"13935.PolarLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarTicksVisibility\" id=\"13935.PolarTicksVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarTicksVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"13935.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13935.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"13935.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.RadialAxesOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesVisibility\" id=\"13935.RadialAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.RadialAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelFormat\" id=\"13935.RadialLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#3.1f\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelLocation\" id=\"13935.RadialLabelLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13935.RadialLabelLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RadialLabelVisibility\" id=\"13935.RadialLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.RadialLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialUnitsVisibility\" id=\"13935.RadialUnitsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13935.RadialUnitsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ratio\" id=\"13935.Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"13935.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScreenSize\" id=\"13935.ScreenSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"13935.ScreenSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryPolarArcsColor\" id=\"13935.SecondaryPolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.SecondaryPolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesColor\" id=\"13935.SecondaryRadialAxesColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.SecondaryRadialAxesColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"13935.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"13935.SmallestVisiblePolarAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"TickLocation\" id=\"13935.TickLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"13935.TickLocation.enum\">\r\n          <Entry value=\"0\" text=\"Inside\"/>\r\n          <Entry value=\"1\" text=\"Outside\"/>\r\n          <Entry value=\"2\" text=\"Both\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use2DMode\" id=\"13935.Use2DMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.Use2DMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogAxis\" id=\"13935.UseLogAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.UseLogAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"ViewAngleLODThreshold\" id=\"13935.ViewAngleLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"13935.ViewAngleLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"13935.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextBold\" id=\"13935.LastRadialAxisTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.LastRadialAxisTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextColor\" id=\"13935.LastRadialAxisTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"13935.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13935.LastRadialAxisTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFile\" id=\"13935.LastRadialAxisTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"13935.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextItalic\" id=\"13935.LastRadialAxisTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.LastRadialAxisTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"13935.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.LastRadialAxisTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextShadow\" id=\"13935.LastRadialAxisTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.LastRadialAxisTextShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelBold\" id=\"13935.PolarAxisLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelColor\" id=\"13935.PolarAxisLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"13935.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13935.PolarAxisLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFile\" id=\"13935.PolarAxisLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontSize\" id=\"13935.PolarAxisLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelItalic\" id=\"13935.PolarAxisLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelOpacity\" id=\"13935.PolarAxisLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelShadow\" id=\"13935.PolarAxisLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleBold\" id=\"13935.PolarAxisTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleColor\" id=\"13935.PolarAxisTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"13935.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13935.PolarAxisTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFile\" id=\"13935.PolarAxisTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontSize\" id=\"13935.PolarAxisTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleItalic\" id=\"13935.PolarAxisTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleOpacity\" id=\"13935.PolarAxisTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.PolarAxisTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleShadow\" id=\"13935.PolarAxisTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.PolarAxisTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"13935.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.SecondaryRadialAxesTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"13935.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.SecondaryRadialAxesTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"13935.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13935.SecondaryRadialAxesTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFile\" id=\"13935.SecondaryRadialAxesTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"13935.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13935.SecondaryRadialAxesTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"13935.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.SecondaryRadialAxesTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"13935.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13935.SecondaryRadialAxesTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"13935.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13935.SecondaryRadialAxesTextShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14038\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14038.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14038.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14038.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-3689.234619140625\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"11197.900390625\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14038.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14038.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14038.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14038.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"incremental_point_locators\" type=\"MergePoints\" id=\"14154\" servers=\"1\">\r\n      <Property name=\"Divisions\" id=\"14154.Divisions\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"50\"/>\r\n        <Element index=\"1\" value=\"50\"/>\r\n        <Element index=\"2\" value=\"50\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPointsPerBucket\" id=\"14154.NumberOfPointsPerBucket\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"incremental_point_locators\" type=\"IncrementalOctreeMergePoints\" id=\"14155\" servers=\"1\">\r\n      <Property name=\"MaxPointsPerLeaf\" id=\"14155.MaxPointsPerLeaf\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"128\"/>\r\n        <Domain name=\"range\" id=\"14155.MaxPointsPerLeaf.range\"/>\r\n      </Property>\r\n      <Property name=\"Tolerance\" id=\"14155.Tolerance\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"incremental_point_locators\" type=\"NonMergingPointLocator\" id=\"14156\" servers=\"1\">\r\n      <Property name=\"Divisions\" id=\"14156.Divisions\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"50\"/>\r\n        <Element index=\"1\" value=\"50\"/>\r\n        <Element index=\"2\" value=\"50\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPointsPerBucket\" id=\"14156.NumberOfPointsPerBucket\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"15085\" servers=\"16\">\r\n      <Property name=\"Source\" id=\"15085.Source\" number_of_elements=\"1\">\r\n        <Proxy value=\"14157\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"14143\" servers=\"21\">\r\n      <Property name=\"GridAxesVisibility\" id=\"14143.GridAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.GridAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14143.Input\">\r\n        <Domain name=\"input_array_any\" id=\"14143.Input.input_array_any\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14143.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14143.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14143.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"AxesToLabel\" id=\"14143.AxesToLabel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14143.AxesToLabel.range\"/>\r\n      </Property>\r\n      <Property name=\"CullBackface\" id=\"14143.CullBackface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.CullBackface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CullFrontface\" id=\"14143.CullFrontface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14143.CullFrontface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14143.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.CustomBounds.range\"/>\r\n      </Property>\r\n      <Property name=\"FacesToRender\" id=\"14143.FacesToRender\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14143.FacesToRender.range\"/>\r\n      </Property>\r\n      <Property name=\"GridColor\" id=\"14143.GridColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.GridColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"14143.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14143.LabelUniqueEdgesOnly.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowEdges\" id=\"14143.ShowEdges\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14143.ShowEdges.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowGrid\" id=\"14143.ShowGrid\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ShowGrid.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowTicks\" id=\"14143.ShowTicks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14143.ShowTicks.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomBounds\" id=\"14143.UseCustomBounds\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.UseCustomBounds.bool\"/>\r\n      </Property>\r\n      <Property name=\"XAxisLabels\" id=\"14143.XAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14143.XAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisNotation\" id=\"14143.XAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.XAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XAxisPrecision\" id=\"14143.XAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14143.XAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisUseCustomLabels\" id=\"14143.XAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.XAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelBold\" id=\"14143.XLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.XLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelColor\" id=\"14143.XLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.XLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontFamily\" id=\"14143.XLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.XLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XLabelFontFile\" id=\"14143.XLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontSize\" id=\"14143.XLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14143.XLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelItalic\" id=\"14143.XLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.XLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelOpacity\" id=\"14143.XLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.XLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelShadow\" id=\"14143.XLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.XLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitle\" id=\"14143.XTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"X Axis\"/>\r\n      </Property>\r\n      <Property name=\"XTitleBold\" id=\"14143.XTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.XTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleColor\" id=\"14143.XTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.XTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontFamily\" id=\"14143.XTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.XTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XTitleFontFile\" id=\"14143.XTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontSize\" id=\"14143.XTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14143.XTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleItalic\" id=\"14143.XTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.XTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleOpacity\" id=\"14143.XTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.XTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleShadow\" id=\"14143.XTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.XTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YAxisLabels\" id=\"14143.YAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14143.YAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisNotation\" id=\"14143.YAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.YAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YAxisPrecision\" id=\"14143.YAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14143.YAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisUseCustomLabels\" id=\"14143.YAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.YAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelBold\" id=\"14143.YLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.YLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelColor\" id=\"14143.YLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.YLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontFamily\" id=\"14143.YLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.YLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YLabelFontFile\" id=\"14143.YLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontSize\" id=\"14143.YLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14143.YLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelItalic\" id=\"14143.YLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.YLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelOpacity\" id=\"14143.YLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.YLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelShadow\" id=\"14143.YLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.YLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitle\" id=\"14143.YTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Y Axis\"/>\r\n      </Property>\r\n      <Property name=\"YTitleBold\" id=\"14143.YTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.YTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleColor\" id=\"14143.YTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.YTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontFamily\" id=\"14143.YTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.YTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YTitleFontFile\" id=\"14143.YTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontSize\" id=\"14143.YTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14143.YTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleItalic\" id=\"14143.YTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.YTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleOpacity\" id=\"14143.YTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.YTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleShadow\" id=\"14143.YTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.YTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisLabels\" id=\"14143.ZAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14143.ZAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisNotation\" id=\"14143.ZAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.ZAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZAxisPrecision\" id=\"14143.ZAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14143.ZAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisUseCustomLabels\" id=\"14143.ZAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ZAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelBold\" id=\"14143.ZLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ZLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelColor\" id=\"14143.ZLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.ZLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFamily\" id=\"14143.ZLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.ZLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFile\" id=\"14143.ZLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontSize\" id=\"14143.ZLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14143.ZLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelItalic\" id=\"14143.ZLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ZLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelOpacity\" id=\"14143.ZLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.ZLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelShadow\" id=\"14143.ZLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ZLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitle\" id=\"14143.ZTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Z Axis\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleBold\" id=\"14143.ZTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ZTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleColor\" id=\"14143.ZTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.ZTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFamily\" id=\"14143.ZTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14143.ZTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFile\" id=\"14143.ZTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontSize\" id=\"14143.ZTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14143.ZTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleItalic\" id=\"14143.ZTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ZTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleOpacity\" id=\"14143.ZTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14143.ZTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleShadow\" id=\"14143.ZTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14143.ZTitleShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"14205\" servers=\"1\">\r\n      <Property name=\"Invert\" id=\"14205.Invert\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14205.Invert.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShaftRadius\" id=\"14205.ShaftRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.03\"/>\r\n        <Domain name=\"range\" id=\"14205.ShaftRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"ShaftResolution\" id=\"14205.ShaftResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14205.ShaftResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"TipLength\" id=\"14205.TipLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.35\"/>\r\n        <Domain name=\"range\" id=\"14205.TipLength.range\"/>\r\n      </Property>\r\n      <Property name=\"TipRadius\" id=\"14205.TipRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.1\"/>\r\n        <Domain name=\"range\" id=\"14205.TipRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"TipResolution\" id=\"14205.TipResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14205.TipResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"14216\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14216.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14216.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14216.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14216.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Direction\" id=\"14216.Direction\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14216.Direction.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14216.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14216.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14216.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14216.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14216.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14216.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"14227\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14227.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14227.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"XLength\" id=\"14227.XLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14227.XLength.range\"/>\r\n      </Property>\r\n      <Property name=\"YLength\" id=\"14227.YLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14227.YLength.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLength\" id=\"14227.ZLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14227.ZLength.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"14238\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14238.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14238.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14238.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14238.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14238.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14238.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14238.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14238.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14238.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14238.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"14249\" servers=\"1\">\r\n      <Property name=\"Point1\" id=\"14249.Point1\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"-0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14249.Point1.range\"/>\r\n      </Property>\r\n      <Property name=\"Point2\" id=\"14249.Point2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14249.Point2.range\"/>\r\n      </Property>\r\n      <Property name=\"RefinementRatios\" id=\"14249.RefinementRatios\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14249.RefinementRatios.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14249.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14249.Resolution.range\"/>\r\n      </Property>\r\n      <Property name=\"UseRegularRefinement\" id=\"14249.UseRegularRefinement\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14249.UseRegularRefinement.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"14260\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14260.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14260.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"EndPhi\" id=\"14260.EndPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"180\"/>\r\n        <Domain name=\"range\" id=\"14260.EndPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"EndTheta\" id=\"14260.EndTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"360\"/>\r\n        <Domain name=\"range\" id=\"14260.EndTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"PhiResolution\" id=\"14260.PhiResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14260.PhiResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14260.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14260.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"StartPhi\" id=\"14260.StartPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14260.StartPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"StartTheta\" id=\"14260.StartTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14260.StartTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"ThetaResolution\" id=\"14260.ThetaResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14260.ThetaResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"14271\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14271.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14271.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Filled\" id=\"14271.Filled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14271.Filled.bool\"/>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14271.GlyphType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"9\"/>\r\n        <Domain name=\"enum\" id=\"14271.GlyphType.enum\">\r\n          <Entry value=\"1\" text=\"Vertex\"/>\r\n          <Entry value=\"2\" text=\"Dash\"/>\r\n          <Entry value=\"3\" text=\"Cross\"/>\r\n          <Entry value=\"4\" text=\"ThickCross\"/>\r\n          <Entry value=\"5\" text=\"Triangle\"/>\r\n          <Entry value=\"6\" text=\"Square\"/>\r\n          <Entry value=\"7\" text=\"Circle\"/>\r\n          <Entry value=\"8\" text=\"Diamond\"/>\r\n          <Entry value=\"9\" text=\"Arrow\"/>\r\n          <Entry value=\"10\" text=\"ThickArrow\"/>\r\n          <Entry value=\"11\" text=\"HookedArrow\"/>\r\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"14282\" servers=\"1\">\r\n      <Property name=\"AllowNullInput\" id=\"14282.AllowNullInput\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14282.AllowNullInput.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14282.Input\">\r\n        <Domain name=\"groups\" id=\"14282.Input.groups\"/>\r\n        <Domain name=\"input_type\" id=\"14282.Input.input_type\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14295\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14295.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14295.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14295.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14295.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14295.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14295.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14295.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14296\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14296.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14296.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14296.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0.5001220703125\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14296.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14296.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14296.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14296.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"14194\" servers=\"21\">\r\n      <Property name=\"ArcMajorTickSize\" id=\"14194.ArcMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.ArcMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMajorTickThickness\" id=\"14194.ArcMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.ArcMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMinorTickVisibility\" id=\"14194.ArcMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.ArcMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioSize\" id=\"14194.ArcTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14194.ArcTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioThickness\" id=\"14194.ArcTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14194.ArcTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickVisibility\" id=\"14194.ArcTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.ArcTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"14194.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.ArcTicksOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoSubdividePolarAxis\" id=\"14194.AutoSubdividePolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.AutoSubdividePolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisMinorTickVisibility\" id=\"14194.AxisMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.AxisMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisTickVisibility\" id=\"14194.AxisTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.AxisTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14194.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CustomRange\" id=\"14194.CustomRange\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"DataBounds\" id=\"14194.DataBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"-1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Element index=\"3\" value=\"-1\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"-1\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMajor\" id=\"14194.DeltaAngleMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14194.DeltaAngleMajor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMinor\" id=\"14194.DeltaAngleMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14194.DeltaAngleMinor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMajor\" id=\"14194.DeltaRangeMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMinor\" id=\"14194.DeltaRangeMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n      </Property>\r\n      <Property name=\"DistanceLODThreshold\" id=\"14194.DistanceLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14194.DistanceLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"DrawPolarArcsGridlines\" id=\"14194.DrawPolarArcsGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.DrawPolarArcsGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawRadialGridlines\" id=\"14194.DrawRadialGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.DrawRadialGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomBounds\" id=\"14194.EnableCustomBounds\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomRange\" id=\"14194.EnableCustomRange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.EnableCustomRange.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableDistanceLOD\" id=\"14194.EnableDistanceLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.EnableDistanceLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableViewAngleLOD\" id=\"14194.EnableViewAngleLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.EnableViewAngleLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14194.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14157\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14194.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisColor\" id=\"14194.LastRadialAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"14194.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"14194.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"14194.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"14194.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumAngle\" id=\"14194.MaximumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"90\"/>\r\n        <Domain name=\"range\" id=\"14194.MaximumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumAngle\" id=\"14194.MinimumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.MinimumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumRadius\" id=\"14194.MinimumRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.MinimumRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPolarAxis\" id=\"14194.NumberOfPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.NumberOfPolarAxis.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfRadialAxes\" id=\"14194.NumberOfRadialAxes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.NumberOfRadialAxes.range\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14194.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsColor\" id=\"14194.PolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsVisibility\" id=\"14194.PolarArcsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarArcsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisColor\" id=\"14194.PolarAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickSize\" id=\"14194.PolarAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"14194.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioSize\" id=\"14194.PolarAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"14194.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitle\" id=\"14194.PolarAxisTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Radial Distance\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleLocation\" id=\"14194.PolarAxisTitleLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14194.PolarAxisTitleLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleVisibility\" id=\"14194.PolarAxisTitleVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisTitleVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisVisibility\" id=\"14194.PolarAxisVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelExponentLocation\" id=\"14194.PolarLabelExponentLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14194.PolarLabelExponentLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n          <Entry value=\"2\" text=\"Labels\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarLabelFormat\" id=\"14194.PolarLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelVisibility\" id=\"14194.PolarLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarTicksVisibility\" id=\"14194.PolarTicksVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarTicksVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14194.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14194.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"14194.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.RadialAxesOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesVisibility\" id=\"14194.RadialAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.RadialAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelFormat\" id=\"14194.RadialLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#3.1f\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelLocation\" id=\"14194.RadialLabelLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14194.RadialLabelLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RadialLabelVisibility\" id=\"14194.RadialLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.RadialLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialUnitsVisibility\" id=\"14194.RadialUnitsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14194.RadialUnitsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ratio\" id=\"14194.Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14194.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScreenSize\" id=\"14194.ScreenSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14194.ScreenSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryPolarArcsColor\" id=\"14194.SecondaryPolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.SecondaryPolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesColor\" id=\"14194.SecondaryRadialAxesColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.SecondaryRadialAxesColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"14194.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14194.SmallestVisiblePolarAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"TickLocation\" id=\"14194.TickLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14194.TickLocation.enum\">\r\n          <Entry value=\"0\" text=\"Inside\"/>\r\n          <Entry value=\"1\" text=\"Outside\"/>\r\n          <Entry value=\"2\" text=\"Both\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use2DMode\" id=\"14194.Use2DMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.Use2DMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogAxis\" id=\"14194.UseLogAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.UseLogAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"ViewAngleLODThreshold\" id=\"14194.ViewAngleLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14194.ViewAngleLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14194.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextBold\" id=\"14194.LastRadialAxisTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.LastRadialAxisTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextColor\" id=\"14194.LastRadialAxisTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"14194.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14194.LastRadialAxisTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFile\" id=\"14194.LastRadialAxisTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"14194.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextItalic\" id=\"14194.LastRadialAxisTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.LastRadialAxisTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"14194.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.LastRadialAxisTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextShadow\" id=\"14194.LastRadialAxisTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.LastRadialAxisTextShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelBold\" id=\"14194.PolarAxisLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelColor\" id=\"14194.PolarAxisLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"14194.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14194.PolarAxisLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFile\" id=\"14194.PolarAxisLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontSize\" id=\"14194.PolarAxisLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelItalic\" id=\"14194.PolarAxisLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelOpacity\" id=\"14194.PolarAxisLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelShadow\" id=\"14194.PolarAxisLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleBold\" id=\"14194.PolarAxisTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleColor\" id=\"14194.PolarAxisTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"14194.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14194.PolarAxisTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFile\" id=\"14194.PolarAxisTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontSize\" id=\"14194.PolarAxisTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleItalic\" id=\"14194.PolarAxisTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleOpacity\" id=\"14194.PolarAxisTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.PolarAxisTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleShadow\" id=\"14194.PolarAxisTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.PolarAxisTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"14194.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.SecondaryRadialAxesTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"14194.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.SecondaryRadialAxesTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"14194.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14194.SecondaryRadialAxesTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFile\" id=\"14194.SecondaryRadialAxesTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"14194.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14194.SecondaryRadialAxesTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"14194.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.SecondaryRadialAxesTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"14194.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14194.SecondaryRadialAxesTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"14194.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14194.SecondaryRadialAxesTextShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14297\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14297.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14297.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14297.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0.5001220703125\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14297.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14297.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14297.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14297.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"15086\" servers=\"16\">\r\n      <Property name=\"Source\" id=\"15086.Source\" number_of_elements=\"1\">\r\n        <Proxy value=\"14389\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"14378\" servers=\"21\">\r\n      <Property name=\"GridAxesVisibility\" id=\"14378.GridAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.GridAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14378.Input\">\r\n        <Domain name=\"input_array_any\" id=\"14378.Input.input_array_any\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14378.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14378.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14378.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"AxesToLabel\" id=\"14378.AxesToLabel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14378.AxesToLabel.range\"/>\r\n      </Property>\r\n      <Property name=\"CullBackface\" id=\"14378.CullBackface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.CullBackface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CullFrontface\" id=\"14378.CullFrontface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14378.CullFrontface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14378.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.CustomBounds.range\"/>\r\n      </Property>\r\n      <Property name=\"FacesToRender\" id=\"14378.FacesToRender\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14378.FacesToRender.range\"/>\r\n      </Property>\r\n      <Property name=\"GridColor\" id=\"14378.GridColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.GridColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"14378.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14378.LabelUniqueEdgesOnly.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowEdges\" id=\"14378.ShowEdges\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14378.ShowEdges.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowGrid\" id=\"14378.ShowGrid\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ShowGrid.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowTicks\" id=\"14378.ShowTicks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14378.ShowTicks.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomBounds\" id=\"14378.UseCustomBounds\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.UseCustomBounds.bool\"/>\r\n      </Property>\r\n      <Property name=\"XAxisLabels\" id=\"14378.XAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14378.XAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisNotation\" id=\"14378.XAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.XAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XAxisPrecision\" id=\"14378.XAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14378.XAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisUseCustomLabels\" id=\"14378.XAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.XAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelBold\" id=\"14378.XLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.XLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelColor\" id=\"14378.XLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.XLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontFamily\" id=\"14378.XLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.XLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XLabelFontFile\" id=\"14378.XLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontSize\" id=\"14378.XLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14378.XLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelItalic\" id=\"14378.XLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.XLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelOpacity\" id=\"14378.XLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.XLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelShadow\" id=\"14378.XLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.XLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitle\" id=\"14378.XTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"X Axis\"/>\r\n      </Property>\r\n      <Property name=\"XTitleBold\" id=\"14378.XTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.XTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleColor\" id=\"14378.XTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.XTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontFamily\" id=\"14378.XTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.XTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XTitleFontFile\" id=\"14378.XTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontSize\" id=\"14378.XTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14378.XTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleItalic\" id=\"14378.XTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.XTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleOpacity\" id=\"14378.XTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.XTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleShadow\" id=\"14378.XTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.XTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YAxisLabels\" id=\"14378.YAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14378.YAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisNotation\" id=\"14378.YAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.YAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YAxisPrecision\" id=\"14378.YAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14378.YAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisUseCustomLabels\" id=\"14378.YAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.YAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelBold\" id=\"14378.YLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.YLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelColor\" id=\"14378.YLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.YLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontFamily\" id=\"14378.YLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.YLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YLabelFontFile\" id=\"14378.YLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontSize\" id=\"14378.YLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14378.YLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelItalic\" id=\"14378.YLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.YLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelOpacity\" id=\"14378.YLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.YLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelShadow\" id=\"14378.YLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.YLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitle\" id=\"14378.YTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Y Axis\"/>\r\n      </Property>\r\n      <Property name=\"YTitleBold\" id=\"14378.YTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.YTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleColor\" id=\"14378.YTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.YTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontFamily\" id=\"14378.YTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.YTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YTitleFontFile\" id=\"14378.YTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontSize\" id=\"14378.YTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14378.YTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleItalic\" id=\"14378.YTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.YTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleOpacity\" id=\"14378.YTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.YTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleShadow\" id=\"14378.YTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.YTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisLabels\" id=\"14378.ZAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14378.ZAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisNotation\" id=\"14378.ZAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.ZAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZAxisPrecision\" id=\"14378.ZAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14378.ZAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisUseCustomLabels\" id=\"14378.ZAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ZAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelBold\" id=\"14378.ZLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ZLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelColor\" id=\"14378.ZLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.ZLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFamily\" id=\"14378.ZLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.ZLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFile\" id=\"14378.ZLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontSize\" id=\"14378.ZLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14378.ZLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelItalic\" id=\"14378.ZLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ZLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelOpacity\" id=\"14378.ZLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.ZLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelShadow\" id=\"14378.ZLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ZLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitle\" id=\"14378.ZTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Z Axis\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleBold\" id=\"14378.ZTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ZTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleColor\" id=\"14378.ZTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.ZTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFamily\" id=\"14378.ZTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14378.ZTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFile\" id=\"14378.ZTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontSize\" id=\"14378.ZTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14378.ZTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleItalic\" id=\"14378.ZTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ZTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleOpacity\" id=\"14378.ZTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14378.ZTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleShadow\" id=\"14378.ZTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14378.ZTitleShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"14437\" servers=\"1\">\r\n      <Property name=\"Invert\" id=\"14437.Invert\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14437.Invert.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShaftRadius\" id=\"14437.ShaftRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.03\"/>\r\n        <Domain name=\"range\" id=\"14437.ShaftRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"ShaftResolution\" id=\"14437.ShaftResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14437.ShaftResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"TipLength\" id=\"14437.TipLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.35\"/>\r\n        <Domain name=\"range\" id=\"14437.TipLength.range\"/>\r\n      </Property>\r\n      <Property name=\"TipRadius\" id=\"14437.TipRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.1\"/>\r\n        <Domain name=\"range\" id=\"14437.TipRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"TipResolution\" id=\"14437.TipResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14437.TipResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"14448\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14448.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14448.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14448.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14448.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Direction\" id=\"14448.Direction\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14448.Direction.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14448.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14448.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14448.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14448.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14448.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14448.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"14459\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14459.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14459.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"XLength\" id=\"14459.XLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14459.XLength.range\"/>\r\n      </Property>\r\n      <Property name=\"YLength\" id=\"14459.YLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14459.YLength.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLength\" id=\"14459.ZLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14459.ZLength.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"14470\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14470.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14470.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14470.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14470.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14470.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14470.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14470.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14470.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14470.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14470.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"14481\" servers=\"1\">\r\n      <Property name=\"Point1\" id=\"14481.Point1\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"-0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14481.Point1.range\"/>\r\n      </Property>\r\n      <Property name=\"Point2\" id=\"14481.Point2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14481.Point2.range\"/>\r\n      </Property>\r\n      <Property name=\"RefinementRatios\" id=\"14481.RefinementRatios\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14481.RefinementRatios.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14481.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14481.Resolution.range\"/>\r\n      </Property>\r\n      <Property name=\"UseRegularRefinement\" id=\"14481.UseRegularRefinement\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14481.UseRegularRefinement.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"14492\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14492.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14492.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"EndPhi\" id=\"14492.EndPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"180\"/>\r\n        <Domain name=\"range\" id=\"14492.EndPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"EndTheta\" id=\"14492.EndTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"360\"/>\r\n        <Domain name=\"range\" id=\"14492.EndTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"PhiResolution\" id=\"14492.PhiResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14492.PhiResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14492.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14492.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"StartPhi\" id=\"14492.StartPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14492.StartPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"StartTheta\" id=\"14492.StartTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14492.StartTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"ThetaResolution\" id=\"14492.ThetaResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14492.ThetaResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"14503\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14503.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14503.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Filled\" id=\"14503.Filled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14503.Filled.bool\"/>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14503.GlyphType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"9\"/>\r\n        <Domain name=\"enum\" id=\"14503.GlyphType.enum\">\r\n          <Entry value=\"1\" text=\"Vertex\"/>\r\n          <Entry value=\"2\" text=\"Dash\"/>\r\n          <Entry value=\"3\" text=\"Cross\"/>\r\n          <Entry value=\"4\" text=\"ThickCross\"/>\r\n          <Entry value=\"5\" text=\"Triangle\"/>\r\n          <Entry value=\"6\" text=\"Square\"/>\r\n          <Entry value=\"7\" text=\"Circle\"/>\r\n          <Entry value=\"8\" text=\"Diamond\"/>\r\n          <Entry value=\"9\" text=\"Arrow\"/>\r\n          <Entry value=\"10\" text=\"ThickArrow\"/>\r\n          <Entry value=\"11\" text=\"HookedArrow\"/>\r\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"14514\" servers=\"1\">\r\n      <Property name=\"AllowNullInput\" id=\"14514.AllowNullInput\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14514.AllowNullInput.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14514.Input\">\r\n        <Domain name=\"groups\" id=\"14514.Input.groups\"/>\r\n        <Domain name=\"input_type\" id=\"14514.Input.input_type\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14525\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14525.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14525.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14525.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14525.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14525.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14525.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14525.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14526\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14526.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14526.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14526.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-4256.20263671875\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"12939.0478515625\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14526.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14526.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14526.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14526.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"14426\" servers=\"21\">\r\n      <Property name=\"ArcMajorTickSize\" id=\"14426.ArcMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.ArcMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMajorTickThickness\" id=\"14426.ArcMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.ArcMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMinorTickVisibility\" id=\"14426.ArcMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.ArcMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioSize\" id=\"14426.ArcTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14426.ArcTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioThickness\" id=\"14426.ArcTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14426.ArcTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickVisibility\" id=\"14426.ArcTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.ArcTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"14426.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.ArcTicksOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoSubdividePolarAxis\" id=\"14426.AutoSubdividePolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.AutoSubdividePolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisMinorTickVisibility\" id=\"14426.AxisMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.AxisMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisTickVisibility\" id=\"14426.AxisTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.AxisTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14426.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CustomRange\" id=\"14426.CustomRange\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"DataBounds\" id=\"14426.DataBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"-1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Element index=\"3\" value=\"-1\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"-1\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMajor\" id=\"14426.DeltaAngleMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14426.DeltaAngleMajor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMinor\" id=\"14426.DeltaAngleMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14426.DeltaAngleMinor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMajor\" id=\"14426.DeltaRangeMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMinor\" id=\"14426.DeltaRangeMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n      </Property>\r\n      <Property name=\"DistanceLODThreshold\" id=\"14426.DistanceLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14426.DistanceLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"DrawPolarArcsGridlines\" id=\"14426.DrawPolarArcsGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.DrawPolarArcsGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawRadialGridlines\" id=\"14426.DrawRadialGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.DrawRadialGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomBounds\" id=\"14426.EnableCustomBounds\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomRange\" id=\"14426.EnableCustomRange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.EnableCustomRange.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableDistanceLOD\" id=\"14426.EnableDistanceLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.EnableDistanceLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableViewAngleLOD\" id=\"14426.EnableViewAngleLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.EnableViewAngleLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14426.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14389\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14426.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisColor\" id=\"14426.LastRadialAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"14426.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"14426.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"14426.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"14426.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumAngle\" id=\"14426.MaximumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"90\"/>\r\n        <Domain name=\"range\" id=\"14426.MaximumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumAngle\" id=\"14426.MinimumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.MinimumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumRadius\" id=\"14426.MinimumRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.MinimumRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPolarAxis\" id=\"14426.NumberOfPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.NumberOfPolarAxis.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfRadialAxes\" id=\"14426.NumberOfRadialAxes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.NumberOfRadialAxes.range\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14426.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsColor\" id=\"14426.PolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsVisibility\" id=\"14426.PolarArcsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarArcsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisColor\" id=\"14426.PolarAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickSize\" id=\"14426.PolarAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"14426.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioSize\" id=\"14426.PolarAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"14426.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitle\" id=\"14426.PolarAxisTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Radial Distance\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleLocation\" id=\"14426.PolarAxisTitleLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14426.PolarAxisTitleLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleVisibility\" id=\"14426.PolarAxisTitleVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisTitleVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisVisibility\" id=\"14426.PolarAxisVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelExponentLocation\" id=\"14426.PolarLabelExponentLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14426.PolarLabelExponentLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n          <Entry value=\"2\" text=\"Labels\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarLabelFormat\" id=\"14426.PolarLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelVisibility\" id=\"14426.PolarLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarTicksVisibility\" id=\"14426.PolarTicksVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarTicksVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14426.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14426.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"14426.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.RadialAxesOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesVisibility\" id=\"14426.RadialAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.RadialAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelFormat\" id=\"14426.RadialLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#3.1f\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelLocation\" id=\"14426.RadialLabelLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14426.RadialLabelLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RadialLabelVisibility\" id=\"14426.RadialLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.RadialLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialUnitsVisibility\" id=\"14426.RadialUnitsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14426.RadialUnitsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ratio\" id=\"14426.Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14426.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScreenSize\" id=\"14426.ScreenSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14426.ScreenSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryPolarArcsColor\" id=\"14426.SecondaryPolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.SecondaryPolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesColor\" id=\"14426.SecondaryRadialAxesColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.SecondaryRadialAxesColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"14426.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14426.SmallestVisiblePolarAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"TickLocation\" id=\"14426.TickLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14426.TickLocation.enum\">\r\n          <Entry value=\"0\" text=\"Inside\"/>\r\n          <Entry value=\"1\" text=\"Outside\"/>\r\n          <Entry value=\"2\" text=\"Both\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use2DMode\" id=\"14426.Use2DMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.Use2DMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogAxis\" id=\"14426.UseLogAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.UseLogAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"ViewAngleLODThreshold\" id=\"14426.ViewAngleLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14426.ViewAngleLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14426.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextBold\" id=\"14426.LastRadialAxisTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.LastRadialAxisTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextColor\" id=\"14426.LastRadialAxisTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"14426.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14426.LastRadialAxisTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFile\" id=\"14426.LastRadialAxisTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"14426.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextItalic\" id=\"14426.LastRadialAxisTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.LastRadialAxisTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"14426.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.LastRadialAxisTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextShadow\" id=\"14426.LastRadialAxisTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.LastRadialAxisTextShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelBold\" id=\"14426.PolarAxisLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelColor\" id=\"14426.PolarAxisLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"14426.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14426.PolarAxisLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFile\" id=\"14426.PolarAxisLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontSize\" id=\"14426.PolarAxisLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelItalic\" id=\"14426.PolarAxisLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelOpacity\" id=\"14426.PolarAxisLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelShadow\" id=\"14426.PolarAxisLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleBold\" id=\"14426.PolarAxisTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleColor\" id=\"14426.PolarAxisTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"14426.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14426.PolarAxisTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFile\" id=\"14426.PolarAxisTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontSize\" id=\"14426.PolarAxisTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleItalic\" id=\"14426.PolarAxisTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleOpacity\" id=\"14426.PolarAxisTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.PolarAxisTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleShadow\" id=\"14426.PolarAxisTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.PolarAxisTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"14426.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.SecondaryRadialAxesTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"14426.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.SecondaryRadialAxesTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"14426.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14426.SecondaryRadialAxesTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFile\" id=\"14426.SecondaryRadialAxesTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"14426.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14426.SecondaryRadialAxesTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"14426.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.SecondaryRadialAxesTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"14426.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14426.SecondaryRadialAxesTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"14426.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14426.SecondaryRadialAxesTextShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14527\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14527.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14527.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14527.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-4256.20263671875\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"12939.0478515625\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14527.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14527.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14527.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14527.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"15087\" servers=\"16\">\r\n      <Property name=\"Source\" id=\"15087.Source\" number_of_elements=\"1\">\r\n        <Proxy value=\"14651\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"extended_sources\" type=\"HighResLineSource\" id=\"14629\" servers=\"1\">\r\n      <Property name=\"Point1\" id=\"14629.Point1\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"372.20001220703125\"/>\r\n        <Domain name=\"range\" id=\"14629.Point1.range\"/>\r\n      </Property>\r\n      <Property name=\"Point2\" id=\"14629.Point2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"121\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"374.79998779296875\"/>\r\n        <Domain name=\"range\" id=\"14629.Point2.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14629.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1000\"/>\r\n        <Domain name=\"range\" id=\"14629.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"extended_sources\" type=\"PointSource\" id=\"14640\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14640.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0.5\"/>\r\n        <Element index=\"2\" value=\"373.2\"/>\r\n        <Domain name=\"range\" id=\"14640.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPoints\" id=\"14640.NumberOfPoints\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14640.NumberOfPoints.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14640.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14640.Radius.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"14618\" servers=\"21\">\r\n      <Property name=\"GridAxesVisibility\" id=\"14618.GridAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.GridAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14618.Input\">\r\n        <Domain name=\"input_array_any\" id=\"14618.Input.input_array_any\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14618.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14618.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14618.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"AxesToLabel\" id=\"14618.AxesToLabel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14618.AxesToLabel.range\"/>\r\n      </Property>\r\n      <Property name=\"CullBackface\" id=\"14618.CullBackface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.CullBackface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CullFrontface\" id=\"14618.CullFrontface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14618.CullFrontface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14618.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.CustomBounds.range\"/>\r\n      </Property>\r\n      <Property name=\"FacesToRender\" id=\"14618.FacesToRender\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14618.FacesToRender.range\"/>\r\n      </Property>\r\n      <Property name=\"GridColor\" id=\"14618.GridColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.GridColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"14618.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14618.LabelUniqueEdgesOnly.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowEdges\" id=\"14618.ShowEdges\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14618.ShowEdges.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowGrid\" id=\"14618.ShowGrid\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ShowGrid.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowTicks\" id=\"14618.ShowTicks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14618.ShowTicks.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomBounds\" id=\"14618.UseCustomBounds\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.UseCustomBounds.bool\"/>\r\n      </Property>\r\n      <Property name=\"XAxisLabels\" id=\"14618.XAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14618.XAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisNotation\" id=\"14618.XAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.XAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XAxisPrecision\" id=\"14618.XAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14618.XAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisUseCustomLabels\" id=\"14618.XAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.XAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelBold\" id=\"14618.XLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.XLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelColor\" id=\"14618.XLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.XLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontFamily\" id=\"14618.XLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.XLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XLabelFontFile\" id=\"14618.XLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontSize\" id=\"14618.XLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14618.XLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelItalic\" id=\"14618.XLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.XLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelOpacity\" id=\"14618.XLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.XLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelShadow\" id=\"14618.XLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.XLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitle\" id=\"14618.XTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"X Axis\"/>\r\n      </Property>\r\n      <Property name=\"XTitleBold\" id=\"14618.XTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.XTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleColor\" id=\"14618.XTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.XTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontFamily\" id=\"14618.XTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.XTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XTitleFontFile\" id=\"14618.XTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontSize\" id=\"14618.XTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14618.XTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleItalic\" id=\"14618.XTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.XTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleOpacity\" id=\"14618.XTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.XTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleShadow\" id=\"14618.XTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.XTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YAxisLabels\" id=\"14618.YAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14618.YAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisNotation\" id=\"14618.YAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.YAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YAxisPrecision\" id=\"14618.YAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14618.YAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisUseCustomLabels\" id=\"14618.YAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.YAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelBold\" id=\"14618.YLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.YLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelColor\" id=\"14618.YLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.YLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontFamily\" id=\"14618.YLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.YLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YLabelFontFile\" id=\"14618.YLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontSize\" id=\"14618.YLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14618.YLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelItalic\" id=\"14618.YLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.YLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelOpacity\" id=\"14618.YLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.YLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelShadow\" id=\"14618.YLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.YLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitle\" id=\"14618.YTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Y Axis\"/>\r\n      </Property>\r\n      <Property name=\"YTitleBold\" id=\"14618.YTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.YTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleColor\" id=\"14618.YTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.YTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontFamily\" id=\"14618.YTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.YTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YTitleFontFile\" id=\"14618.YTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontSize\" id=\"14618.YTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14618.YTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleItalic\" id=\"14618.YTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.YTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleOpacity\" id=\"14618.YTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.YTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleShadow\" id=\"14618.YTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.YTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisLabels\" id=\"14618.ZAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14618.ZAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisNotation\" id=\"14618.ZAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.ZAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZAxisPrecision\" id=\"14618.ZAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14618.ZAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisUseCustomLabels\" id=\"14618.ZAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ZAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelBold\" id=\"14618.ZLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ZLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelColor\" id=\"14618.ZLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.ZLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFamily\" id=\"14618.ZLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.ZLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFile\" id=\"14618.ZLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontSize\" id=\"14618.ZLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14618.ZLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelItalic\" id=\"14618.ZLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ZLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelOpacity\" id=\"14618.ZLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.ZLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelShadow\" id=\"14618.ZLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ZLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitle\" id=\"14618.ZTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Z Axis\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleBold\" id=\"14618.ZTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ZTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleColor\" id=\"14618.ZTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.ZTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFamily\" id=\"14618.ZTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14618.ZTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFile\" id=\"14618.ZTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontSize\" id=\"14618.ZTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14618.ZTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleItalic\" id=\"14618.ZTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ZTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleOpacity\" id=\"14618.ZTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14618.ZTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleShadow\" id=\"14618.ZTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14618.ZTitleShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"14699\" servers=\"1\">\r\n      <Property name=\"Invert\" id=\"14699.Invert\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14699.Invert.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShaftRadius\" id=\"14699.ShaftRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.03\"/>\r\n        <Domain name=\"range\" id=\"14699.ShaftRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"ShaftResolution\" id=\"14699.ShaftResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14699.ShaftResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"TipLength\" id=\"14699.TipLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.35\"/>\r\n        <Domain name=\"range\" id=\"14699.TipLength.range\"/>\r\n      </Property>\r\n      <Property name=\"TipRadius\" id=\"14699.TipRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.1\"/>\r\n        <Domain name=\"range\" id=\"14699.TipRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"TipResolution\" id=\"14699.TipResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14699.TipResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"14710\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14710.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14710.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14710.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14710.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Direction\" id=\"14710.Direction\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14710.Direction.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14710.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14710.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14710.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14710.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14710.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14710.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"14721\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14721.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14721.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"XLength\" id=\"14721.XLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14721.XLength.range\"/>\r\n      </Property>\r\n      <Property name=\"YLength\" id=\"14721.YLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14721.YLength.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLength\" id=\"14721.ZLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14721.ZLength.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"14732\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14732.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14732.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14732.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14732.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14732.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14732.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14732.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14732.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14732.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14732.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"14743\" servers=\"1\">\r\n      <Property name=\"Point1\" id=\"14743.Point1\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"-0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14743.Point1.range\"/>\r\n      </Property>\r\n      <Property name=\"Point2\" id=\"14743.Point2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14743.Point2.range\"/>\r\n      </Property>\r\n      <Property name=\"RefinementRatios\" id=\"14743.RefinementRatios\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14743.RefinementRatios.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14743.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14743.Resolution.range\"/>\r\n      </Property>\r\n      <Property name=\"UseRegularRefinement\" id=\"14743.UseRegularRefinement\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14743.UseRegularRefinement.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"14754\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14754.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14754.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"EndPhi\" id=\"14754.EndPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"180\"/>\r\n        <Domain name=\"range\" id=\"14754.EndPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"EndTheta\" id=\"14754.EndTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"360\"/>\r\n        <Domain name=\"range\" id=\"14754.EndTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"PhiResolution\" id=\"14754.PhiResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14754.PhiResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14754.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14754.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"StartPhi\" id=\"14754.StartPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14754.StartPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"StartTheta\" id=\"14754.StartTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14754.StartTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"ThetaResolution\" id=\"14754.ThetaResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14754.ThetaResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"14765\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14765.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14765.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Filled\" id=\"14765.Filled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14765.Filled.bool\"/>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14765.GlyphType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"9\"/>\r\n        <Domain name=\"enum\" id=\"14765.GlyphType.enum\">\r\n          <Entry value=\"1\" text=\"Vertex\"/>\r\n          <Entry value=\"2\" text=\"Dash\"/>\r\n          <Entry value=\"3\" text=\"Cross\"/>\r\n          <Entry value=\"4\" text=\"ThickCross\"/>\r\n          <Entry value=\"5\" text=\"Triangle\"/>\r\n          <Entry value=\"6\" text=\"Square\"/>\r\n          <Entry value=\"7\" text=\"Circle\"/>\r\n          <Entry value=\"8\" text=\"Diamond\"/>\r\n          <Entry value=\"9\" text=\"Arrow\"/>\r\n          <Entry value=\"10\" text=\"ThickArrow\"/>\r\n          <Entry value=\"11\" text=\"HookedArrow\"/>\r\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"14776\" servers=\"1\">\r\n      <Property name=\"AllowNullInput\" id=\"14776.AllowNullInput\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14776.AllowNullInput.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14776.Input\">\r\n        <Domain name=\"groups\" id=\"14776.Input.groups\"/>\r\n        <Domain name=\"input_type\" id=\"14776.Input.input_type\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14787\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14787.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14787.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14787.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14787.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14787.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14787.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14787.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14788\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14788.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14788.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14788.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-3676.704345703125\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"7974.58154296875\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14788.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14788.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14788.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14788.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"14688\" servers=\"21\">\r\n      <Property name=\"ArcMajorTickSize\" id=\"14688.ArcMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.ArcMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMajorTickThickness\" id=\"14688.ArcMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.ArcMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMinorTickVisibility\" id=\"14688.ArcMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.ArcMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioSize\" id=\"14688.ArcTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14688.ArcTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioThickness\" id=\"14688.ArcTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14688.ArcTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickVisibility\" id=\"14688.ArcTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.ArcTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"14688.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.ArcTicksOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoSubdividePolarAxis\" id=\"14688.AutoSubdividePolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.AutoSubdividePolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisMinorTickVisibility\" id=\"14688.AxisMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.AxisMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisTickVisibility\" id=\"14688.AxisTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.AxisTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14688.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CustomRange\" id=\"14688.CustomRange\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"DataBounds\" id=\"14688.DataBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"-1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Element index=\"3\" value=\"-1\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"-1\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMajor\" id=\"14688.DeltaAngleMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14688.DeltaAngleMajor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMinor\" id=\"14688.DeltaAngleMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14688.DeltaAngleMinor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMajor\" id=\"14688.DeltaRangeMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMinor\" id=\"14688.DeltaRangeMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n      </Property>\r\n      <Property name=\"DistanceLODThreshold\" id=\"14688.DistanceLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14688.DistanceLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"DrawPolarArcsGridlines\" id=\"14688.DrawPolarArcsGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.DrawPolarArcsGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawRadialGridlines\" id=\"14688.DrawRadialGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.DrawRadialGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomBounds\" id=\"14688.EnableCustomBounds\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomRange\" id=\"14688.EnableCustomRange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.EnableCustomRange.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableDistanceLOD\" id=\"14688.EnableDistanceLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.EnableDistanceLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableViewAngleLOD\" id=\"14688.EnableViewAngleLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.EnableViewAngleLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14688.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14651\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14688.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisColor\" id=\"14688.LastRadialAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"14688.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"14688.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"14688.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"14688.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumAngle\" id=\"14688.MaximumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"90\"/>\r\n        <Domain name=\"range\" id=\"14688.MaximumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumAngle\" id=\"14688.MinimumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.MinimumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumRadius\" id=\"14688.MinimumRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.MinimumRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPolarAxis\" id=\"14688.NumberOfPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.NumberOfPolarAxis.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfRadialAxes\" id=\"14688.NumberOfRadialAxes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.NumberOfRadialAxes.range\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14688.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsColor\" id=\"14688.PolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsVisibility\" id=\"14688.PolarArcsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarArcsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisColor\" id=\"14688.PolarAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickSize\" id=\"14688.PolarAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"14688.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioSize\" id=\"14688.PolarAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"14688.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitle\" id=\"14688.PolarAxisTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Radial Distance\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleLocation\" id=\"14688.PolarAxisTitleLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14688.PolarAxisTitleLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleVisibility\" id=\"14688.PolarAxisTitleVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisTitleVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisVisibility\" id=\"14688.PolarAxisVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelExponentLocation\" id=\"14688.PolarLabelExponentLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14688.PolarLabelExponentLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n          <Entry value=\"2\" text=\"Labels\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarLabelFormat\" id=\"14688.PolarLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelVisibility\" id=\"14688.PolarLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarTicksVisibility\" id=\"14688.PolarTicksVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarTicksVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14688.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14688.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"14688.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.RadialAxesOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesVisibility\" id=\"14688.RadialAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.RadialAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelFormat\" id=\"14688.RadialLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#3.1f\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelLocation\" id=\"14688.RadialLabelLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14688.RadialLabelLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RadialLabelVisibility\" id=\"14688.RadialLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.RadialLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialUnitsVisibility\" id=\"14688.RadialUnitsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14688.RadialUnitsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ratio\" id=\"14688.Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14688.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScreenSize\" id=\"14688.ScreenSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14688.ScreenSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryPolarArcsColor\" id=\"14688.SecondaryPolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.SecondaryPolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesColor\" id=\"14688.SecondaryRadialAxesColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.SecondaryRadialAxesColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"14688.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14688.SmallestVisiblePolarAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"TickLocation\" id=\"14688.TickLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14688.TickLocation.enum\">\r\n          <Entry value=\"0\" text=\"Inside\"/>\r\n          <Entry value=\"1\" text=\"Outside\"/>\r\n          <Entry value=\"2\" text=\"Both\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use2DMode\" id=\"14688.Use2DMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.Use2DMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogAxis\" id=\"14688.UseLogAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.UseLogAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"ViewAngleLODThreshold\" id=\"14688.ViewAngleLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14688.ViewAngleLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14688.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextBold\" id=\"14688.LastRadialAxisTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.LastRadialAxisTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextColor\" id=\"14688.LastRadialAxisTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"14688.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14688.LastRadialAxisTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFile\" id=\"14688.LastRadialAxisTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"14688.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextItalic\" id=\"14688.LastRadialAxisTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.LastRadialAxisTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"14688.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.LastRadialAxisTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextShadow\" id=\"14688.LastRadialAxisTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.LastRadialAxisTextShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelBold\" id=\"14688.PolarAxisLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelColor\" id=\"14688.PolarAxisLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"14688.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14688.PolarAxisLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFile\" id=\"14688.PolarAxisLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontSize\" id=\"14688.PolarAxisLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelItalic\" id=\"14688.PolarAxisLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelOpacity\" id=\"14688.PolarAxisLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelShadow\" id=\"14688.PolarAxisLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleBold\" id=\"14688.PolarAxisTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleColor\" id=\"14688.PolarAxisTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"14688.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14688.PolarAxisTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFile\" id=\"14688.PolarAxisTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontSize\" id=\"14688.PolarAxisTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleItalic\" id=\"14688.PolarAxisTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleOpacity\" id=\"14688.PolarAxisTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.PolarAxisTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleShadow\" id=\"14688.PolarAxisTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.PolarAxisTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"14688.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.SecondaryRadialAxesTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"14688.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.SecondaryRadialAxesTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"14688.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14688.SecondaryRadialAxesTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFile\" id=\"14688.SecondaryRadialAxesTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"14688.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14688.SecondaryRadialAxesTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"14688.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.SecondaryRadialAxesTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"14688.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14688.SecondaryRadialAxesTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"14688.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14688.SecondaryRadialAxesTextShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"14789\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"14789.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14789.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"14789.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-3676.704345703125\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"7974.58154296875\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"14789.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14789.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"14789.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14789.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"15088\" servers=\"16\">\r\n      <Property name=\"Source\" id=\"15088.Source\" number_of_elements=\"1\">\r\n        <Proxy value=\"14875\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"14864\" servers=\"21\">\r\n      <Property name=\"GridAxesVisibility\" id=\"14864.GridAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.GridAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14864.Input\">\r\n        <Domain name=\"input_array_any\" id=\"14864.Input.input_array_any\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14864.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14864.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14864.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"AxesToLabel\" id=\"14864.AxesToLabel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14864.AxesToLabel.range\"/>\r\n      </Property>\r\n      <Property name=\"CullBackface\" id=\"14864.CullBackface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.CullBackface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CullFrontface\" id=\"14864.CullFrontface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14864.CullFrontface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14864.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.CustomBounds.range\"/>\r\n      </Property>\r\n      <Property name=\"FacesToRender\" id=\"14864.FacesToRender\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"14864.FacesToRender.range\"/>\r\n      </Property>\r\n      <Property name=\"GridColor\" id=\"14864.GridColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.GridColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"14864.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14864.LabelUniqueEdgesOnly.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowEdges\" id=\"14864.ShowEdges\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14864.ShowEdges.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowGrid\" id=\"14864.ShowGrid\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ShowGrid.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowTicks\" id=\"14864.ShowTicks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14864.ShowTicks.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomBounds\" id=\"14864.UseCustomBounds\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.UseCustomBounds.bool\"/>\r\n      </Property>\r\n      <Property name=\"XAxisLabels\" id=\"14864.XAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14864.XAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisNotation\" id=\"14864.XAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.XAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XAxisPrecision\" id=\"14864.XAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14864.XAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisUseCustomLabels\" id=\"14864.XAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.XAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelBold\" id=\"14864.XLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.XLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelColor\" id=\"14864.XLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.XLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontFamily\" id=\"14864.XLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.XLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XLabelFontFile\" id=\"14864.XLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontSize\" id=\"14864.XLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14864.XLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelItalic\" id=\"14864.XLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.XLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelOpacity\" id=\"14864.XLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.XLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelShadow\" id=\"14864.XLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.XLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitle\" id=\"14864.XTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"X Axis\"/>\r\n      </Property>\r\n      <Property name=\"XTitleBold\" id=\"14864.XTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.XTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleColor\" id=\"14864.XTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.XTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontFamily\" id=\"14864.XTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.XTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XTitleFontFile\" id=\"14864.XTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontSize\" id=\"14864.XTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14864.XTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleItalic\" id=\"14864.XTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.XTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleOpacity\" id=\"14864.XTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.XTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleShadow\" id=\"14864.XTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.XTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YAxisLabels\" id=\"14864.YAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14864.YAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisNotation\" id=\"14864.YAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.YAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YAxisPrecision\" id=\"14864.YAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14864.YAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisUseCustomLabels\" id=\"14864.YAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.YAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelBold\" id=\"14864.YLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.YLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelColor\" id=\"14864.YLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.YLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontFamily\" id=\"14864.YLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.YLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YLabelFontFile\" id=\"14864.YLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontSize\" id=\"14864.YLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14864.YLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelItalic\" id=\"14864.YLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.YLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelOpacity\" id=\"14864.YLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.YLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelShadow\" id=\"14864.YLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.YLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitle\" id=\"14864.YTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Y Axis\"/>\r\n      </Property>\r\n      <Property name=\"YTitleBold\" id=\"14864.YTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.YTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleColor\" id=\"14864.YTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.YTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontFamily\" id=\"14864.YTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.YTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YTitleFontFile\" id=\"14864.YTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontSize\" id=\"14864.YTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14864.YTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleItalic\" id=\"14864.YTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.YTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleOpacity\" id=\"14864.YTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.YTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleShadow\" id=\"14864.YTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.YTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisLabels\" id=\"14864.ZAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"14864.ZAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisNotation\" id=\"14864.ZAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.ZAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZAxisPrecision\" id=\"14864.ZAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14864.ZAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisUseCustomLabels\" id=\"14864.ZAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ZAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelBold\" id=\"14864.ZLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ZLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelColor\" id=\"14864.ZLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.ZLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFamily\" id=\"14864.ZLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.ZLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFile\" id=\"14864.ZLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontSize\" id=\"14864.ZLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14864.ZLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelItalic\" id=\"14864.ZLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ZLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelOpacity\" id=\"14864.ZLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.ZLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelShadow\" id=\"14864.ZLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ZLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitle\" id=\"14864.ZTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Z Axis\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleBold\" id=\"14864.ZTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ZTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleColor\" id=\"14864.ZTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.ZTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFamily\" id=\"14864.ZTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14864.ZTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFile\" id=\"14864.ZTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontSize\" id=\"14864.ZTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14864.ZTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleItalic\" id=\"14864.ZTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ZTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleOpacity\" id=\"14864.ZTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14864.ZTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleShadow\" id=\"14864.ZTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14864.ZTitleShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"14923\" servers=\"1\">\r\n      <Property name=\"Invert\" id=\"14923.Invert\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14923.Invert.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShaftRadius\" id=\"14923.ShaftRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.03\"/>\r\n        <Domain name=\"range\" id=\"14923.ShaftRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"ShaftResolution\" id=\"14923.ShaftResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14923.ShaftResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"TipLength\" id=\"14923.TipLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.35\"/>\r\n        <Domain name=\"range\" id=\"14923.TipLength.range\"/>\r\n      </Property>\r\n      <Property name=\"TipRadius\" id=\"14923.TipRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.1\"/>\r\n        <Domain name=\"range\" id=\"14923.TipRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"TipResolution\" id=\"14923.TipResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14923.TipResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"14934\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14934.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14934.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14934.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14934.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Direction\" id=\"14934.Direction\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14934.Direction.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14934.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14934.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14934.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14934.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14934.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14934.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"14945\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14945.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14945.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"XLength\" id=\"14945.XLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14945.XLength.range\"/>\r\n      </Property>\r\n      <Property name=\"YLength\" id=\"14945.YLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14945.YLength.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLength\" id=\"14945.ZLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14945.ZLength.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"14956\" servers=\"1\">\r\n      <Property name=\"Capping\" id=\"14956.Capping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14956.Capping.bool\"/>\r\n      </Property>\r\n      <Property name=\"Center\" id=\"14956.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14956.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Height\" id=\"14956.Height\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14956.Height.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14956.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14956.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14956.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14956.Resolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"14967\" servers=\"1\">\r\n      <Property name=\"Point1\" id=\"14967.Point1\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"-0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14967.Point1.range\"/>\r\n      </Property>\r\n      <Property name=\"Point2\" id=\"14967.Point2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14967.Point2.range\"/>\r\n      </Property>\r\n      <Property name=\"RefinementRatios\" id=\"14967.RefinementRatios\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14967.RefinementRatios.range\"/>\r\n      </Property>\r\n      <Property name=\"Resolution\" id=\"14967.Resolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"6\"/>\r\n        <Domain name=\"range\" id=\"14967.Resolution.range\"/>\r\n      </Property>\r\n      <Property name=\"UseRegularRefinement\" id=\"14967.UseRegularRefinement\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14967.UseRegularRefinement.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"14978\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14978.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14978.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"EndPhi\" id=\"14978.EndPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"180\"/>\r\n        <Domain name=\"range\" id=\"14978.EndPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"EndTheta\" id=\"14978.EndTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"360\"/>\r\n        <Domain name=\"range\" id=\"14978.EndTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"PhiResolution\" id=\"14978.PhiResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14978.PhiResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"14978.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14978.Radius.range\"/>\r\n      </Property>\r\n      <Property name=\"StartPhi\" id=\"14978.StartPhi\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14978.StartPhi.range\"/>\r\n      </Property>\r\n      <Property name=\"StartTheta\" id=\"14978.StartTheta\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14978.StartTheta.range\"/>\r\n      </Property>\r\n      <Property name=\"ThetaResolution\" id=\"14978.ThetaResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"8\"/>\r\n        <Domain name=\"range\" id=\"14978.ThetaResolution.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"14989\" servers=\"1\">\r\n      <Property name=\"Center\" id=\"14989.Center\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14989.Center.range\"/>\r\n      </Property>\r\n      <Property name=\"Filled\" id=\"14989.Filled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14989.Filled.bool\"/>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14989.GlyphType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"9\"/>\r\n        <Domain name=\"enum\" id=\"14989.GlyphType.enum\">\r\n          <Entry value=\"1\" text=\"Vertex\"/>\r\n          <Entry value=\"2\" text=\"Dash\"/>\r\n          <Entry value=\"3\" text=\"Cross\"/>\r\n          <Entry value=\"4\" text=\"ThickCross\"/>\r\n          <Entry value=\"5\" text=\"Triangle\"/>\r\n          <Entry value=\"6\" text=\"Square\"/>\r\n          <Entry value=\"7\" text=\"Circle\"/>\r\n          <Entry value=\"8\" text=\"Diamond\"/>\r\n          <Entry value=\"9\" text=\"Arrow\"/>\r\n          <Entry value=\"10\" text=\"ThickArrow\"/>\r\n          <Entry value=\"11\" text=\"HookedArrow\"/>\r\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"15000\" servers=\"1\">\r\n      <Property name=\"AllowNullInput\" id=\"15000.AllowNullInput\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15000.AllowNullInput.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"15000.Input\">\r\n        <Domain name=\"groups\" id=\"15000.Input.groups\"/>\r\n        <Domain name=\"input_type\" id=\"15000.Input.input_type\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"15011\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"15011.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15011.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"15011.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"15011.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15011.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"15011.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15011.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"15012\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"15012.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15012.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"15012.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-3676.356201171875\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"9261.796875\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"15012.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15012.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"15012.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15012.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"14912\" servers=\"21\">\r\n      <Property name=\"ArcMajorTickSize\" id=\"14912.ArcMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.ArcMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMajorTickThickness\" id=\"14912.ArcMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.ArcMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcMinorTickVisibility\" id=\"14912.ArcMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.ArcMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioSize\" id=\"14912.ArcTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14912.ArcTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickRatioThickness\" id=\"14912.ArcTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14912.ArcTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"ArcTickVisibility\" id=\"14912.ArcTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.ArcTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"14912.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.ArcTicksOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoSubdividePolarAxis\" id=\"14912.AutoSubdividePolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.AutoSubdividePolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisMinorTickVisibility\" id=\"14912.AxisMinorTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.AxisMinorTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"AxisTickVisibility\" id=\"14912.AxisTickVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.AxisTickVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"14912.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CustomRange\" id=\"14912.CustomRange\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"DataBounds\" id=\"14912.DataBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"-1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Element index=\"3\" value=\"-1\"/>\r\n        <Element index=\"4\" value=\"1\"/>\r\n        <Element index=\"5\" value=\"-1\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMajor\" id=\"14912.DeltaAngleMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14912.DeltaAngleMajor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaAngleMinor\" id=\"14912.DeltaAngleMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14912.DeltaAngleMinor.range\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMajor\" id=\"14912.DeltaRangeMajor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n      </Property>\r\n      <Property name=\"DeltaRangeMinor\" id=\"14912.DeltaRangeMinor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n      </Property>\r\n      <Property name=\"DistanceLODThreshold\" id=\"14912.DistanceLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14912.DistanceLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"DrawPolarArcsGridlines\" id=\"14912.DrawPolarArcsGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.DrawPolarArcsGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawRadialGridlines\" id=\"14912.DrawRadialGridlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.DrawRadialGridlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomBounds\" id=\"14912.EnableCustomBounds\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"EnableCustomRange\" id=\"14912.EnableCustomRange\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.EnableCustomRange.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableDistanceLOD\" id=\"14912.EnableDistanceLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.EnableDistanceLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableViewAngleLOD\" id=\"14912.EnableViewAngleLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.EnableViewAngleLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14912.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14875\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14912.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisColor\" id=\"14912.LastRadialAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"14912.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"14912.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"14912.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"14912.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumAngle\" id=\"14912.MaximumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"90\"/>\r\n        <Domain name=\"range\" id=\"14912.MaximumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumAngle\" id=\"14912.MinimumAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.MinimumAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"MinimumRadius\" id=\"14912.MinimumRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.MinimumRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfPolarAxis\" id=\"14912.NumberOfPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.NumberOfPolarAxis.range\"/>\r\n      </Property>\r\n      <Property name=\"NumberOfRadialAxes\" id=\"14912.NumberOfRadialAxes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.NumberOfRadialAxes.range\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14912.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsColor\" id=\"14912.PolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarArcsVisibility\" id=\"14912.PolarArcsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarArcsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisColor\" id=\"14912.PolarAxisColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickSize\" id=\"14912.PolarAxisMajorTickSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisMajorTickSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"14912.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisMajorTickThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioSize\" id=\"14912.PolarAxisTickRatioSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisTickRatioSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"14912.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisTickRatioThickness.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitle\" id=\"14912.PolarAxisTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Radial Distance\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleLocation\" id=\"14912.PolarAxisTitleLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14912.PolarAxisTitleLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleVisibility\" id=\"14912.PolarAxisTitleVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisTitleVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisVisibility\" id=\"14912.PolarAxisVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelExponentLocation\" id=\"14912.PolarLabelExponentLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14912.PolarLabelExponentLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n          <Entry value=\"2\" text=\"Labels\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarLabelFormat\" id=\"14912.PolarLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"PolarLabelVisibility\" id=\"14912.PolarLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarTicksVisibility\" id=\"14912.PolarTicksVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarTicksVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14912.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14912.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"14912.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.RadialAxesOriginToPolarAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialAxesVisibility\" id=\"14912.RadialAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.RadialAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelFormat\" id=\"14912.RadialLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#3.1f\"/>\r\n      </Property>\r\n      <Property name=\"RadialLabelLocation\" id=\"14912.RadialLabelLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14912.RadialLabelLocation.enum\">\r\n          <Entry value=\"0\" text=\"Bottom\"/>\r\n          <Entry value=\"1\" text=\"Extern\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RadialLabelVisibility\" id=\"14912.RadialLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.RadialLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"RadialUnitsVisibility\" id=\"14912.RadialUnitsVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14912.RadialUnitsVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ratio\" id=\"14912.Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14912.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScreenSize\" id=\"14912.ScreenSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"14912.ScreenSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryPolarArcsColor\" id=\"14912.SecondaryPolarArcsColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.SecondaryPolarArcsColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesColor\" id=\"14912.SecondaryRadialAxesColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.SecondaryRadialAxesColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"14912.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14912.SmallestVisiblePolarAngle.range\"/>\r\n      </Property>\r\n      <Property name=\"TickLocation\" id=\"14912.TickLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14912.TickLocation.enum\">\r\n          <Entry value=\"0\" text=\"Inside\"/>\r\n          <Entry value=\"1\" text=\"Outside\"/>\r\n          <Entry value=\"2\" text=\"Both\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use2DMode\" id=\"14912.Use2DMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.Use2DMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogAxis\" id=\"14912.UseLogAxis\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.UseLogAxis.bool\"/>\r\n      </Property>\r\n      <Property name=\"ViewAngleLODThreshold\" id=\"14912.ViewAngleLODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.7\"/>\r\n        <Domain name=\"range\" id=\"14912.ViewAngleLODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14912.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextBold\" id=\"14912.LastRadialAxisTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.LastRadialAxisTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextColor\" id=\"14912.LastRadialAxisTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"14912.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14912.LastRadialAxisTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontFile\" id=\"14912.LastRadialAxisTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"14912.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextItalic\" id=\"14912.LastRadialAxisTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.LastRadialAxisTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"14912.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.LastRadialAxisTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LastRadialAxisTextShadow\" id=\"14912.LastRadialAxisTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.LastRadialAxisTextShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelBold\" id=\"14912.PolarAxisLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelColor\" id=\"14912.PolarAxisLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"14912.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14912.PolarAxisLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontFile\" id=\"14912.PolarAxisLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelFontSize\" id=\"14912.PolarAxisLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelItalic\" id=\"14912.PolarAxisLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelOpacity\" id=\"14912.PolarAxisLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisLabelShadow\" id=\"14912.PolarAxisLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleBold\" id=\"14912.PolarAxisTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleColor\" id=\"14912.PolarAxisTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"14912.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14912.PolarAxisTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontFile\" id=\"14912.PolarAxisTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleFontSize\" id=\"14912.PolarAxisTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleItalic\" id=\"14912.PolarAxisTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleOpacity\" id=\"14912.PolarAxisTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.PolarAxisTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxisTitleShadow\" id=\"14912.PolarAxisTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.PolarAxisTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"14912.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.SecondaryRadialAxesTextBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"14912.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.SecondaryRadialAxesTextColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"14912.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14912.SecondaryRadialAxesTextFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontFile\" id=\"14912.SecondaryRadialAxesTextFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"14912.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14912.SecondaryRadialAxesTextFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"14912.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.SecondaryRadialAxesTextItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"14912.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14912.SecondaryRadialAxesTextOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"14912.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14912.SecondaryRadialAxesTextShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"15013\" servers=\"21\">\r\n      <Property name=\"AllowDuplicateScalars\" id=\"15013.AllowDuplicateScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15013.AllowDuplicateScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Points\" id=\"15013.Points\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"-3676.356201171875\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"9261.796875\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0.5\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRangeInitialized\" id=\"15013.ScalarRangeInitialized\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15013.ScalarRangeInitialized.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLogScale\" id=\"15013.UseLogScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15013.UseLogScale.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"annotations\" type=\"GridAxes3DActor\" id=\"13878\" servers=\"21\">\r\n      <Property name=\"AxesToLabel\" id=\"13878.AxesToLabel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"13878.AxesToLabel.range\"/>\r\n      </Property>\r\n      <Property name=\"CustomBounds\" id=\"13878.CustomBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.CustomBounds.range\"/>\r\n      </Property>\r\n      <Property name=\"DataBoundsScaleFactor\" id=\"13878.DataBoundsScaleFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1.0008\"/>\r\n        <Domain name=\"range\" id=\"13878.DataBoundsScaleFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"DataPosition\" id=\"13878.DataPosition\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13878.DataPosition.range\"/>\r\n      </Property>\r\n      <Property name=\"DataScale\" id=\"13878.DataScale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.DataScale.range\"/>\r\n      </Property>\r\n      <Property name=\"FacesToRender\" id=\"13878.FacesToRender\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"63\"/>\r\n        <Domain name=\"range\" id=\"13878.FacesToRender.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"13878.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13878.LabelUniqueEdgesOnly.bool\"/>\r\n      </Property>\r\n      <Property name=\"ModelBounds\" id=\"13878.ModelBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"ModelTransformMatrix\" id=\"13878.ModelTransformMatrix\" number_of_elements=\"16\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"0\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"1\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"0\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"0\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"ShowEdges\" id=\"13878.ShowEdges\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13878.ShowEdges.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowGrid\" id=\"13878.ShowGrid\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ShowGrid.bool\"/>\r\n      </Property>\r\n      <Property name=\"ShowTicks\" id=\"13878.ShowTicks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13878.ShowTicks.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomBounds\" id=\"13878.UseCustomBounds\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.UseCustomBounds.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseModelTransform\" id=\"13878.UseModelTransform\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"13878.UseModelTransform.range\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"13878.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"XAxisLabels\" id=\"13878.XAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"13878.XAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisNotation\" id=\"13878.XAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.XAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XAxisPrecision\" id=\"13878.XAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"13878.XAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"XAxisUseCustomLabels\" id=\"13878.XAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.XAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitle\" id=\"13878.XTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"X Axis\"/>\r\n      </Property>\r\n      <Property name=\"YAxisLabels\" id=\"13878.YAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"13878.YAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisNotation\" id=\"13878.YAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.YAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YAxisPrecision\" id=\"13878.YAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"13878.YAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"YAxisUseCustomLabels\" id=\"13878.YAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.YAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitle\" id=\"13878.YTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Y Axis\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisLabels\" id=\"13878.ZAxisLabels\">\r\n        <Domain name=\"scalar_range\" id=\"13878.ZAxisLabels.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisNotation\" id=\"13878.ZAxisNotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.ZAxisNotation.enum\">\r\n          <Entry value=\"0\" text=\"Mixed\"/>\r\n          <Entry value=\"1\" text=\"Scientific\"/>\r\n          <Entry value=\"2\" text=\"Fixed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZAxisPrecision\" id=\"13878.ZAxisPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"13878.ZAxisPrecision.range\"/>\r\n      </Property>\r\n      <Property name=\"ZAxisUseCustomLabels\" id=\"13878.ZAxisUseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ZAxisUseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitle\" id=\"13878.ZTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Z Axis\"/>\r\n      </Property>\r\n      <Property name=\"CullBackface\" id=\"13878.CullBackface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.CullBackface.bool\"/>\r\n      </Property>\r\n      <Property name=\"CullFrontface\" id=\"13878.CullFrontface\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13878.CullFrontface.bool\"/>\r\n      </Property>\r\n      <Property name=\"GridColor\" id=\"13878.GridColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.GridColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelBold\" id=\"13878.XLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.XLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelColor\" id=\"13878.XLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.XLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontFamily\" id=\"13878.XLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.XLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XLabelFontFile\" id=\"13878.XLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XLabelFontSize\" id=\"13878.XLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13878.XLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelItalic\" id=\"13878.XLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.XLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XLabelOpacity\" id=\"13878.XLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.XLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XLabelShadow\" id=\"13878.XLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.XLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleBold\" id=\"13878.XTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.XTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleColor\" id=\"13878.XTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.XTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontFamily\" id=\"13878.XTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.XTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"XTitleFontFile\" id=\"13878.XTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"XTitleFontSize\" id=\"13878.XTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13878.XTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleItalic\" id=\"13878.XTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.XTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"XTitleOpacity\" id=\"13878.XTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.XTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"XTitleShadow\" id=\"13878.XTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.XTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelBold\" id=\"13878.YLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.YLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelColor\" id=\"13878.YLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.YLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontFamily\" id=\"13878.YLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.YLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YLabelFontFile\" id=\"13878.YLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YLabelFontSize\" id=\"13878.YLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13878.YLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelItalic\" id=\"13878.YLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.YLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YLabelOpacity\" id=\"13878.YLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.YLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YLabelShadow\" id=\"13878.YLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.YLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleBold\" id=\"13878.YTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.YTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleColor\" id=\"13878.YTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.YTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontFamily\" id=\"13878.YTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.YTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"YTitleFontFile\" id=\"13878.YTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"YTitleFontSize\" id=\"13878.YTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13878.YTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleItalic\" id=\"13878.YTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.YTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"YTitleOpacity\" id=\"13878.YTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.YTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"YTitleShadow\" id=\"13878.YTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.YTitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelBold\" id=\"13878.ZLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ZLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelColor\" id=\"13878.ZLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.ZLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFamily\" id=\"13878.ZLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.ZLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZLabelFontFile\" id=\"13878.ZLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelFontSize\" id=\"13878.ZLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13878.ZLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelItalic\" id=\"13878.ZLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ZLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelOpacity\" id=\"13878.ZLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.ZLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZLabelShadow\" id=\"13878.ZLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ZLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleBold\" id=\"13878.ZTitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ZTitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleColor\" id=\"13878.ZTitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.ZTitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFamily\" id=\"13878.ZTitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13878.ZTitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ZTitleFontFile\" id=\"13878.ZTitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleFontSize\" id=\"13878.ZTitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"13878.ZTitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleItalic\" id=\"13878.ZTitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ZTitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleOpacity\" id=\"13878.ZTitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"13878.ZTitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"ZTitleShadow\" id=\"13878.ZTitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13878.ZTitleShadow.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"14353\" servers=\"21\">\r\n      <Property name=\"DataAxesGrid\" id=\"14353.DataAxesGrid\" number_of_elements=\"1\">\r\n        <Proxy value=\"14143\"/>\r\n        <Domain name=\"proxy_list\" id=\"14353.DataAxesGrid.proxy_list\">\r\n          <Proxy value=\"14143\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14353.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14157\" output_port=\"0\"/>\r\n        <Domain name=\"input_array_cell\" id=\"14353.Input.input_array_cell\"/>\r\n        <Domain name=\"input_array_point\" id=\"14353.Input.input_array_point\"/>\r\n        <Domain name=\"input_type\" id=\"14353.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxes\" id=\"14353.PolarAxes\" number_of_elements=\"1\">\r\n        <Proxy value=\"14194\"/>\r\n        <Domain name=\"proxy_list\" id=\"14353.PolarAxes.proxy_list\">\r\n          <Proxy value=\"14194\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Representation\" id=\"14353.Representation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Surface\"/>\r\n        <Domain name=\"list\" id=\"14353.Representation.list\">\r\n          <String text=\"3D Glyphs\"/>\r\n          <String text=\"Feature Edges\"/>\r\n          <String text=\"Outline\"/>\r\n          <String text=\"Point Gaussian\"/>\r\n          <String text=\"Points\"/>\r\n          <String text=\"Surface\"/>\r\n          <String text=\"Surface With Edges\"/>\r\n          <String text=\"Wireframe\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RepresentationTypesInfo\" id=\"14353.RepresentationTypesInfo\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"3D Glyphs\"/>\r\n        <Element index=\"1\" value=\"Feature Edges\"/>\r\n        <Element index=\"2\" value=\"Outline\"/>\r\n        <Element index=\"3\" value=\"Point Gaussian\"/>\r\n        <Element index=\"4\" value=\"Points\"/>\r\n        <Element index=\"5\" value=\"Surface\"/>\r\n        <Element index=\"6\" value=\"Surface With Edges\"/>\r\n        <Element index=\"7\" value=\"Wireframe\"/>\r\n      </Property>\r\n      <Property name=\"Selection\" id=\"14353.Selection\">\r\n        <Domain name=\"input_type\" id=\"14353.Selection.input_type\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"14353.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SelectionCellFieldDataArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"14353.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SelectionPointFieldDataArrayName.array_list\">\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionVisibility\" id=\"14353.SelectionVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14353.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14353.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ambient\" id=\"14353.Ambient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.Ambient.range\"/>\r\n      </Property>\r\n      <Property name=\"AmbientColor\" id=\"14353.AmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.AmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceAmbientColor\" id=\"14353.BackfaceAmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.BackfaceAmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceDiffuseColor\" id=\"14353.BackfaceDiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.BackfaceDiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceOpacity\" id=\"14353.BackfaceOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.BackfaceOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceRepresentation\" id=\"14353.BackfaceRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"400\"/>\r\n        <Domain name=\"enum\" id=\"14353.BackfaceRepresentation.enum\">\r\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\r\n          <Entry value=\"401\" text=\"Cull Backface\"/>\r\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BaseColorTexture\" id=\"14353.BaseColorTexture\">\r\n        <Domain name=\"groups\" id=\"14353.BaseColorTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"BlockColor\" id=\"14353.BlockColor\"/>\r\n      <Property name=\"BlockColorsDistinctValues\" id=\"14353.BlockColorsDistinctValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14353.BlockColorsDistinctValues.range\"/>\r\n      </Property>\r\n      <Property name=\"BlockOpacity\" id=\"14353.BlockOpacity\"/>\r\n      <Property name=\"BlockVisibility\" id=\"14353.BlockVisibility\"/>\r\n      <Property name=\"ColorArrayName\" id=\"14353.ColorArrayName\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"U\"/>\r\n        <Domain name=\"array_list\" id=\"14353.ColorArrayName.array_list\">\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"vtkCompositeIndex\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"vtkCompositeIndex\"/>\r\n          <String text=\"CasePath\"/>\r\n          <String text=\"vtkBlockColors\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ColorByLODIndex\" id=\"14353.ColorByLODIndex\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.ColorByLODIndex.bool\"/>\r\n      </Property>\r\n      <Property name=\"CoordinateShiftScaleMethod\" id=\"14353.CoordinateShiftScaleMethod\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14353.CoordinateShiftScaleMethod.enum\">\r\n          <Entry value=\"0\" text=\"Disable\"/>\r\n          <Entry value=\"1\" text=\"Auto Shift Scale\"/>\r\n          <Entry value=\"2\" text=\"Always Auto Shift Scale\"/>\r\n          <Entry value=\"4\" text=\"Auto Shift Only\"/>\r\n          <Entry value=\"5\" text=\"Near Focal Plane Shift Scale\"/>\r\n          <Entry value=\"6\" text=\"Focal Point Shift Scale\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CustomShader\" id=\"14353.CustomShader\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\" // This custom shader code define a gaussian blur&#xa; // Please take a look into vtkSMPointGaussianRepresentation.cxx&#xa; // for other custom shader examples&#xa; //VTK::Color::Impl&#xa;   float dist2 = dot(offsetVCVSOutput.xy,offsetVCVSOutput.xy);&#xa;   float gaussian = exp(-0.5*dist2);&#xa;   opacity = opacity*gaussian;&#xa;\"/>\r\n      </Property>\r\n      <Property name=\"CustomTriangleScale\" id=\"14353.CustomTriangleScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n      </Property>\r\n      <Property name=\"Diffuse\" id=\"14353.Diffuse\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.Diffuse.range\"/>\r\n      </Property>\r\n      <Property name=\"DiffuseColor\" id=\"14353.DiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.DiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeColor\" id=\"14353.EdgeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14353.EdgeColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeTint\" id=\"14353.EdgeTint\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.EdgeTint.range\"/>\r\n      </Property>\r\n      <Property name=\"Emissive\" id=\"14353.Emissive\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.Emissive.bool\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveFactor\" id=\"14353.EmissiveFactor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.EmissiveFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveTexture\" id=\"14353.EmissiveTexture\">\r\n        <Domain name=\"groups\" id=\"14353.EmissiveTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"FlipTextures\" id=\"14353.FlipTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.FlipTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"GaussianRadius\" id=\"14353.GaussianRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.605\"/>\r\n        <Domain name=\"range\" id=\"14353.GaussianRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"GlyphTableIndexArray\" id=\"14353.GlyphTableIndexArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14353.GlyphTableIndexArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14353.GlyphType\" number_of_elements=\"1\">\r\n        <Proxy value=\"14205\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14353.GlyphType.input_type\"/>\r\n        <Domain name=\"proxy_list\" id=\"14353.GlyphType.proxy_list\">\r\n          <Proxy value=\"14205\"/>\r\n          <Proxy value=\"14216\"/>\r\n          <Proxy value=\"14227\"/>\r\n          <Proxy value=\"14238\"/>\r\n          <Proxy value=\"14249\"/>\r\n          <Proxy value=\"14260\"/>\r\n          <Proxy value=\"14271\"/>\r\n          <Proxy value=\"14282\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"InteractiveSelectionColor\" id=\"14353.InteractiveSelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.InteractiveSelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"14353.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14353.InterpolateScalarsBeforeMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateTextures\" id=\"14353.InterpolateTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.InterpolateTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Interpolation\" id=\"14353.Interpolation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14353.Interpolation.enum\">\r\n          <Entry value=\"0\" text=\"Flat\"/>\r\n          <Entry value=\"1\" text=\"Gouraud\"/>\r\n          <Entry value=\"3\" text=\"PBR\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LODValues\" id=\"14353.LODValues\">\r\n        <Domain name=\"scalar_range\" id=\"14353.LODValues.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"LineWidth\" id=\"14353.LineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.LineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"14353.LookupTable\" number_of_elements=\"1\">\r\n        <Proxy value=\"14294\"/>\r\n        <Domain name=\"groups\" id=\"14353.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"Luminosity\" id=\"14353.Luminosity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.Luminosity.range\"/>\r\n      </Property>\r\n      <Property name=\"MapScalars\" id=\"14353.MapScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14353.MapScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Masking\" id=\"14353.Masking\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.Masking.bool\"/>\r\n      </Property>\r\n      <Property name=\"MaterialTexture\" id=\"14353.MaterialTexture\">\r\n        <Domain name=\"groups\" id=\"14353.MaterialTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"MeshVisibility\" id=\"14353.MeshVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.MeshVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Metallic\" id=\"14353.Metallic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.Metallic.range\"/>\r\n      </Property>\r\n      <Property name=\"MultiComponentsMapping\" id=\"14353.MultiComponentsMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.MultiComponentsMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"14353.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.NonlinearSubdivisionLevel.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalScale\" id=\"14353.NormalScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.NormalScale.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalTexture\" id=\"14353.NormalTexture\">\r\n        <Domain name=\"groups\" id=\"14353.NormalTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"OSPRayMaterial\" id=\"14353.OSPRayMaterial\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"string_list\" id=\"14353.OSPRayMaterial.string_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Checker_Alpha\"/>\r\n          <String text=\"Glass_Thick\"/>\r\n          <String text=\"Glass_Thin\"/>\r\n          <String text=\"Glass_Water\"/>\r\n          <String text=\"Metal_Aluminium_brushed\"/>\r\n          <String text=\"Metal_Aluminium_cast\"/>\r\n          <String text=\"Metal_Aluminium_dull\"/>\r\n          <String text=\"Metal_Aluminium_flat\"/>\r\n          <String text=\"Metal_Aluminium_mirror\"/>\r\n          <String text=\"Metal_Aluminium_normal\"/>\r\n          <String text=\"Metal_Brass_brushed\"/>\r\n          <String text=\"Metal_Brass_cast\"/>\r\n          <String text=\"Metal_Brass_dull\"/>\r\n          <String text=\"Metal_Brass_flat\"/>\r\n          <String text=\"Metal_Brass_mirror\"/>\r\n          <String text=\"Metal_Brass_normal\"/>\r\n          <String text=\"Metal_Chromium_brushed\"/>\r\n          <String text=\"Metal_Chromium_cast\"/>\r\n          <String text=\"Metal_Chromium_dull\"/>\r\n          <String text=\"Metal_Chromium_flat\"/>\r\n          <String text=\"Metal_Chromium_mirror\"/>\r\n          <String text=\"Metal_Chromium_normal\"/>\r\n          <String text=\"Metal_Copper_brushed\"/>\r\n          <String text=\"Metal_Copper_cast\"/>\r\n          <String text=\"Metal_Copper_dull\"/>\r\n          <String text=\"Metal_Copper_flat\"/>\r\n          <String text=\"Metal_Copper_mirror\"/>\r\n          <String text=\"Metal_Copper_normal\"/>\r\n          <String text=\"Metal_Diamond_Plate\"/>\r\n          <String text=\"Metal_Gold_brushed\"/>\r\n          <String text=\"Metal_Gold_cast\"/>\r\n          <String text=\"Metal_Gold_dull\"/>\r\n          <String text=\"Metal_Gold_flat\"/>\r\n          <String text=\"Metal_Gold_mirror\"/>\r\n          <String text=\"Metal_Gold_normal\"/>\r\n          <String text=\"Metal_Iron_brushed\"/>\r\n          <String text=\"Metal_Iron_cast\"/>\r\n          <String text=\"Metal_Iron_dull\"/>\r\n          <String text=\"Metal_Iron_flat\"/>\r\n          <String text=\"Metal_Iron_mirror\"/>\r\n          <String text=\"Metal_Iron_normal\"/>\r\n          <String text=\"Metal_Lead_brushed\"/>\r\n          <String text=\"Metal_Lead_cast\"/>\r\n          <String text=\"Metal_Lead_dull\"/>\r\n          <String text=\"Metal_Lead_flat\"/>\r\n          <String text=\"Metal_Lead_mirror\"/>\r\n          <String text=\"Metal_Lead_normal\"/>\r\n          <String text=\"Metal_Platinum_brushed\"/>\r\n          <String text=\"Metal_Platinum_cast\"/>\r\n          <String text=\"Metal_Platinum_dull\"/>\r\n          <String text=\"Metal_Platinum_flat\"/>\r\n          <String text=\"Metal_Platinum_mirror\"/>\r\n          <String text=\"Metal_Platinum_normal\"/>\r\n          <String text=\"Metal_Scratched\"/>\r\n          <String text=\"Metal_Silver_brushed\"/>\r\n          <String text=\"Metal_Silver_cast\"/>\r\n          <String text=\"Metal_Silver_dull\"/>\r\n          <String text=\"Metal_Silver_flat\"/>\r\n          <String text=\"Metal_Silver_mirror\"/>\r\n          <String text=\"Metal_Silver_normal\"/>\r\n          <String text=\"Metal_Stainless_Steel_brushed\"/>\r\n          <String text=\"Metal_Stainless_Steel_cast\"/>\r\n          <String text=\"Metal_Stainless_Steel_dull\"/>\r\n          <String text=\"Metal_Stainless_Steel_flat\"/>\r\n          <String text=\"Metal_Stainless_Steel_mirror\"/>\r\n          <String text=\"Metal_Stainless_Steel_normal\"/>\r\n          <String text=\"Metal_Titanium_brushed\"/>\r\n          <String text=\"Metal_Titanium_cast\"/>\r\n          <String text=\"Metal_Titanium_dull\"/>\r\n          <String text=\"Metal_Titanium_flat\"/>\r\n          <String text=\"Metal_Titanium_mirror\"/>\r\n          <String text=\"Metal_Titanium_normal\"/>\r\n          <String text=\"Metal_Tungsten_brushed\"/>\r\n          <String text=\"Metal_Tungsten_cast\"/>\r\n          <String text=\"Metal_Tungsten_dull\"/>\r\n          <String text=\"Metal_Tungsten_flat\"/>\r\n          <String text=\"Metal_Tungsten_normal\"/>\r\n          <String text=\"PBR_Asphalt\"/>\r\n          <String text=\"PBR_Brick_Wall_1\"/>\r\n          <String text=\"PBR_Brick_Wall_2\"/>\r\n          <String text=\"PBR_Camo_Dull\"/>\r\n          <String text=\"PBR_Camo_Mesh\"/>\r\n          <String text=\"PBR_Carbon_Fiber\"/>\r\n          <String text=\"PBR_Circuit_Board\"/>\r\n          <String text=\"PBR_Concrete_1\"/>\r\n          <String text=\"PBR_Concrete_2\"/>\r\n          <String text=\"PBR_Cork\"/>\r\n          <String text=\"PBR_Fabric_Camo\"/>\r\n          <String text=\"PBR_Fabric_Green\"/>\r\n          <String text=\"PBR_Fabric_Orange\"/>\r\n          <String text=\"PBR_Fabric_Tan\"/>\r\n          <String text=\"PBR_Grass\"/>\r\n          <String text=\"PBR_Ground_Dirt\"/>\r\n          <String text=\"PBR_Ground_Wet\"/>\r\n          <String text=\"PBR_Particle_Board\"/>\r\n          <String text=\"PBR_Plastic_Dark\"/>\r\n          <String text=\"PBR_Plastic_White\"/>\r\n          <String text=\"PBR_Sand\"/>\r\n          <String text=\"PBR_Silica_Phenolic\"/>\r\n          <String text=\"PBR_Snow\"/>\r\n          <String text=\"PBR_Solar_Panels\"/>\r\n          <String text=\"PBR_Water\"/>\r\n          <String text=\"Value Indexed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleArray\" id=\"14353.OSPRayScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14353.OSPRayScaleArray.array_list\">\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleFunction\" id=\"14353.OSPRayScaleFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14295\"/>\r\n        <Domain name=\"groups\" id=\"14353.OSPRayScaleFunction.groups\"/>\r\n        <Domain name=\"proxy_list\" id=\"14353.OSPRayScaleFunction.proxy_list\">\r\n          <Proxy value=\"14295\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayUseScaleArray\" id=\"14353.OSPRayUseScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14353.OSPRayUseScaleArray.enum\">\r\n          <Entry value=\"-1\" text=\"All Exact\"/>\r\n          <Entry value=\"0\" text=\"All Approximate\"/>\r\n          <Entry value=\"1\" text=\"Each Scaled\"/>\r\n          <Entry value=\"2\" text=\"Each Exact\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OcclusionStrength\" id=\"14353.OcclusionStrength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.OcclusionStrength.range\"/>\r\n      </Property>\r\n      <Property name=\"Opacity\" id=\"14353.Opacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.Opacity.range\"/>\r\n      </Property>\r\n      <Property name=\"OpacityArray\" id=\"14353.OpacityArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14353.OpacityArray.array_list\">\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityArrayComponent\" id=\"14353.OpacityArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14353.OpacityArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityByArray\" id=\"14353.OpacityByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.OpacityByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"OpacityTransferFunction\" id=\"14353.OpacityTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14296\"/>\r\n        <Domain name=\"proxy_list\" id=\"14353.OpacityTransferFunction.proxy_list\">\r\n          <Proxy value=\"14296\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Orient\" id=\"14353.Orient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.Orient.bool\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14353.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"OrientationMode\" id=\"14353.OrientationMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14353.OrientationMode.enum\">\r\n          <Entry value=\"0\" text=\"Direction\"/>\r\n          <Entry value=\"1\" text=\"Rotation\"/>\r\n          <Entry value=\"2\" text=\"Quaternion\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Origin\" id=\"14353.Origin\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.Origin.range\"/>\r\n      </Property>\r\n      <Property name=\"Pickable\" id=\"14353.Pickable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14353.Pickable.bool\"/>\r\n      </Property>\r\n      <Property name=\"PointSize\" id=\"14353.PointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14353.PointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14353.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RenderLinesAsTubes\" id=\"14353.RenderLinesAsTubes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.RenderLinesAsTubes.bool\"/>\r\n      </Property>\r\n      <Property name=\"RenderPointsAsSpheres\" id=\"14353.RenderPointsAsSpheres\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.RenderPointsAsSpheres.bool\"/>\r\n      </Property>\r\n      <Property name=\"RepeatTextures\" id=\"14353.RepeatTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14353.RepeatTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Roughness\" id=\"14353.Roughness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14353.Roughness.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14353.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleArrayComponent\" id=\"14353.ScaleArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14353.ScaleArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleByArray\" id=\"14353.ScaleByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.ScaleByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScaleFactor\" id=\"14353.ScaleFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12.100000000000001\"/>\r\n        <Domain name=\"bounds\" id=\"14353.ScaleFactor.bounds\"/>\r\n        <Domain name=\"scalar_range\" id=\"14353.ScaleFactor.scalar_range\"/>\r\n        <Domain name=\"vector_range\" id=\"14353.ScaleFactor.vector_range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleMode\" id=\"14353.ScaleMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14353.ScaleMode.enum\">\r\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\r\n          <Entry value=\"1\" text=\"Magnitude\"/>\r\n          <Entry value=\"2\" text=\"Vector Components\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleTransferFunction\" id=\"14353.ScaleTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14297\"/>\r\n        <Domain name=\"proxy_list\" id=\"14353.ScaleTransferFunction.proxy_list\">\r\n          <Proxy value=\"14297\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Scaling\" id=\"14353.Scaling\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.Scaling.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessU\" id=\"14353.SeamlessU\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SeamlessU.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessV\" id=\"14353.SeamlessV\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SeamlessV.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectMaskArray\" id=\"14353.SelectMaskArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectNormalArray\" id=\"14353.SelectNormalArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Normals\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SelectNormalArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectOrientationVectors\" id=\"14353.SelectOrientationVectors\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SelectOrientationVectors.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectScaleArray\" id=\"14353.SelectScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SelectScaleArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTCoordArray\" id=\"14353.SelectTCoordArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SelectTCoordArray.array_list\">\r\n          <String text=\"None\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTangentArray\" id=\"14353.SelectTangentArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SelectTangentArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelBold\" id=\"14353.SelectionCellLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionCellLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelColor\" id=\"14353.SelectionCellLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionCellLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"14353.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14353.SelectionCellLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFile\" id=\"14353.SelectionCellLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontSize\" id=\"14353.SelectionCellLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionCellLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFormat\" id=\"14353.SelectionCellLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelItalic\" id=\"14353.SelectionCellLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionCellLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelJustification\" id=\"14353.SelectionCellLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14353.SelectionCellLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelOpacity\" id=\"14353.SelectionCellLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionCellLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelShadow\" id=\"14353.SelectionCellLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionCellLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelVisibility\" id=\"14353.SelectionCellLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionCellLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionColor\" id=\"14353.SelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionLineWidth\" id=\"14353.SelectionLineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionLineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"14353.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionMaximumNumberOfLabels.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionOpacity\" id=\"14353.SelectionOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelBold\" id=\"14353.SelectionPointLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionPointLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelColor\" id=\"14353.SelectionPointLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionPointLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"14353.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14353.SelectionPointLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFile\" id=\"14353.SelectionPointLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontSize\" id=\"14353.SelectionPointLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionPointLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFormat\" id=\"14353.SelectionPointLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelItalic\" id=\"14353.SelectionPointLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionPointLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelJustification\" id=\"14353.SelectionPointLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14353.SelectionPointLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelOpacity\" id=\"14353.SelectionPointLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionPointLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelShadow\" id=\"14353.SelectionPointLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionPointLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelVisibility\" id=\"14353.SelectionPointLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionPointLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointSize\" id=\"14353.SelectionPointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14353.SelectionPointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionRepresentation\" id=\"14353.SelectionRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14353.SelectionRepresentation.enum\">\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionUseOutline\" id=\"14353.SelectionUseOutline\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SelectionUseOutline.bool\"/>\r\n      </Property>\r\n      <Property name=\"SetScaleArray\" id=\"14353.SetScaleArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14353.SetScaleArray.array_list\">\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderPreset\" id=\"14353.ShaderPreset\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14353.ShaderPreset.enum\">\r\n          <Entry value=\"0\" text=\"Gaussian Blur\"/>\r\n          <Entry value=\"1\" text=\"Sphere\"/>\r\n          <Entry value=\"2\" text=\"Black-edged circle\"/>\r\n          <Entry value=\"3\" text=\"Plain circle\"/>\r\n          <Entry value=\"4\" text=\"Triangle\"/>\r\n          <Entry value=\"5\" text=\"Square Outline\"/>\r\n          <Entry value=\"6\" text=\"Custom\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderReplacements\" id=\"14353.ShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"Specular\" id=\"14353.Specular\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14353.Specular.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularColor\" id=\"14353.SpecularColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14353.SpecularColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularPower\" id=\"14353.SpecularPower\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14353.SpecularPower.range\"/>\r\n      </Property>\r\n      <Property name=\"StaticMode\" id=\"14353.StaticMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.StaticMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"SuppressLOD\" id=\"14353.SuppressLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.SuppressLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Texture\" id=\"14353.Texture\">\r\n        <Domain name=\"groups\" id=\"14353.Texture.groups\"/>\r\n      </Property>\r\n      <Property name=\"Triangulate\" id=\"14353.Triangulate\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.Triangulate.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCompositeGlyphTable\" id=\"14353.UseCompositeGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseCompositeGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseDataPartitions\" id=\"14353.UseDataPartitions\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseDataPartitions.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphCullingAndLOD\" id=\"14353.UseGlyphCullingAndLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseGlyphCullingAndLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphTable\" id=\"14353.UseGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseMipmapTextures\" id=\"14353.UseMipmapTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseMipmapTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseScaleFunction\" id=\"14353.UseScaleFunction\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseScaleFunction.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSeparateColorMap\" id=\"14353.UseSeparateColorMap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseSeparateColorMap.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseShaderReplacements\" id=\"14353.UseShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14353.UseShaderReplacements.bool\"/>\r\n      </Property>\r\n      <Property name=\"UserTransform\" id=\"14353.UserTransform\" number_of_elements=\"16\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"0\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"1\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"0\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"0\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"14845\" servers=\"21\">\r\n      <Property name=\"DataAxesGrid\" id=\"14845.DataAxesGrid\" number_of_elements=\"1\">\r\n        <Proxy value=\"14618\"/>\r\n        <Domain name=\"proxy_list\" id=\"14845.DataAxesGrid.proxy_list\">\r\n          <Proxy value=\"14618\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14845.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14651\" output_port=\"0\"/>\r\n        <Domain name=\"input_array_cell\" id=\"14845.Input.input_array_cell\"/>\r\n        <Domain name=\"input_array_point\" id=\"14845.Input.input_array_point\"/>\r\n        <Domain name=\"input_type\" id=\"14845.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxes\" id=\"14845.PolarAxes\" number_of_elements=\"1\">\r\n        <Proxy value=\"14688\"/>\r\n        <Domain name=\"proxy_list\" id=\"14845.PolarAxes.proxy_list\">\r\n          <Proxy value=\"14688\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Representation\" id=\"14845.Representation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Surface\"/>\r\n        <Domain name=\"list\" id=\"14845.Representation.list\">\r\n          <String text=\"3D Glyphs\"/>\r\n          <String text=\"Feature Edges\"/>\r\n          <String text=\"Outline\"/>\r\n          <String text=\"Point Gaussian\"/>\r\n          <String text=\"Points\"/>\r\n          <String text=\"Surface\"/>\r\n          <String text=\"Surface With Edges\"/>\r\n          <String text=\"Wireframe\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RepresentationTypesInfo\" id=\"14845.RepresentationTypesInfo\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"3D Glyphs\"/>\r\n        <Element index=\"1\" value=\"Feature Edges\"/>\r\n        <Element index=\"2\" value=\"Outline\"/>\r\n        <Element index=\"3\" value=\"Point Gaussian\"/>\r\n        <Element index=\"4\" value=\"Points\"/>\r\n        <Element index=\"5\" value=\"Surface\"/>\r\n        <Element index=\"6\" value=\"Surface With Edges\"/>\r\n        <Element index=\"7\" value=\"Wireframe\"/>\r\n      </Property>\r\n      <Property name=\"Selection\" id=\"14845.Selection\">\r\n        <Domain name=\"input_type\" id=\"14845.Selection.input_type\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"14845.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"ReasonForTermination\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SelectionCellFieldDataArrayName.array_list\">\r\n          <String text=\"ReasonForTermination\"/>\r\n          <String text=\"SeedIds\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"14845.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SelectionPointFieldDataArrayName.array_list\">\r\n          <String text=\"AngularVelocity\"/>\r\n          <String text=\"IntegrationTime\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"Rotation\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionVisibility\" id=\"14845.SelectionVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14845.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14845.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ambient\" id=\"14845.Ambient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.Ambient.range\"/>\r\n      </Property>\r\n      <Property name=\"AmbientColor\" id=\"14845.AmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.AmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceAmbientColor\" id=\"14845.BackfaceAmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.BackfaceAmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceDiffuseColor\" id=\"14845.BackfaceDiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.BackfaceDiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceOpacity\" id=\"14845.BackfaceOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.BackfaceOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceRepresentation\" id=\"14845.BackfaceRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"400\"/>\r\n        <Domain name=\"enum\" id=\"14845.BackfaceRepresentation.enum\">\r\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\r\n          <Entry value=\"401\" text=\"Cull Backface\"/>\r\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BaseColorTexture\" id=\"14845.BaseColorTexture\">\r\n        <Domain name=\"groups\" id=\"14845.BaseColorTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"BlockColor\" id=\"14845.BlockColor\"/>\r\n      <Property name=\"BlockColorsDistinctValues\" id=\"14845.BlockColorsDistinctValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14845.BlockColorsDistinctValues.range\"/>\r\n      </Property>\r\n      <Property name=\"BlockOpacity\" id=\"14845.BlockOpacity\"/>\r\n      <Property name=\"BlockVisibility\" id=\"14845.BlockVisibility\"/>\r\n      <Property name=\"ColorArrayName\" id=\"14845.ColorArrayName\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"U\"/>\r\n        <Domain name=\"array_list\" id=\"14845.ColorArrayName.array_list\">\r\n          <String text=\"AngularVelocity\"/>\r\n          <String text=\"IntegrationTime\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"Rotation\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"ReasonForTermination\"/>\r\n          <String text=\"SeedIds\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ColorByLODIndex\" id=\"14845.ColorByLODIndex\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.ColorByLODIndex.bool\"/>\r\n      </Property>\r\n      <Property name=\"CoordinateShiftScaleMethod\" id=\"14845.CoordinateShiftScaleMethod\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14845.CoordinateShiftScaleMethod.enum\">\r\n          <Entry value=\"0\" text=\"Disable\"/>\r\n          <Entry value=\"1\" text=\"Auto Shift Scale\"/>\r\n          <Entry value=\"2\" text=\"Always Auto Shift Scale\"/>\r\n          <Entry value=\"4\" text=\"Auto Shift Only\"/>\r\n          <Entry value=\"5\" text=\"Near Focal Plane Shift Scale\"/>\r\n          <Entry value=\"6\" text=\"Focal Point Shift Scale\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CustomShader\" id=\"14845.CustomShader\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\" // This custom shader code define a gaussian blur&#xa; // Please take a look into vtkSMPointGaussianRepresentation.cxx&#xa; // for other custom shader examples&#xa; //VTK::Color::Impl&#xa;   float dist2 = dot(offsetVCVSOutput.xy,offsetVCVSOutput.xy);&#xa;   float gaussian = exp(-0.5*dist2);&#xa;   opacity = opacity*gaussian;&#xa;\"/>\r\n      </Property>\r\n      <Property name=\"CustomTriangleScale\" id=\"14845.CustomTriangleScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n      </Property>\r\n      <Property name=\"Diffuse\" id=\"14845.Diffuse\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.Diffuse.range\"/>\r\n      </Property>\r\n      <Property name=\"DiffuseColor\" id=\"14845.DiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.DiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeColor\" id=\"14845.EdgeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14845.EdgeColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeTint\" id=\"14845.EdgeTint\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.EdgeTint.range\"/>\r\n      </Property>\r\n      <Property name=\"Emissive\" id=\"14845.Emissive\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.Emissive.bool\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveFactor\" id=\"14845.EmissiveFactor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.EmissiveFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveTexture\" id=\"14845.EmissiveTexture\">\r\n        <Domain name=\"groups\" id=\"14845.EmissiveTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"FlipTextures\" id=\"14845.FlipTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.FlipTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"GaussianRadius\" id=\"14845.GaussianRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.24975051614281257\"/>\r\n        <Domain name=\"range\" id=\"14845.GaussianRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"GlyphTableIndexArray\" id=\"14845.GlyphTableIndexArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14845.GlyphTableIndexArray.array_list\">\r\n          <String text=\"AngularVelocity\"/>\r\n          <String text=\"IntegrationTime\"/>\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"Rotation\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"ReasonForTermination\"/>\r\n          <String text=\"SeedIds\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14845.GlyphType\" number_of_elements=\"1\">\r\n        <Proxy value=\"14699\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14845.GlyphType.input_type\"/>\r\n        <Domain name=\"proxy_list\" id=\"14845.GlyphType.proxy_list\">\r\n          <Proxy value=\"14699\"/>\r\n          <Proxy value=\"14710\"/>\r\n          <Proxy value=\"14721\"/>\r\n          <Proxy value=\"14732\"/>\r\n          <Proxy value=\"14743\"/>\r\n          <Proxy value=\"14754\"/>\r\n          <Proxy value=\"14765\"/>\r\n          <Proxy value=\"14776\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"InteractiveSelectionColor\" id=\"14845.InteractiveSelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.InteractiveSelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"14845.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14845.InterpolateScalarsBeforeMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateTextures\" id=\"14845.InterpolateTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.InterpolateTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Interpolation\" id=\"14845.Interpolation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14845.Interpolation.enum\">\r\n          <Entry value=\"0\" text=\"Flat\"/>\r\n          <Entry value=\"1\" text=\"Gouraud\"/>\r\n          <Entry value=\"3\" text=\"PBR\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LODValues\" id=\"14845.LODValues\">\r\n        <Domain name=\"scalar_range\" id=\"14845.LODValues.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"LineWidth\" id=\"14845.LineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14845.LineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"14845.LookupTable\" number_of_elements=\"1\">\r\n        <Proxy value=\"14294\"/>\r\n        <Domain name=\"groups\" id=\"14845.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"Luminosity\" id=\"14845.Luminosity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.Luminosity.range\"/>\r\n      </Property>\r\n      <Property name=\"MapScalars\" id=\"14845.MapScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14845.MapScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Masking\" id=\"14845.Masking\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.Masking.bool\"/>\r\n      </Property>\r\n      <Property name=\"MaterialTexture\" id=\"14845.MaterialTexture\">\r\n        <Domain name=\"groups\" id=\"14845.MaterialTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"MeshVisibility\" id=\"14845.MeshVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.MeshVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Metallic\" id=\"14845.Metallic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.Metallic.range\"/>\r\n      </Property>\r\n      <Property name=\"MultiComponentsMapping\" id=\"14845.MultiComponentsMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.MultiComponentsMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"14845.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.NonlinearSubdivisionLevel.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalScale\" id=\"14845.NormalScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.NormalScale.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalTexture\" id=\"14845.NormalTexture\">\r\n        <Domain name=\"groups\" id=\"14845.NormalTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"OSPRayMaterial\" id=\"14845.OSPRayMaterial\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"string_list\" id=\"14845.OSPRayMaterial.string_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Checker_Alpha\"/>\r\n          <String text=\"Glass_Thick\"/>\r\n          <String text=\"Glass_Thin\"/>\r\n          <String text=\"Glass_Water\"/>\r\n          <String text=\"Metal_Aluminium_brushed\"/>\r\n          <String text=\"Metal_Aluminium_cast\"/>\r\n          <String text=\"Metal_Aluminium_dull\"/>\r\n          <String text=\"Metal_Aluminium_flat\"/>\r\n          <String text=\"Metal_Aluminium_mirror\"/>\r\n          <String text=\"Metal_Aluminium_normal\"/>\r\n          <String text=\"Metal_Brass_brushed\"/>\r\n          <String text=\"Metal_Brass_cast\"/>\r\n          <String text=\"Metal_Brass_dull\"/>\r\n          <String text=\"Metal_Brass_flat\"/>\r\n          <String text=\"Metal_Brass_mirror\"/>\r\n          <String text=\"Metal_Brass_normal\"/>\r\n          <String text=\"Metal_Chromium_brushed\"/>\r\n          <String text=\"Metal_Chromium_cast\"/>\r\n          <String text=\"Metal_Chromium_dull\"/>\r\n          <String text=\"Metal_Chromium_flat\"/>\r\n          <String text=\"Metal_Chromium_mirror\"/>\r\n          <String text=\"Metal_Chromium_normal\"/>\r\n          <String text=\"Metal_Copper_brushed\"/>\r\n          <String text=\"Metal_Copper_cast\"/>\r\n          <String text=\"Metal_Copper_dull\"/>\r\n          <String text=\"Metal_Copper_flat\"/>\r\n          <String text=\"Metal_Copper_mirror\"/>\r\n          <String text=\"Metal_Copper_normal\"/>\r\n          <String text=\"Metal_Diamond_Plate\"/>\r\n          <String text=\"Metal_Gold_brushed\"/>\r\n          <String text=\"Metal_Gold_cast\"/>\r\n          <String text=\"Metal_Gold_dull\"/>\r\n          <String text=\"Metal_Gold_flat\"/>\r\n          <String text=\"Metal_Gold_mirror\"/>\r\n          <String text=\"Metal_Gold_normal\"/>\r\n          <String text=\"Metal_Iron_brushed\"/>\r\n          <String text=\"Metal_Iron_cast\"/>\r\n          <String text=\"Metal_Iron_dull\"/>\r\n          <String text=\"Metal_Iron_flat\"/>\r\n          <String text=\"Metal_Iron_mirror\"/>\r\n          <String text=\"Metal_Iron_normal\"/>\r\n          <String text=\"Metal_Lead_brushed\"/>\r\n          <String text=\"Metal_Lead_cast\"/>\r\n          <String text=\"Metal_Lead_dull\"/>\r\n          <String text=\"Metal_Lead_flat\"/>\r\n          <String text=\"Metal_Lead_mirror\"/>\r\n          <String text=\"Metal_Lead_normal\"/>\r\n          <String text=\"Metal_Platinum_brushed\"/>\r\n          <String text=\"Metal_Platinum_cast\"/>\r\n          <String text=\"Metal_Platinum_dull\"/>\r\n          <String text=\"Metal_Platinum_flat\"/>\r\n          <String text=\"Metal_Platinum_mirror\"/>\r\n          <String text=\"Metal_Platinum_normal\"/>\r\n          <String text=\"Metal_Scratched\"/>\r\n          <String text=\"Metal_Silver_brushed\"/>\r\n          <String text=\"Metal_Silver_cast\"/>\r\n          <String text=\"Metal_Silver_dull\"/>\r\n          <String text=\"Metal_Silver_flat\"/>\r\n          <String text=\"Metal_Silver_mirror\"/>\r\n          <String text=\"Metal_Silver_normal\"/>\r\n          <String text=\"Metal_Stainless_Steel_brushed\"/>\r\n          <String text=\"Metal_Stainless_Steel_cast\"/>\r\n          <String text=\"Metal_Stainless_Steel_dull\"/>\r\n          <String text=\"Metal_Stainless_Steel_flat\"/>\r\n          <String text=\"Metal_Stainless_Steel_mirror\"/>\r\n          <String text=\"Metal_Stainless_Steel_normal\"/>\r\n          <String text=\"Metal_Titanium_brushed\"/>\r\n          <String text=\"Metal_Titanium_cast\"/>\r\n          <String text=\"Metal_Titanium_dull\"/>\r\n          <String text=\"Metal_Titanium_flat\"/>\r\n          <String text=\"Metal_Titanium_mirror\"/>\r\n          <String text=\"Metal_Titanium_normal\"/>\r\n          <String text=\"Metal_Tungsten_brushed\"/>\r\n          <String text=\"Metal_Tungsten_cast\"/>\r\n          <String text=\"Metal_Tungsten_dull\"/>\r\n          <String text=\"Metal_Tungsten_flat\"/>\r\n          <String text=\"Metal_Tungsten_normal\"/>\r\n          <String text=\"PBR_Asphalt\"/>\r\n          <String text=\"PBR_Brick_Wall_1\"/>\r\n          <String text=\"PBR_Brick_Wall_2\"/>\r\n          <String text=\"PBR_Camo_Dull\"/>\r\n          <String text=\"PBR_Camo_Mesh\"/>\r\n          <String text=\"PBR_Carbon_Fiber\"/>\r\n          <String text=\"PBR_Circuit_Board\"/>\r\n          <String text=\"PBR_Concrete_1\"/>\r\n          <String text=\"PBR_Concrete_2\"/>\r\n          <String text=\"PBR_Cork\"/>\r\n          <String text=\"PBR_Fabric_Camo\"/>\r\n          <String text=\"PBR_Fabric_Green\"/>\r\n          <String text=\"PBR_Fabric_Orange\"/>\r\n          <String text=\"PBR_Fabric_Tan\"/>\r\n          <String text=\"PBR_Grass\"/>\r\n          <String text=\"PBR_Ground_Dirt\"/>\r\n          <String text=\"PBR_Ground_Wet\"/>\r\n          <String text=\"PBR_Particle_Board\"/>\r\n          <String text=\"PBR_Plastic_Dark\"/>\r\n          <String text=\"PBR_Plastic_White\"/>\r\n          <String text=\"PBR_Sand\"/>\r\n          <String text=\"PBR_Silica_Phenolic\"/>\r\n          <String text=\"PBR_Snow\"/>\r\n          <String text=\"PBR_Solar_Panels\"/>\r\n          <String text=\"PBR_Water\"/>\r\n          <String text=\"Value Indexed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleArray\" id=\"14845.OSPRayScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14845.OSPRayScaleArray.array_list\">\r\n          <String text=\"AngularVelocity\"/>\r\n          <String text=\"IntegrationTime\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"Rotation\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleFunction\" id=\"14845.OSPRayScaleFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14787\"/>\r\n        <Domain name=\"groups\" id=\"14845.OSPRayScaleFunction.groups\"/>\r\n        <Domain name=\"proxy_list\" id=\"14845.OSPRayScaleFunction.proxy_list\">\r\n          <Proxy value=\"14787\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayUseScaleArray\" id=\"14845.OSPRayUseScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14845.OSPRayUseScaleArray.enum\">\r\n          <Entry value=\"-1\" text=\"All Exact\"/>\r\n          <Entry value=\"0\" text=\"All Approximate\"/>\r\n          <Entry value=\"1\" text=\"Each Scaled\"/>\r\n          <Entry value=\"2\" text=\"Each Exact\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OcclusionStrength\" id=\"14845.OcclusionStrength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.OcclusionStrength.range\"/>\r\n      </Property>\r\n      <Property name=\"Opacity\" id=\"14845.Opacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.Opacity.range\"/>\r\n      </Property>\r\n      <Property name=\"OpacityArray\" id=\"14845.OpacityArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14845.OpacityArray.array_list\">\r\n          <String text=\"AngularVelocity\"/>\r\n          <String text=\"IntegrationTime\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"Rotation\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityArrayComponent\" id=\"14845.OpacityArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14845.OpacityArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityByArray\" id=\"14845.OpacityByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.OpacityByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"OpacityTransferFunction\" id=\"14845.OpacityTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14788\"/>\r\n        <Domain name=\"proxy_list\" id=\"14845.OpacityTransferFunction.proxy_list\">\r\n          <Proxy value=\"14788\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Orient\" id=\"14845.Orient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.Orient.bool\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14845.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"OrientationMode\" id=\"14845.OrientationMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14845.OrientationMode.enum\">\r\n          <Entry value=\"0\" text=\"Direction\"/>\r\n          <Entry value=\"1\" text=\"Rotation\"/>\r\n          <Entry value=\"2\" text=\"Quaternion\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Origin\" id=\"14845.Origin\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.Origin.range\"/>\r\n      </Property>\r\n      <Property name=\"Pickable\" id=\"14845.Pickable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14845.Pickable.bool\"/>\r\n      </Property>\r\n      <Property name=\"PointSize\" id=\"14845.PointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14845.PointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14845.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RenderLinesAsTubes\" id=\"14845.RenderLinesAsTubes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.RenderLinesAsTubes.bool\"/>\r\n      </Property>\r\n      <Property name=\"RenderPointsAsSpheres\" id=\"14845.RenderPointsAsSpheres\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.RenderPointsAsSpheres.bool\"/>\r\n      </Property>\r\n      <Property name=\"RepeatTextures\" id=\"14845.RepeatTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14845.RepeatTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Roughness\" id=\"14845.Roughness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14845.Roughness.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14845.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleArrayComponent\" id=\"14845.ScaleArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14845.ScaleArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleByArray\" id=\"14845.ScaleByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.ScaleByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScaleFactor\" id=\"14845.ScaleFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"4.995010322856252\"/>\r\n        <Domain name=\"bounds\" id=\"14845.ScaleFactor.bounds\"/>\r\n        <Domain name=\"scalar_range\" id=\"14845.ScaleFactor.scalar_range\"/>\r\n        <Domain name=\"vector_range\" id=\"14845.ScaleFactor.vector_range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleMode\" id=\"14845.ScaleMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14845.ScaleMode.enum\">\r\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\r\n          <Entry value=\"1\" text=\"Magnitude\"/>\r\n          <Entry value=\"2\" text=\"Vector Components\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleTransferFunction\" id=\"14845.ScaleTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14789\"/>\r\n        <Domain name=\"proxy_list\" id=\"14845.ScaleTransferFunction.proxy_list\">\r\n          <Proxy value=\"14789\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Scaling\" id=\"14845.Scaling\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.Scaling.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessU\" id=\"14845.SeamlessU\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SeamlessU.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessV\" id=\"14845.SeamlessV\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SeamlessV.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectMaskArray\" id=\"14845.SelectMaskArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectNormalArray\" id=\"14845.SelectNormalArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SelectNormalArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectOrientationVectors\" id=\"14845.SelectOrientationVectors\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Normals\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SelectOrientationVectors.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectScaleArray\" id=\"14845.SelectScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SelectScaleArray.array_list\">\r\n          <String text=\"AngularVelocity\"/>\r\n          <String text=\"IntegrationTime\"/>\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"Rotation\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"ReasonForTermination\"/>\r\n          <String text=\"SeedIds\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTCoordArray\" id=\"14845.SelectTCoordArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SelectTCoordArray.array_list\">\r\n          <String text=\"None\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTangentArray\" id=\"14845.SelectTangentArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SelectTangentArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelBold\" id=\"14845.SelectionCellLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionCellLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelColor\" id=\"14845.SelectionCellLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionCellLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"14845.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14845.SelectionCellLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFile\" id=\"14845.SelectionCellLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontSize\" id=\"14845.SelectionCellLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionCellLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFormat\" id=\"14845.SelectionCellLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelItalic\" id=\"14845.SelectionCellLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionCellLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelJustification\" id=\"14845.SelectionCellLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14845.SelectionCellLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelOpacity\" id=\"14845.SelectionCellLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionCellLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelShadow\" id=\"14845.SelectionCellLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionCellLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelVisibility\" id=\"14845.SelectionCellLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionCellLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionColor\" id=\"14845.SelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionLineWidth\" id=\"14845.SelectionLineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionLineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"14845.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionMaximumNumberOfLabels.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionOpacity\" id=\"14845.SelectionOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelBold\" id=\"14845.SelectionPointLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionPointLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelColor\" id=\"14845.SelectionPointLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionPointLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"14845.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14845.SelectionPointLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFile\" id=\"14845.SelectionPointLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontSize\" id=\"14845.SelectionPointLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionPointLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFormat\" id=\"14845.SelectionPointLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelItalic\" id=\"14845.SelectionPointLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionPointLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelJustification\" id=\"14845.SelectionPointLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14845.SelectionPointLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelOpacity\" id=\"14845.SelectionPointLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionPointLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelShadow\" id=\"14845.SelectionPointLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionPointLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelVisibility\" id=\"14845.SelectionPointLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionPointLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointSize\" id=\"14845.SelectionPointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14845.SelectionPointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionRepresentation\" id=\"14845.SelectionRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14845.SelectionRepresentation.enum\">\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionUseOutline\" id=\"14845.SelectionUseOutline\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SelectionUseOutline.bool\"/>\r\n      </Property>\r\n      <Property name=\"SetScaleArray\" id=\"14845.SetScaleArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14845.SetScaleArray.array_list\">\r\n          <String text=\"AngularVelocity\"/>\r\n          <String text=\"IntegrationTime\"/>\r\n          <String text=\"Normals\"/>\r\n          <String text=\"Rotation\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"Vorticity\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderPreset\" id=\"14845.ShaderPreset\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14845.ShaderPreset.enum\">\r\n          <Entry value=\"0\" text=\"Gaussian Blur\"/>\r\n          <Entry value=\"1\" text=\"Sphere\"/>\r\n          <Entry value=\"2\" text=\"Black-edged circle\"/>\r\n          <Entry value=\"3\" text=\"Plain circle\"/>\r\n          <Entry value=\"4\" text=\"Triangle\"/>\r\n          <Entry value=\"5\" text=\"Square Outline\"/>\r\n          <Entry value=\"6\" text=\"Custom\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderReplacements\" id=\"14845.ShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"Specular\" id=\"14845.Specular\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14845.Specular.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularColor\" id=\"14845.SpecularColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14845.SpecularColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularPower\" id=\"14845.SpecularPower\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14845.SpecularPower.range\"/>\r\n      </Property>\r\n      <Property name=\"StaticMode\" id=\"14845.StaticMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.StaticMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"SuppressLOD\" id=\"14845.SuppressLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.SuppressLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Texture\" id=\"14845.Texture\">\r\n        <Domain name=\"groups\" id=\"14845.Texture.groups\"/>\r\n      </Property>\r\n      <Property name=\"Triangulate\" id=\"14845.Triangulate\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.Triangulate.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCompositeGlyphTable\" id=\"14845.UseCompositeGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseCompositeGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseDataPartitions\" id=\"14845.UseDataPartitions\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseDataPartitions.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphCullingAndLOD\" id=\"14845.UseGlyphCullingAndLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseGlyphCullingAndLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphTable\" id=\"14845.UseGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseMipmapTextures\" id=\"14845.UseMipmapTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseMipmapTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseScaleFunction\" id=\"14845.UseScaleFunction\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseScaleFunction.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSeparateColorMap\" id=\"14845.UseSeparateColorMap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseSeparateColorMap.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseShaderReplacements\" id=\"14845.UseShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14845.UseShaderReplacements.bool\"/>\r\n      </Property>\r\n      <Property name=\"UserTransform\" id=\"14845.UserTransform\" number_of_elements=\"16\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"0\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"1\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"0\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"0\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"15069\" servers=\"21\">\r\n      <Property name=\"DataAxesGrid\" id=\"15069.DataAxesGrid\" number_of_elements=\"1\">\r\n        <Proxy value=\"14864\"/>\r\n        <Domain name=\"proxy_list\" id=\"15069.DataAxesGrid.proxy_list\">\r\n          <Proxy value=\"14864\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"15069.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14875\" output_port=\"0\"/>\r\n        <Domain name=\"input_array_cell\" id=\"15069.Input.input_array_cell\"/>\r\n        <Domain name=\"input_array_point\" id=\"15069.Input.input_array_point\"/>\r\n        <Domain name=\"input_type\" id=\"15069.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxes\" id=\"15069.PolarAxes\" number_of_elements=\"1\">\r\n        <Proxy value=\"14912\"/>\r\n        <Domain name=\"proxy_list\" id=\"15069.PolarAxes.proxy_list\">\r\n          <Proxy value=\"14912\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Representation\" id=\"15069.Representation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Outline\"/>\r\n        <Domain name=\"list\" id=\"15069.Representation.list\">\r\n          <String text=\"3D Glyphs\"/>\r\n          <String text=\"Feature Edges\"/>\r\n          <String text=\"Outline\"/>\r\n          <String text=\"Point Gaussian\"/>\r\n          <String text=\"Points\"/>\r\n          <String text=\"Surface\"/>\r\n          <String text=\"Surface With Edges\"/>\r\n          <String text=\"Wireframe\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RepresentationTypesInfo\" id=\"15069.RepresentationTypesInfo\" number_of_elements=\"8\">\r\n        <Element index=\"0\" value=\"3D Glyphs\"/>\r\n        <Element index=\"1\" value=\"Feature Edges\"/>\r\n        <Element index=\"2\" value=\"Outline\"/>\r\n        <Element index=\"3\" value=\"Point Gaussian\"/>\r\n        <Element index=\"4\" value=\"Points\"/>\r\n        <Element index=\"5\" value=\"Surface\"/>\r\n        <Element index=\"6\" value=\"Surface With Edges\"/>\r\n        <Element index=\"7\" value=\"Wireframe\"/>\r\n      </Property>\r\n      <Property name=\"Selection\" id=\"15069.Selection\">\r\n        <Domain name=\"input_type\" id=\"15069.Selection.input_type\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"15069.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SelectionCellFieldDataArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"15069.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SelectionPointFieldDataArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionVisibility\" id=\"15069.SelectionVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"15069.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15069.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ambient\" id=\"15069.Ambient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.Ambient.range\"/>\r\n      </Property>\r\n      <Property name=\"AmbientColor\" id=\"15069.AmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.AmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceAmbientColor\" id=\"15069.BackfaceAmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.BackfaceAmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceDiffuseColor\" id=\"15069.BackfaceDiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.BackfaceDiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceOpacity\" id=\"15069.BackfaceOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.BackfaceOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceRepresentation\" id=\"15069.BackfaceRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"400\"/>\r\n        <Domain name=\"enum\" id=\"15069.BackfaceRepresentation.enum\">\r\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\r\n          <Entry value=\"401\" text=\"Cull Backface\"/>\r\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BaseColorTexture\" id=\"15069.BaseColorTexture\">\r\n        <Domain name=\"groups\" id=\"15069.BaseColorTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"BlockColor\" id=\"15069.BlockColor\"/>\r\n      <Property name=\"BlockColorsDistinctValues\" id=\"15069.BlockColorsDistinctValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"15069.BlockColorsDistinctValues.range\"/>\r\n      </Property>\r\n      <Property name=\"BlockOpacity\" id=\"15069.BlockOpacity\"/>\r\n      <Property name=\"BlockVisibility\" id=\"15069.BlockVisibility\"/>\r\n      <Property name=\"ColorArrayName\" id=\"15069.ColorArrayName\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"\"/>\r\n        <Domain name=\"array_list\" id=\"15069.ColorArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"vtkCompositeIndex\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"vtkCompositeIndex\"/>\r\n          <String text=\"CasePath\"/>\r\n          <String text=\"vtkBlockColors\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ColorByLODIndex\" id=\"15069.ColorByLODIndex\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.ColorByLODIndex.bool\"/>\r\n      </Property>\r\n      <Property name=\"CoordinateShiftScaleMethod\" id=\"15069.CoordinateShiftScaleMethod\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"15069.CoordinateShiftScaleMethod.enum\">\r\n          <Entry value=\"0\" text=\"Disable\"/>\r\n          <Entry value=\"1\" text=\"Auto Shift Scale\"/>\r\n          <Entry value=\"2\" text=\"Always Auto Shift Scale\"/>\r\n          <Entry value=\"4\" text=\"Auto Shift Only\"/>\r\n          <Entry value=\"5\" text=\"Near Focal Plane Shift Scale\"/>\r\n          <Entry value=\"6\" text=\"Focal Point Shift Scale\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CustomShader\" id=\"15069.CustomShader\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\" // This custom shader code define a gaussian blur&#xa; // Please take a look into vtkSMPointGaussianRepresentation.cxx&#xa; // for other custom shader examples&#xa; //VTK::Color::Impl&#xa;   float dist2 = dot(offsetVCVSOutput.xy,offsetVCVSOutput.xy);&#xa;   float gaussian = exp(-0.5*dist2);&#xa;   opacity = opacity*gaussian;&#xa;\"/>\r\n      </Property>\r\n      <Property name=\"CustomTriangleScale\" id=\"15069.CustomTriangleScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n      </Property>\r\n      <Property name=\"Diffuse\" id=\"15069.Diffuse\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.Diffuse.range\"/>\r\n      </Property>\r\n      <Property name=\"DiffuseColor\" id=\"15069.DiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.DiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeColor\" id=\"15069.EdgeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"15069.EdgeColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeTint\" id=\"15069.EdgeTint\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.EdgeTint.range\"/>\r\n      </Property>\r\n      <Property name=\"Emissive\" id=\"15069.Emissive\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.Emissive.bool\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveFactor\" id=\"15069.EmissiveFactor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.EmissiveFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveTexture\" id=\"15069.EmissiveTexture\">\r\n        <Domain name=\"groups\" id=\"15069.EmissiveTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"FlipTextures\" id=\"15069.FlipTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.FlipTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"GaussianRadius\" id=\"15069.GaussianRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5750000000000001\"/>\r\n        <Domain name=\"range\" id=\"15069.GaussianRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"GlyphTableIndexArray\" id=\"15069.GlyphTableIndexArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"15069.GlyphTableIndexArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"15069.GlyphType\" number_of_elements=\"1\">\r\n        <Proxy value=\"14923\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"15069.GlyphType.input_type\"/>\r\n        <Domain name=\"proxy_list\" id=\"15069.GlyphType.proxy_list\">\r\n          <Proxy value=\"14923\"/>\r\n          <Proxy value=\"14934\"/>\r\n          <Proxy value=\"14945\"/>\r\n          <Proxy value=\"14956\"/>\r\n          <Proxy value=\"14967\"/>\r\n          <Proxy value=\"14978\"/>\r\n          <Proxy value=\"14989\"/>\r\n          <Proxy value=\"15000\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"InteractiveSelectionColor\" id=\"15069.InteractiveSelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.InteractiveSelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"15069.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15069.InterpolateScalarsBeforeMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateTextures\" id=\"15069.InterpolateTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.InterpolateTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Interpolation\" id=\"15069.Interpolation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"15069.Interpolation.enum\">\r\n          <Entry value=\"0\" text=\"Flat\"/>\r\n          <Entry value=\"1\" text=\"Gouraud\"/>\r\n          <Entry value=\"3\" text=\"PBR\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LODValues\" id=\"15069.LODValues\">\r\n        <Domain name=\"scalar_range\" id=\"15069.LODValues.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"LineWidth\" id=\"15069.LineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.05\"/>\r\n        <Domain name=\"range\" id=\"15069.LineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"15069.LookupTable\">\r\n        <Domain name=\"groups\" id=\"15069.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"Luminosity\" id=\"15069.Luminosity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.Luminosity.range\"/>\r\n      </Property>\r\n      <Property name=\"MapScalars\" id=\"15069.MapScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15069.MapScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Masking\" id=\"15069.Masking\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.Masking.bool\"/>\r\n      </Property>\r\n      <Property name=\"MaterialTexture\" id=\"15069.MaterialTexture\">\r\n        <Domain name=\"groups\" id=\"15069.MaterialTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"MeshVisibility\" id=\"15069.MeshVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.MeshVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Metallic\" id=\"15069.Metallic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.Metallic.range\"/>\r\n      </Property>\r\n      <Property name=\"MultiComponentsMapping\" id=\"15069.MultiComponentsMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.MultiComponentsMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"15069.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.NonlinearSubdivisionLevel.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalScale\" id=\"15069.NormalScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.NormalScale.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalTexture\" id=\"15069.NormalTexture\">\r\n        <Domain name=\"groups\" id=\"15069.NormalTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"OSPRayMaterial\" id=\"15069.OSPRayMaterial\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"string_list\" id=\"15069.OSPRayMaterial.string_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Checker_Alpha\"/>\r\n          <String text=\"Glass_Thick\"/>\r\n          <String text=\"Glass_Thin\"/>\r\n          <String text=\"Glass_Water\"/>\r\n          <String text=\"Metal_Aluminium_brushed\"/>\r\n          <String text=\"Metal_Aluminium_cast\"/>\r\n          <String text=\"Metal_Aluminium_dull\"/>\r\n          <String text=\"Metal_Aluminium_flat\"/>\r\n          <String text=\"Metal_Aluminium_mirror\"/>\r\n          <String text=\"Metal_Aluminium_normal\"/>\r\n          <String text=\"Metal_Brass_brushed\"/>\r\n          <String text=\"Metal_Brass_cast\"/>\r\n          <String text=\"Metal_Brass_dull\"/>\r\n          <String text=\"Metal_Brass_flat\"/>\r\n          <String text=\"Metal_Brass_mirror\"/>\r\n          <String text=\"Metal_Brass_normal\"/>\r\n          <String text=\"Metal_Chromium_brushed\"/>\r\n          <String text=\"Metal_Chromium_cast\"/>\r\n          <String text=\"Metal_Chromium_dull\"/>\r\n          <String text=\"Metal_Chromium_flat\"/>\r\n          <String text=\"Metal_Chromium_mirror\"/>\r\n          <String text=\"Metal_Chromium_normal\"/>\r\n          <String text=\"Metal_Copper_brushed\"/>\r\n          <String text=\"Metal_Copper_cast\"/>\r\n          <String text=\"Metal_Copper_dull\"/>\r\n          <String text=\"Metal_Copper_flat\"/>\r\n          <String text=\"Metal_Copper_mirror\"/>\r\n          <String text=\"Metal_Copper_normal\"/>\r\n          <String text=\"Metal_Diamond_Plate\"/>\r\n          <String text=\"Metal_Gold_brushed\"/>\r\n          <String text=\"Metal_Gold_cast\"/>\r\n          <String text=\"Metal_Gold_dull\"/>\r\n          <String text=\"Metal_Gold_flat\"/>\r\n          <String text=\"Metal_Gold_mirror\"/>\r\n          <String text=\"Metal_Gold_normal\"/>\r\n          <String text=\"Metal_Iron_brushed\"/>\r\n          <String text=\"Metal_Iron_cast\"/>\r\n          <String text=\"Metal_Iron_dull\"/>\r\n          <String text=\"Metal_Iron_flat\"/>\r\n          <String text=\"Metal_Iron_mirror\"/>\r\n          <String text=\"Metal_Iron_normal\"/>\r\n          <String text=\"Metal_Lead_brushed\"/>\r\n          <String text=\"Metal_Lead_cast\"/>\r\n          <String text=\"Metal_Lead_dull\"/>\r\n          <String text=\"Metal_Lead_flat\"/>\r\n          <String text=\"Metal_Lead_mirror\"/>\r\n          <String text=\"Metal_Lead_normal\"/>\r\n          <String text=\"Metal_Platinum_brushed\"/>\r\n          <String text=\"Metal_Platinum_cast\"/>\r\n          <String text=\"Metal_Platinum_dull\"/>\r\n          <String text=\"Metal_Platinum_flat\"/>\r\n          <String text=\"Metal_Platinum_mirror\"/>\r\n          <String text=\"Metal_Platinum_normal\"/>\r\n          <String text=\"Metal_Scratched\"/>\r\n          <String text=\"Metal_Silver_brushed\"/>\r\n          <String text=\"Metal_Silver_cast\"/>\r\n          <String text=\"Metal_Silver_dull\"/>\r\n          <String text=\"Metal_Silver_flat\"/>\r\n          <String text=\"Metal_Silver_mirror\"/>\r\n          <String text=\"Metal_Silver_normal\"/>\r\n          <String text=\"Metal_Stainless_Steel_brushed\"/>\r\n          <String text=\"Metal_Stainless_Steel_cast\"/>\r\n          <String text=\"Metal_Stainless_Steel_dull\"/>\r\n          <String text=\"Metal_Stainless_Steel_flat\"/>\r\n          <String text=\"Metal_Stainless_Steel_mirror\"/>\r\n          <String text=\"Metal_Stainless_Steel_normal\"/>\r\n          <String text=\"Metal_Titanium_brushed\"/>\r\n          <String text=\"Metal_Titanium_cast\"/>\r\n          <String text=\"Metal_Titanium_dull\"/>\r\n          <String text=\"Metal_Titanium_flat\"/>\r\n          <String text=\"Metal_Titanium_mirror\"/>\r\n          <String text=\"Metal_Titanium_normal\"/>\r\n          <String text=\"Metal_Tungsten_brushed\"/>\r\n          <String text=\"Metal_Tungsten_cast\"/>\r\n          <String text=\"Metal_Tungsten_dull\"/>\r\n          <String text=\"Metal_Tungsten_flat\"/>\r\n          <String text=\"Metal_Tungsten_normal\"/>\r\n          <String text=\"PBR_Asphalt\"/>\r\n          <String text=\"PBR_Brick_Wall_1\"/>\r\n          <String text=\"PBR_Brick_Wall_2\"/>\r\n          <String text=\"PBR_Camo_Dull\"/>\r\n          <String text=\"PBR_Camo_Mesh\"/>\r\n          <String text=\"PBR_Carbon_Fiber\"/>\r\n          <String text=\"PBR_Circuit_Board\"/>\r\n          <String text=\"PBR_Concrete_1\"/>\r\n          <String text=\"PBR_Concrete_2\"/>\r\n          <String text=\"PBR_Cork\"/>\r\n          <String text=\"PBR_Fabric_Camo\"/>\r\n          <String text=\"PBR_Fabric_Green\"/>\r\n          <String text=\"PBR_Fabric_Orange\"/>\r\n          <String text=\"PBR_Fabric_Tan\"/>\r\n          <String text=\"PBR_Grass\"/>\r\n          <String text=\"PBR_Ground_Dirt\"/>\r\n          <String text=\"PBR_Ground_Wet\"/>\r\n          <String text=\"PBR_Particle_Board\"/>\r\n          <String text=\"PBR_Plastic_Dark\"/>\r\n          <String text=\"PBR_Plastic_White\"/>\r\n          <String text=\"PBR_Sand\"/>\r\n          <String text=\"PBR_Silica_Phenolic\"/>\r\n          <String text=\"PBR_Snow\"/>\r\n          <String text=\"PBR_Solar_Panels\"/>\r\n          <String text=\"PBR_Water\"/>\r\n          <String text=\"Value Indexed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleArray\" id=\"15069.OSPRayScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"15069.OSPRayScaleArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleFunction\" id=\"15069.OSPRayScaleFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"15011\"/>\r\n        <Domain name=\"groups\" id=\"15069.OSPRayScaleFunction.groups\"/>\r\n        <Domain name=\"proxy_list\" id=\"15069.OSPRayScaleFunction.proxy_list\">\r\n          <Proxy value=\"15011\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayUseScaleArray\" id=\"15069.OSPRayUseScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15069.OSPRayUseScaleArray.enum\">\r\n          <Entry value=\"-1\" text=\"All Exact\"/>\r\n          <Entry value=\"0\" text=\"All Approximate\"/>\r\n          <Entry value=\"1\" text=\"Each Scaled\"/>\r\n          <Entry value=\"2\" text=\"Each Exact\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OcclusionStrength\" id=\"15069.OcclusionStrength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.OcclusionStrength.range\"/>\r\n      </Property>\r\n      <Property name=\"Opacity\" id=\"15069.Opacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.Opacity.range\"/>\r\n      </Property>\r\n      <Property name=\"OpacityArray\" id=\"15069.OpacityArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"15069.OpacityArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityArrayComponent\" id=\"15069.OpacityArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"15069.OpacityArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityByArray\" id=\"15069.OpacityByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.OpacityByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"OpacityTransferFunction\" id=\"15069.OpacityTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"15012\"/>\r\n        <Domain name=\"proxy_list\" id=\"15069.OpacityTransferFunction.proxy_list\">\r\n          <Proxy value=\"15012\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Orient\" id=\"15069.Orient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.Orient.bool\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"15069.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"OrientationMode\" id=\"15069.OrientationMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15069.OrientationMode.enum\">\r\n          <Entry value=\"0\" text=\"Direction\"/>\r\n          <Entry value=\"1\" text=\"Rotation\"/>\r\n          <Entry value=\"2\" text=\"Quaternion\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Origin\" id=\"15069.Origin\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.Origin.range\"/>\r\n      </Property>\r\n      <Property name=\"Pickable\" id=\"15069.Pickable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15069.Pickable.bool\"/>\r\n      </Property>\r\n      <Property name=\"PointSize\" id=\"15069.PointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"15069.PointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"15069.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RenderLinesAsTubes\" id=\"15069.RenderLinesAsTubes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.RenderLinesAsTubes.bool\"/>\r\n      </Property>\r\n      <Property name=\"RenderPointsAsSpheres\" id=\"15069.RenderPointsAsSpheres\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.RenderPointsAsSpheres.bool\"/>\r\n      </Property>\r\n      <Property name=\"RepeatTextures\" id=\"15069.RepeatTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15069.RepeatTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Roughness\" id=\"15069.Roughness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"15069.Roughness.range\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"15069.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleArrayComponent\" id=\"15069.ScaleArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"15069.ScaleArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleByArray\" id=\"15069.ScaleByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.ScaleByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScaleFactor\" id=\"15069.ScaleFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"11.5\"/>\r\n        <Domain name=\"bounds\" id=\"15069.ScaleFactor.bounds\"/>\r\n        <Domain name=\"scalar_range\" id=\"15069.ScaleFactor.scalar_range\"/>\r\n        <Domain name=\"vector_range\" id=\"15069.ScaleFactor.vector_range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleMode\" id=\"15069.ScaleMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15069.ScaleMode.enum\">\r\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\r\n          <Entry value=\"1\" text=\"Magnitude\"/>\r\n          <Entry value=\"2\" text=\"Vector Components\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleTransferFunction\" id=\"15069.ScaleTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"15013\"/>\r\n        <Domain name=\"proxy_list\" id=\"15069.ScaleTransferFunction.proxy_list\">\r\n          <Proxy value=\"15013\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Scaling\" id=\"15069.Scaling\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.Scaling.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessU\" id=\"15069.SeamlessU\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SeamlessU.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessV\" id=\"15069.SeamlessV\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SeamlessV.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectMaskArray\" id=\"15069.SelectMaskArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectNormalArray\" id=\"15069.SelectNormalArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SelectNormalArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectOrientationVectors\" id=\"15069.SelectOrientationVectors\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SelectOrientationVectors.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectScaleArray\" id=\"15069.SelectScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SelectScaleArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTCoordArray\" id=\"15069.SelectTCoordArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SelectTCoordArray.array_list\">\r\n          <String text=\"None\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTangentArray\" id=\"15069.SelectTangentArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SelectTangentArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelBold\" id=\"15069.SelectionCellLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionCellLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelColor\" id=\"15069.SelectionCellLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionCellLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"15069.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15069.SelectionCellLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFile\" id=\"15069.SelectionCellLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontSize\" id=\"15069.SelectionCellLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionCellLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFormat\" id=\"15069.SelectionCellLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelItalic\" id=\"15069.SelectionCellLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionCellLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelJustification\" id=\"15069.SelectionCellLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15069.SelectionCellLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelOpacity\" id=\"15069.SelectionCellLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionCellLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelShadow\" id=\"15069.SelectionCellLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionCellLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelVisibility\" id=\"15069.SelectionCellLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionCellLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionColor\" id=\"15069.SelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionLineWidth\" id=\"15069.SelectionLineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionLineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"15069.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionMaximumNumberOfLabels.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionOpacity\" id=\"15069.SelectionOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelBold\" id=\"15069.SelectionPointLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionPointLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelColor\" id=\"15069.SelectionPointLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionPointLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"15069.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15069.SelectionPointLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFile\" id=\"15069.SelectionPointLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontSize\" id=\"15069.SelectionPointLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionPointLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFormat\" id=\"15069.SelectionPointLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelItalic\" id=\"15069.SelectionPointLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionPointLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelJustification\" id=\"15069.SelectionPointLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15069.SelectionPointLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelOpacity\" id=\"15069.SelectionPointLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionPointLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelShadow\" id=\"15069.SelectionPointLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionPointLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelVisibility\" id=\"15069.SelectionPointLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionPointLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointSize\" id=\"15069.SelectionPointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"15069.SelectionPointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionRepresentation\" id=\"15069.SelectionRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"15069.SelectionRepresentation.enum\">\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionUseOutline\" id=\"15069.SelectionUseOutline\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SelectionUseOutline.bool\"/>\r\n      </Property>\r\n      <Property name=\"SetScaleArray\" id=\"15069.SetScaleArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"15069.SetScaleArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderPreset\" id=\"15069.ShaderPreset\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"15069.ShaderPreset.enum\">\r\n          <Entry value=\"0\" text=\"Gaussian Blur\"/>\r\n          <Entry value=\"1\" text=\"Sphere\"/>\r\n          <Entry value=\"2\" text=\"Black-edged circle\"/>\r\n          <Entry value=\"3\" text=\"Plain circle\"/>\r\n          <Entry value=\"4\" text=\"Triangle\"/>\r\n          <Entry value=\"5\" text=\"Square Outline\"/>\r\n          <Entry value=\"6\" text=\"Custom\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderReplacements\" id=\"15069.ShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"Specular\" id=\"15069.Specular\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15069.Specular.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularColor\" id=\"15069.SpecularColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15069.SpecularColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularPower\" id=\"15069.SpecularPower\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"15069.SpecularPower.range\"/>\r\n      </Property>\r\n      <Property name=\"StaticMode\" id=\"15069.StaticMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.StaticMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"SuppressLOD\" id=\"15069.SuppressLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.SuppressLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Texture\" id=\"15069.Texture\">\r\n        <Domain name=\"groups\" id=\"15069.Texture.groups\"/>\r\n      </Property>\r\n      <Property name=\"Triangulate\" id=\"15069.Triangulate\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.Triangulate.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCompositeGlyphTable\" id=\"15069.UseCompositeGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseCompositeGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseDataPartitions\" id=\"15069.UseDataPartitions\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseDataPartitions.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphCullingAndLOD\" id=\"15069.UseGlyphCullingAndLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseGlyphCullingAndLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphTable\" id=\"15069.UseGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseMipmapTextures\" id=\"15069.UseMipmapTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseMipmapTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseScaleFunction\" id=\"15069.UseScaleFunction\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseScaleFunction.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSeparateColorMap\" id=\"15069.UseSeparateColorMap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseSeparateColorMap.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseShaderReplacements\" id=\"15069.UseShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15069.UseShaderReplacements.bool\"/>\r\n      </Property>\r\n      <Property name=\"UserTransform\" id=\"15069.UserTransform\" number_of_elements=\"16\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"0\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"1\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"0\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"0\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"UnstructuredGridRepresentation\" id=\"14110\" servers=\"21\">\r\n      <Property name=\"DataAxesGrid\" id=\"14110.DataAxesGrid\" number_of_elements=\"1\">\r\n        <Proxy value=\"13887\"/>\r\n        <Domain name=\"proxy_list\" id=\"14110.DataAxesGrid.proxy_list\">\r\n          <Proxy value=\"13887\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14110.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"13898\" output_port=\"0\"/>\r\n        <Domain name=\"input_array_cell\" id=\"14110.Input.input_array_cell\"/>\r\n        <Domain name=\"input_array_point\" id=\"14110.Input.input_array_point\"/>\r\n        <Domain name=\"input_type\" id=\"14110.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxes\" id=\"14110.PolarAxes\" number_of_elements=\"1\">\r\n        <Proxy value=\"13935\"/>\r\n        <Domain name=\"proxy_list\" id=\"14110.PolarAxes.proxy_list\">\r\n          <Proxy value=\"13935\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Representation\" id=\"14110.Representation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Surface\"/>\r\n        <Domain name=\"list\" id=\"14110.Representation.list\">\r\n          <String text=\"3D Glyphs\"/>\r\n          <String text=\"Feature Edges\"/>\r\n          <String text=\"Outline\"/>\r\n          <String text=\"Point Gaussian\"/>\r\n          <String text=\"Points\"/>\r\n          <String text=\"Surface\"/>\r\n          <String text=\"Surface With Edges\"/>\r\n          <String text=\"Volume\"/>\r\n          <String text=\"Wireframe\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RepresentationTypesInfo\" id=\"14110.RepresentationTypesInfo\" number_of_elements=\"9\">\r\n        <Element index=\"0\" value=\"3D Glyphs\"/>\r\n        <Element index=\"1\" value=\"Feature Edges\"/>\r\n        <Element index=\"2\" value=\"Outline\"/>\r\n        <Element index=\"3\" value=\"Point Gaussian\"/>\r\n        <Element index=\"4\" value=\"Points\"/>\r\n        <Element index=\"5\" value=\"Surface\"/>\r\n        <Element index=\"6\" value=\"Surface With Edges\"/>\r\n        <Element index=\"7\" value=\"Volume\"/>\r\n        <Element index=\"8\" value=\"Wireframe\"/>\r\n      </Property>\r\n      <Property name=\"Selection\" id=\"14110.Selection\">\r\n        <Domain name=\"input_type\" id=\"14110.Selection.input_type\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"14110.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SelectionCellFieldDataArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"14110.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SelectionPointFieldDataArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionVisibility\" id=\"14110.SelectionVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14110.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ambient\" id=\"14110.Ambient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.Ambient.range\"/>\r\n      </Property>\r\n      <Property name=\"AmbientColor\" id=\"14110.AmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.AmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceAmbientColor\" id=\"14110.BackfaceAmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.BackfaceAmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceDiffuseColor\" id=\"14110.BackfaceDiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.BackfaceDiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceOpacity\" id=\"14110.BackfaceOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.BackfaceOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceRepresentation\" id=\"14110.BackfaceRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"400\"/>\r\n        <Domain name=\"enum\" id=\"14110.BackfaceRepresentation.enum\">\r\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\r\n          <Entry value=\"401\" text=\"Cull Backface\"/>\r\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BaseColorTexture\" id=\"14110.BaseColorTexture\">\r\n        <Domain name=\"groups\" id=\"14110.BaseColorTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"BlockColor\" id=\"14110.BlockColor\"/>\r\n      <Property name=\"BlockColorsDistinctValues\" id=\"14110.BlockColorsDistinctValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14110.BlockColorsDistinctValues.range\"/>\r\n      </Property>\r\n      <Property name=\"BlockOpacity\" id=\"14110.BlockOpacity\"/>\r\n      <Property name=\"BlockVisibility\" id=\"14110.BlockVisibility\"/>\r\n      <Property name=\"ColorArrayName\" id=\"14110.ColorArrayName\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"alpha.water\"/>\r\n        <Domain name=\"array_list\" id=\"14110.ColorArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ColorByLODIndex\" id=\"14110.ColorByLODIndex\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.ColorByLODIndex.bool\"/>\r\n      </Property>\r\n      <Property name=\"CoordinateShiftScaleMethod\" id=\"14110.CoordinateShiftScaleMethod\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14110.CoordinateShiftScaleMethod.enum\">\r\n          <Entry value=\"0\" text=\"Disable\"/>\r\n          <Entry value=\"1\" text=\"Auto Shift Scale\"/>\r\n          <Entry value=\"2\" text=\"Always Auto Shift Scale\"/>\r\n          <Entry value=\"4\" text=\"Auto Shift Only\"/>\r\n          <Entry value=\"5\" text=\"Near Focal Plane Shift Scale\"/>\r\n          <Entry value=\"6\" text=\"Focal Point Shift Scale\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CustomShader\" id=\"14110.CustomShader\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\" // This custom shader code define a gaussian blur&#xa; // Please take a look into vtkSMPointGaussianRepresentation.cxx&#xa; // for other custom shader examples&#xa; //VTK::Color::Impl&#xa;   float dist2 = dot(offsetVCVSOutput.xy,offsetVCVSOutput.xy);&#xa;   float gaussian = exp(-0.5*dist2);&#xa;   opacity = opacity*gaussian;&#xa;\"/>\r\n      </Property>\r\n      <Property name=\"CustomTriangleScale\" id=\"14110.CustomTriangleScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n      </Property>\r\n      <Property name=\"Diffuse\" id=\"14110.Diffuse\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.Diffuse.range\"/>\r\n      </Property>\r\n      <Property name=\"DiffuseColor\" id=\"14110.DiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.DiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeColor\" id=\"14110.EdgeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14110.EdgeColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeTint\" id=\"14110.EdgeTint\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.EdgeTint.range\"/>\r\n      </Property>\r\n      <Property name=\"Emissive\" id=\"14110.Emissive\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.Emissive.bool\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveFactor\" id=\"14110.EmissiveFactor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.EmissiveFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveTexture\" id=\"14110.EmissiveTexture\">\r\n        <Domain name=\"groups\" id=\"14110.EmissiveTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"ExtractedBlockIndex\" id=\"14110.ExtractedBlockIndex\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"tree\" id=\"14110.ExtractedBlockIndex.tree\"/>\r\n      </Property>\r\n      <Property name=\"FlipTextures\" id=\"14110.FlipTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.FlipTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"GaussianRadius\" id=\"14110.GaussianRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.605\"/>\r\n        <Domain name=\"range\" id=\"14110.GaussianRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"GlyphTableIndexArray\" id=\"14110.GlyphTableIndexArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.GlyphTableIndexArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14110.GlyphType\" number_of_elements=\"1\">\r\n        <Proxy value=\"13946\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14110.GlyphType.input_type\"/>\r\n        <Domain name=\"proxy_list\" id=\"14110.GlyphType.proxy_list\">\r\n          <Proxy value=\"13946\"/>\r\n          <Proxy value=\"13957\"/>\r\n          <Proxy value=\"13968\"/>\r\n          <Proxy value=\"13979\"/>\r\n          <Proxy value=\"13990\"/>\r\n          <Proxy value=\"14001\"/>\r\n          <Proxy value=\"14012\"/>\r\n          <Proxy value=\"14023\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"InteractiveSelectionColor\" id=\"14110.InteractiveSelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.InteractiveSelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"14110.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14110.InterpolateScalarsBeforeMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateTextures\" id=\"14110.InterpolateTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.InterpolateTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Interpolation\" id=\"14110.Interpolation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14110.Interpolation.enum\">\r\n          <Entry value=\"0\" text=\"Flat\"/>\r\n          <Entry value=\"1\" text=\"Gouraud\"/>\r\n          <Entry value=\"3\" text=\"PBR\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LODValues\" id=\"14110.LODValues\">\r\n        <Domain name=\"scalar_range\" id=\"14110.LODValues.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"LineWidth\" id=\"14110.LineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.LineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"14110.LookupTable\" number_of_elements=\"1\">\r\n        <Proxy value=\"14035\"/>\r\n        <Domain name=\"groups\" id=\"14110.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"Luminosity\" id=\"14110.Luminosity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.Luminosity.range\"/>\r\n      </Property>\r\n      <Property name=\"MapScalars\" id=\"14110.MapScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14110.MapScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Masking\" id=\"14110.Masking\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.Masking.bool\"/>\r\n      </Property>\r\n      <Property name=\"MaterialTexture\" id=\"14110.MaterialTexture\">\r\n        <Domain name=\"groups\" id=\"14110.MaterialTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"MeshVisibility\" id=\"14110.MeshVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.MeshVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Metallic\" id=\"14110.Metallic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.Metallic.range\"/>\r\n      </Property>\r\n      <Property name=\"MultiComponentsMapping\" id=\"14110.MultiComponentsMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.MultiComponentsMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"14110.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.NonlinearSubdivisionLevel.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalScale\" id=\"14110.NormalScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.NormalScale.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalTexture\" id=\"14110.NormalTexture\">\r\n        <Domain name=\"groups\" id=\"14110.NormalTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"OSPRayMaterial\" id=\"14110.OSPRayMaterial\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"string_list\" id=\"14110.OSPRayMaterial.string_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Checker_Alpha\"/>\r\n          <String text=\"Glass_Thick\"/>\r\n          <String text=\"Glass_Thin\"/>\r\n          <String text=\"Glass_Water\"/>\r\n          <String text=\"Metal_Aluminium_brushed\"/>\r\n          <String text=\"Metal_Aluminium_cast\"/>\r\n          <String text=\"Metal_Aluminium_dull\"/>\r\n          <String text=\"Metal_Aluminium_flat\"/>\r\n          <String text=\"Metal_Aluminium_mirror\"/>\r\n          <String text=\"Metal_Aluminium_normal\"/>\r\n          <String text=\"Metal_Brass_brushed\"/>\r\n          <String text=\"Metal_Brass_cast\"/>\r\n          <String text=\"Metal_Brass_dull\"/>\r\n          <String text=\"Metal_Brass_flat\"/>\r\n          <String text=\"Metal_Brass_mirror\"/>\r\n          <String text=\"Metal_Brass_normal\"/>\r\n          <String text=\"Metal_Chromium_brushed\"/>\r\n          <String text=\"Metal_Chromium_cast\"/>\r\n          <String text=\"Metal_Chromium_dull\"/>\r\n          <String text=\"Metal_Chromium_flat\"/>\r\n          <String text=\"Metal_Chromium_mirror\"/>\r\n          <String text=\"Metal_Chromium_normal\"/>\r\n          <String text=\"Metal_Copper_brushed\"/>\r\n          <String text=\"Metal_Copper_cast\"/>\r\n          <String text=\"Metal_Copper_dull\"/>\r\n          <String text=\"Metal_Copper_flat\"/>\r\n          <String text=\"Metal_Copper_mirror\"/>\r\n          <String text=\"Metal_Copper_normal\"/>\r\n          <String text=\"Metal_Diamond_Plate\"/>\r\n          <String text=\"Metal_Gold_brushed\"/>\r\n          <String text=\"Metal_Gold_cast\"/>\r\n          <String text=\"Metal_Gold_dull\"/>\r\n          <String text=\"Metal_Gold_flat\"/>\r\n          <String text=\"Metal_Gold_mirror\"/>\r\n          <String text=\"Metal_Gold_normal\"/>\r\n          <String text=\"Metal_Iron_brushed\"/>\r\n          <String text=\"Metal_Iron_cast\"/>\r\n          <String text=\"Metal_Iron_dull\"/>\r\n          <String text=\"Metal_Iron_flat\"/>\r\n          <String text=\"Metal_Iron_mirror\"/>\r\n          <String text=\"Metal_Iron_normal\"/>\r\n          <String text=\"Metal_Lead_brushed\"/>\r\n          <String text=\"Metal_Lead_cast\"/>\r\n          <String text=\"Metal_Lead_dull\"/>\r\n          <String text=\"Metal_Lead_flat\"/>\r\n          <String text=\"Metal_Lead_mirror\"/>\r\n          <String text=\"Metal_Lead_normal\"/>\r\n          <String text=\"Metal_Platinum_brushed\"/>\r\n          <String text=\"Metal_Platinum_cast\"/>\r\n          <String text=\"Metal_Platinum_dull\"/>\r\n          <String text=\"Metal_Platinum_flat\"/>\r\n          <String text=\"Metal_Platinum_mirror\"/>\r\n          <String text=\"Metal_Platinum_normal\"/>\r\n          <String text=\"Metal_Scratched\"/>\r\n          <String text=\"Metal_Silver_brushed\"/>\r\n          <String text=\"Metal_Silver_cast\"/>\r\n          <String text=\"Metal_Silver_dull\"/>\r\n          <String text=\"Metal_Silver_flat\"/>\r\n          <String text=\"Metal_Silver_mirror\"/>\r\n          <String text=\"Metal_Silver_normal\"/>\r\n          <String text=\"Metal_Stainless_Steel_brushed\"/>\r\n          <String text=\"Metal_Stainless_Steel_cast\"/>\r\n          <String text=\"Metal_Stainless_Steel_dull\"/>\r\n          <String text=\"Metal_Stainless_Steel_flat\"/>\r\n          <String text=\"Metal_Stainless_Steel_mirror\"/>\r\n          <String text=\"Metal_Stainless_Steel_normal\"/>\r\n          <String text=\"Metal_Titanium_brushed\"/>\r\n          <String text=\"Metal_Titanium_cast\"/>\r\n          <String text=\"Metal_Titanium_dull\"/>\r\n          <String text=\"Metal_Titanium_flat\"/>\r\n          <String text=\"Metal_Titanium_mirror\"/>\r\n          <String text=\"Metal_Titanium_normal\"/>\r\n          <String text=\"Metal_Tungsten_brushed\"/>\r\n          <String text=\"Metal_Tungsten_cast\"/>\r\n          <String text=\"Metal_Tungsten_dull\"/>\r\n          <String text=\"Metal_Tungsten_flat\"/>\r\n          <String text=\"Metal_Tungsten_normal\"/>\r\n          <String text=\"PBR_Asphalt\"/>\r\n          <String text=\"PBR_Brick_Wall_1\"/>\r\n          <String text=\"PBR_Brick_Wall_2\"/>\r\n          <String text=\"PBR_Camo_Dull\"/>\r\n          <String text=\"PBR_Camo_Mesh\"/>\r\n          <String text=\"PBR_Carbon_Fiber\"/>\r\n          <String text=\"PBR_Circuit_Board\"/>\r\n          <String text=\"PBR_Concrete_1\"/>\r\n          <String text=\"PBR_Concrete_2\"/>\r\n          <String text=\"PBR_Cork\"/>\r\n          <String text=\"PBR_Fabric_Camo\"/>\r\n          <String text=\"PBR_Fabric_Green\"/>\r\n          <String text=\"PBR_Fabric_Orange\"/>\r\n          <String text=\"PBR_Fabric_Tan\"/>\r\n          <String text=\"PBR_Grass\"/>\r\n          <String text=\"PBR_Ground_Dirt\"/>\r\n          <String text=\"PBR_Ground_Wet\"/>\r\n          <String text=\"PBR_Particle_Board\"/>\r\n          <String text=\"PBR_Plastic_Dark\"/>\r\n          <String text=\"PBR_Plastic_White\"/>\r\n          <String text=\"PBR_Sand\"/>\r\n          <String text=\"PBR_Silica_Phenolic\"/>\r\n          <String text=\"PBR_Snow\"/>\r\n          <String text=\"PBR_Solar_Panels\"/>\r\n          <String text=\"PBR_Water\"/>\r\n          <String text=\"Value Indexed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleArray\" id=\"14110.OSPRayScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.OSPRayScaleArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleFunction\" id=\"14110.OSPRayScaleFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14036\"/>\r\n        <Domain name=\"groups\" id=\"14110.OSPRayScaleFunction.groups\"/>\r\n        <Domain name=\"proxy_list\" id=\"14110.OSPRayScaleFunction.proxy_list\">\r\n          <Proxy value=\"14036\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayUseScaleArray\" id=\"14110.OSPRayUseScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14110.OSPRayUseScaleArray.enum\">\r\n          <Entry value=\"-1\" text=\"All Exact\"/>\r\n          <Entry value=\"0\" text=\"All Approximate\"/>\r\n          <Entry value=\"1\" text=\"Each Scaled\"/>\r\n          <Entry value=\"2\" text=\"Each Exact\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OcclusionStrength\" id=\"14110.OcclusionStrength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.OcclusionStrength.range\"/>\r\n      </Property>\r\n      <Property name=\"Opacity\" id=\"14110.Opacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.Opacity.range\"/>\r\n      </Property>\r\n      <Property name=\"OpacityArray\" id=\"14110.OpacityArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.OpacityArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityArrayComponent\" id=\"14110.OpacityArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14110.OpacityArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityArrayName\" id=\"14110.OpacityArrayName\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.OpacityArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityByArray\" id=\"14110.OpacityByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.OpacityByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"OpacityComponent\" id=\"14110.OpacityComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14110.OpacityComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityTransferFunction\" id=\"14110.OpacityTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14037\"/>\r\n        <Domain name=\"proxy_list\" id=\"14110.OpacityTransferFunction.proxy_list\">\r\n          <Proxy value=\"14037\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Orient\" id=\"14110.Orient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.Orient.bool\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14110.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"OrientationMode\" id=\"14110.OrientationMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14110.OrientationMode.enum\">\r\n          <Entry value=\"0\" text=\"Direction\"/>\r\n          <Entry value=\"1\" text=\"Rotation\"/>\r\n          <Entry value=\"2\" text=\"Quaternion\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Origin\" id=\"14110.Origin\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.Origin.range\"/>\r\n      </Property>\r\n      <Property name=\"Pickable\" id=\"14110.Pickable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14110.Pickable.bool\"/>\r\n      </Property>\r\n      <Property name=\"PointSize\" id=\"14110.PointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14110.PointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14110.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RenderLinesAsTubes\" id=\"14110.RenderLinesAsTubes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.RenderLinesAsTubes.bool\"/>\r\n      </Property>\r\n      <Property name=\"RenderPointsAsSpheres\" id=\"14110.RenderPointsAsSpheres\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.RenderPointsAsSpheres.bool\"/>\r\n      </Property>\r\n      <Property name=\"RepeatTextures\" id=\"14110.RepeatTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14110.RepeatTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Roughness\" id=\"14110.Roughness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14110.Roughness.range\"/>\r\n      </Property>\r\n      <Property name=\"SamplingDimensions\" id=\"14110.SamplingDimensions\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"128\"/>\r\n        <Element index=\"1\" value=\"128\"/>\r\n        <Element index=\"2\" value=\"128\"/>\r\n        <Domain name=\"range\" id=\"14110.SamplingDimensions.range\"/>\r\n      </Property>\r\n      <Property name=\"ScalarOpacityFunction\" id=\"14110.ScalarOpacityFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14034\"/>\r\n        <Domain name=\"groups\" id=\"14110.ScalarOpacityFunction.groups\"/>\r\n      </Property>\r\n      <Property name=\"ScalarOpacityUnitDistance\" id=\"14110.ScalarOpacityUnitDistance\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1.6801609993129776\"/>\r\n        <Domain name=\"bounds\" id=\"14110.ScalarOpacityUnitDistance.bounds\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14110.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleArrayComponent\" id=\"14110.ScaleArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14110.ScaleArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleByArray\" id=\"14110.ScaleByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.ScaleByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScaleFactor\" id=\"14110.ScaleFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12.100000000000001\"/>\r\n        <Domain name=\"bounds\" id=\"14110.ScaleFactor.bounds\"/>\r\n        <Domain name=\"scalar_range\" id=\"14110.ScaleFactor.scalar_range\"/>\r\n        <Domain name=\"vector_range\" id=\"14110.ScaleFactor.vector_range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleMode\" id=\"14110.ScaleMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14110.ScaleMode.enum\">\r\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\r\n          <Entry value=\"1\" text=\"Magnitude\"/>\r\n          <Entry value=\"2\" text=\"Vector Components\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleTransferFunction\" id=\"14110.ScaleTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14038\"/>\r\n        <Domain name=\"proxy_list\" id=\"14110.ScaleTransferFunction.proxy_list\">\r\n          <Proxy value=\"14038\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Scaling\" id=\"14110.Scaling\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.Scaling.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessU\" id=\"14110.SeamlessU\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SeamlessU.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessV\" id=\"14110.SeamlessV\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SeamlessV.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectMapper\" id=\"14110.SelectMapper\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Projected tetra\"/>\r\n        <Domain name=\"list\" id=\"14110.SelectMapper.list\">\r\n          <String text=\"Projected tetra\"/>\r\n          <String text=\"Z sweep\"/>\r\n          <String text=\"Bunyk ray cast\"/>\r\n          <String text=\"Resample To Image\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectMaskArray\" id=\"14110.SelectMaskArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectNormalArray\" id=\"14110.SelectNormalArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SelectNormalArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectOrientationVectors\" id=\"14110.SelectOrientationVectors\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SelectOrientationVectors.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectScaleArray\" id=\"14110.SelectScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SelectScaleArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTCoordArray\" id=\"14110.SelectTCoordArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SelectTCoordArray.array_list\">\r\n          <String text=\"None\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTangentArray\" id=\"14110.SelectTangentArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SelectTangentArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelBold\" id=\"14110.SelectionCellLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionCellLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelColor\" id=\"14110.SelectionCellLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionCellLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"14110.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14110.SelectionCellLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFile\" id=\"14110.SelectionCellLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontSize\" id=\"14110.SelectionCellLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionCellLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFormat\" id=\"14110.SelectionCellLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelItalic\" id=\"14110.SelectionCellLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionCellLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelJustification\" id=\"14110.SelectionCellLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14110.SelectionCellLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelOpacity\" id=\"14110.SelectionCellLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionCellLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelShadow\" id=\"14110.SelectionCellLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionCellLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelVisibility\" id=\"14110.SelectionCellLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionCellLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionColor\" id=\"14110.SelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionLineWidth\" id=\"14110.SelectionLineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionLineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"14110.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionMaximumNumberOfLabels.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionOpacity\" id=\"14110.SelectionOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelBold\" id=\"14110.SelectionPointLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionPointLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelColor\" id=\"14110.SelectionPointLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionPointLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"14110.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14110.SelectionPointLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFile\" id=\"14110.SelectionPointLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontSize\" id=\"14110.SelectionPointLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionPointLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFormat\" id=\"14110.SelectionPointLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelItalic\" id=\"14110.SelectionPointLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionPointLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelJustification\" id=\"14110.SelectionPointLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14110.SelectionPointLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelOpacity\" id=\"14110.SelectionPointLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionPointLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelShadow\" id=\"14110.SelectionPointLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionPointLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelVisibility\" id=\"14110.SelectionPointLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionPointLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointSize\" id=\"14110.SelectionPointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14110.SelectionPointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionRepresentation\" id=\"14110.SelectionRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14110.SelectionRepresentation.enum\">\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionUseOutline\" id=\"14110.SelectionUseOutline\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SelectionUseOutline.bool\"/>\r\n      </Property>\r\n      <Property name=\"SetScaleArray\" id=\"14110.SetScaleArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14110.SetScaleArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderPreset\" id=\"14110.ShaderPreset\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14110.ShaderPreset.enum\">\r\n          <Entry value=\"0\" text=\"Gaussian Blur\"/>\r\n          <Entry value=\"1\" text=\"Sphere\"/>\r\n          <Entry value=\"2\" text=\"Black-edged circle\"/>\r\n          <Entry value=\"3\" text=\"Plain circle\"/>\r\n          <Entry value=\"4\" text=\"Triangle\"/>\r\n          <Entry value=\"5\" text=\"Square Outline\"/>\r\n          <Entry value=\"6\" text=\"Custom\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderReplacements\" id=\"14110.ShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"Specular\" id=\"14110.Specular\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14110.Specular.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularColor\" id=\"14110.SpecularColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14110.SpecularColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularPower\" id=\"14110.SpecularPower\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14110.SpecularPower.range\"/>\r\n      </Property>\r\n      <Property name=\"StaticMode\" id=\"14110.StaticMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.StaticMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"SuppressLOD\" id=\"14110.SuppressLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.SuppressLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Texture\" id=\"14110.Texture\">\r\n        <Domain name=\"groups\" id=\"14110.Texture.groups\"/>\r\n      </Property>\r\n      <Property name=\"Triangulate\" id=\"14110.Triangulate\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.Triangulate.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCompositeGlyphTable\" id=\"14110.UseCompositeGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseCompositeGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseDataPartitions\" id=\"14110.UseDataPartitions\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseDataPartitions.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseFloatingPointFrameBuffer\" id=\"14110.UseFloatingPointFrameBuffer\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseFloatingPointFrameBuffer.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphCullingAndLOD\" id=\"14110.UseGlyphCullingAndLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseGlyphCullingAndLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphTable\" id=\"14110.UseGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseMipmapTextures\" id=\"14110.UseMipmapTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseMipmapTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseScaleFunction\" id=\"14110.UseScaleFunction\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseScaleFunction.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSeparateColorMap\" id=\"14110.UseSeparateColorMap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseSeparateColorMap.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSeparateOpacityArray\" id=\"14110.UseSeparateOpacityArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseSeparateOpacityArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseShaderReplacements\" id=\"14110.UseShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14110.UseShaderReplacements.bool\"/>\r\n      </Property>\r\n      <Property name=\"UserTransform\" id=\"14110.UserTransform\" number_of_elements=\"16\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"0\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"1\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"0\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"0\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"UnstructuredGridRepresentation\" id=\"14599\" servers=\"21\">\r\n      <Property name=\"DataAxesGrid\" id=\"14599.DataAxesGrid\" number_of_elements=\"1\">\r\n        <Proxy value=\"14378\"/>\r\n        <Domain name=\"proxy_list\" id=\"14599.DataAxesGrid.proxy_list\">\r\n          <Proxy value=\"14378\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14599.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"14389\" output_port=\"0\"/>\r\n        <Domain name=\"input_array_cell\" id=\"14599.Input.input_array_cell\"/>\r\n        <Domain name=\"input_array_point\" id=\"14599.Input.input_array_point\"/>\r\n        <Domain name=\"input_type\" id=\"14599.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"PolarAxes\" id=\"14599.PolarAxes\" number_of_elements=\"1\">\r\n        <Proxy value=\"14426\"/>\r\n        <Domain name=\"proxy_list\" id=\"14599.PolarAxes.proxy_list\">\r\n          <Proxy value=\"14426\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Representation\" id=\"14599.Representation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Feature Edges\"/>\r\n        <Domain name=\"list\" id=\"14599.Representation.list\">\r\n          <String text=\"3D Glyphs\"/>\r\n          <String text=\"Feature Edges\"/>\r\n          <String text=\"Outline\"/>\r\n          <String text=\"Point Gaussian\"/>\r\n          <String text=\"Points\"/>\r\n          <String text=\"Surface\"/>\r\n          <String text=\"Surface With Edges\"/>\r\n          <String text=\"Volume\"/>\r\n          <String text=\"Wireframe\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"RepresentationTypesInfo\" id=\"14599.RepresentationTypesInfo\" number_of_elements=\"9\">\r\n        <Element index=\"0\" value=\"3D Glyphs\"/>\r\n        <Element index=\"1\" value=\"Feature Edges\"/>\r\n        <Element index=\"2\" value=\"Outline\"/>\r\n        <Element index=\"3\" value=\"Point Gaussian\"/>\r\n        <Element index=\"4\" value=\"Points\"/>\r\n        <Element index=\"5\" value=\"Surface\"/>\r\n        <Element index=\"6\" value=\"Surface With Edges\"/>\r\n        <Element index=\"7\" value=\"Volume\"/>\r\n        <Element index=\"8\" value=\"Wireframe\"/>\r\n      </Property>\r\n      <Property name=\"Selection\" id=\"14599.Selection\">\r\n        <Domain name=\"input_type\" id=\"14599.Selection.input_type\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"14599.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SelectionCellFieldDataArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"14599.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SelectionPointFieldDataArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionVisibility\" id=\"14599.SelectionVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14599.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Ambient\" id=\"14599.Ambient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.Ambient.range\"/>\r\n      </Property>\r\n      <Property name=\"AmbientColor\" id=\"14599.AmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.AmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceAmbientColor\" id=\"14599.BackfaceAmbientColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.BackfaceAmbientColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceDiffuseColor\" id=\"14599.BackfaceDiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.BackfaceDiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceOpacity\" id=\"14599.BackfaceOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.BackfaceOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"BackfaceRepresentation\" id=\"14599.BackfaceRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"400\"/>\r\n        <Domain name=\"enum\" id=\"14599.BackfaceRepresentation.enum\">\r\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\r\n          <Entry value=\"401\" text=\"Cull Backface\"/>\r\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BaseColorTexture\" id=\"14599.BaseColorTexture\">\r\n        <Domain name=\"groups\" id=\"14599.BaseColorTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"BlockColor\" id=\"14599.BlockColor\"/>\r\n      <Property name=\"BlockColorsDistinctValues\" id=\"14599.BlockColorsDistinctValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n        <Domain name=\"range\" id=\"14599.BlockColorsDistinctValues.range\"/>\r\n      </Property>\r\n      <Property name=\"BlockOpacity\" id=\"14599.BlockOpacity\"/>\r\n      <Property name=\"BlockVisibility\" id=\"14599.BlockVisibility\"/>\r\n      <Property name=\"ColorArrayName\" id=\"14599.ColorArrayName\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"\"/>\r\n        <Domain name=\"array_list\" id=\"14599.ColorArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"vtkCompositeIndex\"/>\r\n          <String text=\"Edge Types\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"vtkCompositeIndex\"/>\r\n          <String text=\"CasePath\"/>\r\n          <String text=\"vtkBlockColors\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ColorByLODIndex\" id=\"14599.ColorByLODIndex\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.ColorByLODIndex.bool\"/>\r\n      </Property>\r\n      <Property name=\"CoordinateShiftScaleMethod\" id=\"14599.CoordinateShiftScaleMethod\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14599.CoordinateShiftScaleMethod.enum\">\r\n          <Entry value=\"0\" text=\"Disable\"/>\r\n          <Entry value=\"1\" text=\"Auto Shift Scale\"/>\r\n          <Entry value=\"2\" text=\"Always Auto Shift Scale\"/>\r\n          <Entry value=\"4\" text=\"Auto Shift Only\"/>\r\n          <Entry value=\"5\" text=\"Near Focal Plane Shift Scale\"/>\r\n          <Entry value=\"6\" text=\"Focal Point Shift Scale\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CustomShader\" id=\"14599.CustomShader\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\" // This custom shader code define a gaussian blur&#xa; // Please take a look into vtkSMPointGaussianRepresentation.cxx&#xa; // for other custom shader examples&#xa; //VTK::Color::Impl&#xa;   float dist2 = dot(offsetVCVSOutput.xy,offsetVCVSOutput.xy);&#xa;   float gaussian = exp(-0.5*dist2);&#xa;   opacity = opacity*gaussian;&#xa;\"/>\r\n      </Property>\r\n      <Property name=\"CustomTriangleScale\" id=\"14599.CustomTriangleScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n      </Property>\r\n      <Property name=\"Diffuse\" id=\"14599.Diffuse\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.Diffuse.range\"/>\r\n      </Property>\r\n      <Property name=\"DiffuseColor\" id=\"14599.DiffuseColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.DiffuseColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeColor\" id=\"14599.EdgeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14599.EdgeColor.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeTint\" id=\"14599.EdgeTint\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.EdgeTint.range\"/>\r\n      </Property>\r\n      <Property name=\"Emissive\" id=\"14599.Emissive\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.Emissive.bool\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveFactor\" id=\"14599.EmissiveFactor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.EmissiveFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"EmissiveTexture\" id=\"14599.EmissiveTexture\">\r\n        <Domain name=\"groups\" id=\"14599.EmissiveTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"ExtractedBlockIndex\" id=\"14599.ExtractedBlockIndex\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"tree\" id=\"14599.ExtractedBlockIndex.tree\"/>\r\n      </Property>\r\n      <Property name=\"FlipTextures\" id=\"14599.FlipTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.FlipTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"GaussianRadius\" id=\"14599.GaussianRadius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.605\"/>\r\n        <Domain name=\"range\" id=\"14599.GaussianRadius.range\"/>\r\n      </Property>\r\n      <Property name=\"GlyphTableIndexArray\" id=\"14599.GlyphTableIndexArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.GlyphTableIndexArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"GlyphType\" id=\"14599.GlyphType\" number_of_elements=\"1\">\r\n        <Proxy value=\"14437\" output_port=\"0\"/>\r\n        <Domain name=\"input_type\" id=\"14599.GlyphType.input_type\"/>\r\n        <Domain name=\"proxy_list\" id=\"14599.GlyphType.proxy_list\">\r\n          <Proxy value=\"14437\"/>\r\n          <Proxy value=\"14448\"/>\r\n          <Proxy value=\"14459\"/>\r\n          <Proxy value=\"14470\"/>\r\n          <Proxy value=\"14481\"/>\r\n          <Proxy value=\"14492\"/>\r\n          <Proxy value=\"14503\"/>\r\n          <Proxy value=\"14514\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"InteractiveSelectionColor\" id=\"14599.InteractiveSelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.InteractiveSelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"14599.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.InterpolateScalarsBeforeMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"InterpolateTextures\" id=\"14599.InterpolateTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.InterpolateTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Interpolation\" id=\"14599.Interpolation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14599.Interpolation.enum\">\r\n          <Entry value=\"0\" text=\"Flat\"/>\r\n          <Entry value=\"1\" text=\"Gouraud\"/>\r\n          <Entry value=\"3\" text=\"PBR\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LODValues\" id=\"14599.LODValues\">\r\n        <Domain name=\"scalar_range\" id=\"14599.LODValues.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"LineWidth\" id=\"14599.LineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.05\"/>\r\n        <Domain name=\"range\" id=\"14599.LineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"14599.LookupTable\">\r\n        <Domain name=\"groups\" id=\"14599.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"Luminosity\" id=\"14599.Luminosity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.Luminosity.range\"/>\r\n      </Property>\r\n      <Property name=\"MapScalars\" id=\"14599.MapScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.MapScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"Masking\" id=\"14599.Masking\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.Masking.bool\"/>\r\n      </Property>\r\n      <Property name=\"MaterialTexture\" id=\"14599.MaterialTexture\">\r\n        <Domain name=\"groups\" id=\"14599.MaterialTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"MeshVisibility\" id=\"14599.MeshVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.MeshVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"Metallic\" id=\"14599.Metallic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.Metallic.range\"/>\r\n      </Property>\r\n      <Property name=\"MultiComponentsMapping\" id=\"14599.MultiComponentsMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.MultiComponentsMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"14599.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.NonlinearSubdivisionLevel.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalScale\" id=\"14599.NormalScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.NormalScale.range\"/>\r\n      </Property>\r\n      <Property name=\"NormalTexture\" id=\"14599.NormalTexture\">\r\n        <Domain name=\"groups\" id=\"14599.NormalTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"OSPRayMaterial\" id=\"14599.OSPRayMaterial\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"string_list\" id=\"14599.OSPRayMaterial.string_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"Checker_Alpha\"/>\r\n          <String text=\"Glass_Thick\"/>\r\n          <String text=\"Glass_Thin\"/>\r\n          <String text=\"Glass_Water\"/>\r\n          <String text=\"Metal_Aluminium_brushed\"/>\r\n          <String text=\"Metal_Aluminium_cast\"/>\r\n          <String text=\"Metal_Aluminium_dull\"/>\r\n          <String text=\"Metal_Aluminium_flat\"/>\r\n          <String text=\"Metal_Aluminium_mirror\"/>\r\n          <String text=\"Metal_Aluminium_normal\"/>\r\n          <String text=\"Metal_Brass_brushed\"/>\r\n          <String text=\"Metal_Brass_cast\"/>\r\n          <String text=\"Metal_Brass_dull\"/>\r\n          <String text=\"Metal_Brass_flat\"/>\r\n          <String text=\"Metal_Brass_mirror\"/>\r\n          <String text=\"Metal_Brass_normal\"/>\r\n          <String text=\"Metal_Chromium_brushed\"/>\r\n          <String text=\"Metal_Chromium_cast\"/>\r\n          <String text=\"Metal_Chromium_dull\"/>\r\n          <String text=\"Metal_Chromium_flat\"/>\r\n          <String text=\"Metal_Chromium_mirror\"/>\r\n          <String text=\"Metal_Chromium_normal\"/>\r\n          <String text=\"Metal_Copper_brushed\"/>\r\n          <String text=\"Metal_Copper_cast\"/>\r\n          <String text=\"Metal_Copper_dull\"/>\r\n          <String text=\"Metal_Copper_flat\"/>\r\n          <String text=\"Metal_Copper_mirror\"/>\r\n          <String text=\"Metal_Copper_normal\"/>\r\n          <String text=\"Metal_Diamond_Plate\"/>\r\n          <String text=\"Metal_Gold_brushed\"/>\r\n          <String text=\"Metal_Gold_cast\"/>\r\n          <String text=\"Metal_Gold_dull\"/>\r\n          <String text=\"Metal_Gold_flat\"/>\r\n          <String text=\"Metal_Gold_mirror\"/>\r\n          <String text=\"Metal_Gold_normal\"/>\r\n          <String text=\"Metal_Iron_brushed\"/>\r\n          <String text=\"Metal_Iron_cast\"/>\r\n          <String text=\"Metal_Iron_dull\"/>\r\n          <String text=\"Metal_Iron_flat\"/>\r\n          <String text=\"Metal_Iron_mirror\"/>\r\n          <String text=\"Metal_Iron_normal\"/>\r\n          <String text=\"Metal_Lead_brushed\"/>\r\n          <String text=\"Metal_Lead_cast\"/>\r\n          <String text=\"Metal_Lead_dull\"/>\r\n          <String text=\"Metal_Lead_flat\"/>\r\n          <String text=\"Metal_Lead_mirror\"/>\r\n          <String text=\"Metal_Lead_normal\"/>\r\n          <String text=\"Metal_Platinum_brushed\"/>\r\n          <String text=\"Metal_Platinum_cast\"/>\r\n          <String text=\"Metal_Platinum_dull\"/>\r\n          <String text=\"Metal_Platinum_flat\"/>\r\n          <String text=\"Metal_Platinum_mirror\"/>\r\n          <String text=\"Metal_Platinum_normal\"/>\r\n          <String text=\"Metal_Scratched\"/>\r\n          <String text=\"Metal_Silver_brushed\"/>\r\n          <String text=\"Metal_Silver_cast\"/>\r\n          <String text=\"Metal_Silver_dull\"/>\r\n          <String text=\"Metal_Silver_flat\"/>\r\n          <String text=\"Metal_Silver_mirror\"/>\r\n          <String text=\"Metal_Silver_normal\"/>\r\n          <String text=\"Metal_Stainless_Steel_brushed\"/>\r\n          <String text=\"Metal_Stainless_Steel_cast\"/>\r\n          <String text=\"Metal_Stainless_Steel_dull\"/>\r\n          <String text=\"Metal_Stainless_Steel_flat\"/>\r\n          <String text=\"Metal_Stainless_Steel_mirror\"/>\r\n          <String text=\"Metal_Stainless_Steel_normal\"/>\r\n          <String text=\"Metal_Titanium_brushed\"/>\r\n          <String text=\"Metal_Titanium_cast\"/>\r\n          <String text=\"Metal_Titanium_dull\"/>\r\n          <String text=\"Metal_Titanium_flat\"/>\r\n          <String text=\"Metal_Titanium_mirror\"/>\r\n          <String text=\"Metal_Titanium_normal\"/>\r\n          <String text=\"Metal_Tungsten_brushed\"/>\r\n          <String text=\"Metal_Tungsten_cast\"/>\r\n          <String text=\"Metal_Tungsten_dull\"/>\r\n          <String text=\"Metal_Tungsten_flat\"/>\r\n          <String text=\"Metal_Tungsten_normal\"/>\r\n          <String text=\"PBR_Asphalt\"/>\r\n          <String text=\"PBR_Brick_Wall_1\"/>\r\n          <String text=\"PBR_Brick_Wall_2\"/>\r\n          <String text=\"PBR_Camo_Dull\"/>\r\n          <String text=\"PBR_Camo_Mesh\"/>\r\n          <String text=\"PBR_Carbon_Fiber\"/>\r\n          <String text=\"PBR_Circuit_Board\"/>\r\n          <String text=\"PBR_Concrete_1\"/>\r\n          <String text=\"PBR_Concrete_2\"/>\r\n          <String text=\"PBR_Cork\"/>\r\n          <String text=\"PBR_Fabric_Camo\"/>\r\n          <String text=\"PBR_Fabric_Green\"/>\r\n          <String text=\"PBR_Fabric_Orange\"/>\r\n          <String text=\"PBR_Fabric_Tan\"/>\r\n          <String text=\"PBR_Grass\"/>\r\n          <String text=\"PBR_Ground_Dirt\"/>\r\n          <String text=\"PBR_Ground_Wet\"/>\r\n          <String text=\"PBR_Particle_Board\"/>\r\n          <String text=\"PBR_Plastic_Dark\"/>\r\n          <String text=\"PBR_Plastic_White\"/>\r\n          <String text=\"PBR_Sand\"/>\r\n          <String text=\"PBR_Silica_Phenolic\"/>\r\n          <String text=\"PBR_Snow\"/>\r\n          <String text=\"PBR_Solar_Panels\"/>\r\n          <String text=\"PBR_Water\"/>\r\n          <String text=\"Value Indexed\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleArray\" id=\"14599.OSPRayScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.OSPRayScaleArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayScaleFunction\" id=\"14599.OSPRayScaleFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14525\"/>\r\n        <Domain name=\"groups\" id=\"14599.OSPRayScaleFunction.groups\"/>\r\n        <Domain name=\"proxy_list\" id=\"14599.OSPRayScaleFunction.proxy_list\">\r\n          <Proxy value=\"14525\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayUseScaleArray\" id=\"14599.OSPRayUseScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14599.OSPRayUseScaleArray.enum\">\r\n          <Entry value=\"-1\" text=\"All Exact\"/>\r\n          <Entry value=\"0\" text=\"All Approximate\"/>\r\n          <Entry value=\"1\" text=\"Each Scaled\"/>\r\n          <Entry value=\"2\" text=\"Each Exact\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OcclusionStrength\" id=\"14599.OcclusionStrength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.OcclusionStrength.range\"/>\r\n      </Property>\r\n      <Property name=\"Opacity\" id=\"14599.Opacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.Opacity.range\"/>\r\n      </Property>\r\n      <Property name=\"OpacityArray\" id=\"14599.OpacityArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.OpacityArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityArrayComponent\" id=\"14599.OpacityArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14599.OpacityArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityArrayName\" id=\"14599.OpacityArrayName\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.OpacityArrayName.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"CasePath\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityByArray\" id=\"14599.OpacityByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.OpacityByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"OpacityComponent\" id=\"14599.OpacityComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14599.OpacityComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OpacityTransferFunction\" id=\"14599.OpacityTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14526\"/>\r\n        <Domain name=\"proxy_list\" id=\"14599.OpacityTransferFunction.proxy_list\">\r\n          <Proxy value=\"14526\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Orient\" id=\"14599.Orient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.Orient.bool\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14599.Orientation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.Orientation.range\"/>\r\n      </Property>\r\n      <Property name=\"OrientationMode\" id=\"14599.OrientationMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14599.OrientationMode.enum\">\r\n          <Entry value=\"0\" text=\"Direction\"/>\r\n          <Entry value=\"1\" text=\"Rotation\"/>\r\n          <Entry value=\"2\" text=\"Quaternion\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Origin\" id=\"14599.Origin\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.Origin.range\"/>\r\n      </Property>\r\n      <Property name=\"Pickable\" id=\"14599.Pickable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.Pickable.bool\"/>\r\n      </Property>\r\n      <Property name=\"PointSize\" id=\"14599.PointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14599.PointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14599.Position\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"RenderLinesAsTubes\" id=\"14599.RenderLinesAsTubes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.RenderLinesAsTubes.bool\"/>\r\n      </Property>\r\n      <Property name=\"RenderPointsAsSpheres\" id=\"14599.RenderPointsAsSpheres\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.RenderPointsAsSpheres.bool\"/>\r\n      </Property>\r\n      <Property name=\"RepeatTextures\" id=\"14599.RepeatTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.RepeatTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"Roughness\" id=\"14599.Roughness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3\"/>\r\n        <Domain name=\"range\" id=\"14599.Roughness.range\"/>\r\n      </Property>\r\n      <Property name=\"SamplingDimensions\" id=\"14599.SamplingDimensions\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"128\"/>\r\n        <Element index=\"1\" value=\"128\"/>\r\n        <Element index=\"2\" value=\"128\"/>\r\n        <Domain name=\"range\" id=\"14599.SamplingDimensions.range\"/>\r\n      </Property>\r\n      <Property name=\"ScalarOpacityFunction\" id=\"14599.ScalarOpacityFunction\">\r\n        <Domain name=\"groups\" id=\"14599.ScalarOpacityFunction.groups\"/>\r\n      </Property>\r\n      <Property name=\"ScalarOpacityUnitDistance\" id=\"14599.ScalarOpacityUnitDistance\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1.6801609993129776\"/>\r\n        <Domain name=\"bounds\" id=\"14599.ScalarOpacityUnitDistance.bounds\"/>\r\n      </Property>\r\n      <Property name=\"Scale\" id=\"14599.Scale\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.Scale.range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleArrayComponent\" id=\"14599.ScaleArrayComponent\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"comps\" id=\"14599.ScaleArrayComponent.comps\">\r\n          <Entry value=\"0\" text=\"\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleByArray\" id=\"14599.ScaleByArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.ScaleByArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScaleFactor\" id=\"14599.ScaleFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12.100000000000001\"/>\r\n        <Domain name=\"bounds\" id=\"14599.ScaleFactor.bounds\"/>\r\n        <Domain name=\"scalar_range\" id=\"14599.ScaleFactor.scalar_range\"/>\r\n        <Domain name=\"vector_range\" id=\"14599.ScaleFactor.vector_range\"/>\r\n      </Property>\r\n      <Property name=\"ScaleMode\" id=\"14599.ScaleMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14599.ScaleMode.enum\">\r\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\r\n          <Entry value=\"1\" text=\"Magnitude\"/>\r\n          <Entry value=\"2\" text=\"Vector Components\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ScaleTransferFunction\" id=\"14599.ScaleTransferFunction\" number_of_elements=\"1\">\r\n        <Proxy value=\"14527\"/>\r\n        <Domain name=\"proxy_list\" id=\"14599.ScaleTransferFunction.proxy_list\">\r\n          <Proxy value=\"14527\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Scaling\" id=\"14599.Scaling\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.Scaling.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessU\" id=\"14599.SeamlessU\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SeamlessU.bool\"/>\r\n      </Property>\r\n      <Property name=\"SeamlessV\" id=\"14599.SeamlessV\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SeamlessV.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectMapper\" id=\"14599.SelectMapper\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Projected tetra\"/>\r\n        <Domain name=\"list\" id=\"14599.SelectMapper.list\">\r\n          <String text=\"Projected tetra\"/>\r\n          <String text=\"Z sweep\"/>\r\n          <String text=\"Bunyk ray cast\"/>\r\n          <String text=\"Resample To Image\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectMaskArray\" id=\"14599.SelectMaskArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectNormalArray\" id=\"14599.SelectNormalArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SelectNormalArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectOrientationVectors\" id=\"14599.SelectOrientationVectors\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SelectOrientationVectors.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectScaleArray\" id=\"14599.SelectScaleArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SelectScaleArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTCoordArray\" id=\"14599.SelectTCoordArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SelectTCoordArray.array_list\">\r\n          <String text=\"None\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectTangentArray\" id=\"14599.SelectTangentArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"None\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SelectTangentArray.array_list\">\r\n          <String text=\"None\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelBold\" id=\"14599.SelectionCellLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionCellLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelColor\" id=\"14599.SelectionCellLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionCellLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"14599.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14599.SelectionCellLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontFile\" id=\"14599.SelectionCellLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFontSize\" id=\"14599.SelectionCellLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionCellLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelFormat\" id=\"14599.SelectionCellLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelItalic\" id=\"14599.SelectionCellLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionCellLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelJustification\" id=\"14599.SelectionCellLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14599.SelectionCellLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelOpacity\" id=\"14599.SelectionCellLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionCellLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelShadow\" id=\"14599.SelectionCellLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionCellLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionCellLabelVisibility\" id=\"14599.SelectionCellLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionCellLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionColor\" id=\"14599.SelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionLineWidth\" id=\"14599.SelectionLineWidth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionLineWidth.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"14599.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionMaximumNumberOfLabels.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionOpacity\" id=\"14599.SelectionOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelBold\" id=\"14599.SelectionPointLabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionPointLabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelColor\" id=\"14599.SelectionPointLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionPointLabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"14599.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14599.SelectionPointLabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontFile\" id=\"14599.SelectionPointLabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFontSize\" id=\"14599.SelectionPointLabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"18\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionPointLabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelFormat\" id=\"14599.SelectionPointLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelItalic\" id=\"14599.SelectionPointLabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionPointLabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelJustification\" id=\"14599.SelectionPointLabelJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14599.SelectionPointLabelJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Center\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelOpacity\" id=\"14599.SelectionPointLabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionPointLabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelShadow\" id=\"14599.SelectionPointLabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionPointLabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointLabelVisibility\" id=\"14599.SelectionPointLabelVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionPointLabelVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"SelectionPointSize\" id=\"14599.SelectionPointSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"14599.SelectionPointSize.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectionRepresentation\" id=\"14599.SelectionRepresentation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14599.SelectionRepresentation.enum\">\r\n          <Entry value=\"0\" text=\"Points\"/>\r\n          <Entry value=\"1\" text=\"Wireframe\"/>\r\n          <Entry value=\"2\" text=\"Surface\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectionUseOutline\" id=\"14599.SelectionUseOutline\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SelectionUseOutline.bool\"/>\r\n      </Property>\r\n      <Property name=\"SetScaleArray\" id=\"14599.SetScaleArray\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"p\"/>\r\n        <Domain name=\"array_list\" id=\"14599.SetScaleArray.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderPreset\" id=\"14599.ShaderPreset\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14599.ShaderPreset.enum\">\r\n          <Entry value=\"0\" text=\"Gaussian Blur\"/>\r\n          <Entry value=\"1\" text=\"Sphere\"/>\r\n          <Entry value=\"2\" text=\"Black-edged circle\"/>\r\n          <Entry value=\"3\" text=\"Plain circle\"/>\r\n          <Entry value=\"4\" text=\"Triangle\"/>\r\n          <Entry value=\"5\" text=\"Square Outline\"/>\r\n          <Entry value=\"6\" text=\"Custom\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"ShaderReplacements\" id=\"14599.ShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"Specular\" id=\"14599.Specular\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"14599.Specular.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularColor\" id=\"14599.SpecularColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14599.SpecularColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SpecularPower\" id=\"14599.SpecularPower\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n        <Domain name=\"range\" id=\"14599.SpecularPower.range\"/>\r\n      </Property>\r\n      <Property name=\"StaticMode\" id=\"14599.StaticMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.StaticMode.bool\"/>\r\n      </Property>\r\n      <Property name=\"SuppressLOD\" id=\"14599.SuppressLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.SuppressLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"Texture\" id=\"14599.Texture\">\r\n        <Domain name=\"groups\" id=\"14599.Texture.groups\"/>\r\n      </Property>\r\n      <Property name=\"Triangulate\" id=\"14599.Triangulate\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.Triangulate.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCompositeGlyphTable\" id=\"14599.UseCompositeGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseCompositeGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseDataPartitions\" id=\"14599.UseDataPartitions\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseDataPartitions.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseFloatingPointFrameBuffer\" id=\"14599.UseFloatingPointFrameBuffer\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseFloatingPointFrameBuffer.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphCullingAndLOD\" id=\"14599.UseGlyphCullingAndLOD\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseGlyphCullingAndLOD.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGlyphTable\" id=\"14599.UseGlyphTable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseGlyphTable.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseMipmapTextures\" id=\"14599.UseMipmapTextures\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseMipmapTextures.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseScaleFunction\" id=\"14599.UseScaleFunction\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseScaleFunction.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSeparateColorMap\" id=\"14599.UseSeparateColorMap\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseSeparateColorMap.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSeparateOpacityArray\" id=\"14599.UseSeparateOpacityArray\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseSeparateOpacityArray.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseShaderReplacements\" id=\"14599.UseShaderReplacements\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14599.UseShaderReplacements.bool\"/>\r\n      </Property>\r\n      <Property name=\"UserTransform\" id=\"14599.UserTransform\" number_of_elements=\"16\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"0\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"0\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"1\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"0\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"0\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"14128\" servers=\"21\">\r\n      <Property name=\"Enabled\" id=\"14128.Enabled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.Enabled.bool\"/>\r\n      </Property>\r\n      <Property name=\"LockPosition\" id=\"14128.LockPosition\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.LockPosition.bool\"/>\r\n      </Property>\r\n      <Property name=\"StickyVisible\" id=\"14128.StickyVisible\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.StickyVisible.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseNonCompositedRenderer\" id=\"14128.UseNonCompositedRenderer\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"AddRangeAnnotations\" id=\"14128.AddRangeAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.AddRangeAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"AddRangeLabels\" id=\"14128.AddRangeLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.AddRangeLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoOrient\" id=\"14128.AutoOrient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.AutoOrient.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoOrientInfo\" id=\"14128.AutoOrientInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.AutoOrientInfo.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticAnnotations\" id=\"14128.AutomaticAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.AutomaticAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticLabelFormat\" id=\"14128.AutomaticLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.AutomaticLabelFormat.bool\"/>\r\n      </Property>\r\n      <Property name=\"ComponentTitle\" id=\"14128.ComponentTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"CustomLabels\" id=\"14128.CustomLabels\"/>\r\n      <Property name=\"DrawAnnotations\" id=\"14128.DrawAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.DrawAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawNanAnnotation\" id=\"14128.DrawNanAnnotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.DrawNanAnnotation.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawTickLabels\" id=\"14128.DrawTickLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.DrawTickLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawTickMarks\" id=\"14128.DrawTickMarks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.DrawTickMarks.bool\"/>\r\n      </Property>\r\n      <Property name=\"EstimatedNumberOfAnnotations\" id=\"14128.EstimatedNumberOfAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"HorizontalTitle\" id=\"14128.HorizontalTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.HorizontalTitle.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelBold\" id=\"14128.LabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.LabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelColor\" id=\"14128.LabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14128.LabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelFontFamily\" id=\"14128.LabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14128.LabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LabelFontFile\" id=\"14128.LabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LabelFontSize\" id=\"14128.LabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n        <Domain name=\"range\" id=\"14128.LabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelFormat\" id=\"14128.LabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"LabelItalic\" id=\"14128.LabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.LabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelOpacity\" id=\"14128.LabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14128.LabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelShadow\" id=\"14128.LabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.LabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"14128.LookupTable\" number_of_elements=\"1\">\r\n        <Proxy value=\"14122\"/>\r\n        <Domain name=\"groups\" id=\"14128.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"NanAnnotation\" id=\"14128.NanAnnotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"NaN\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14128.Orientation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14128.Orientation.enum\">\r\n          <Entry value=\"0\" text=\"Horizontal\"/>\r\n          <Entry value=\"1\" text=\"Vertical\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OrientationInfo\" id=\"14128.OrientationInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14128.Position\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0.39717035217035224\"/>\r\n        <Element index=\"1\" value=\"0.7382809224318659\"/>\r\n        <Domain name=\"range\" id=\"14128.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"PositionInfo\" id=\"14128.PositionInfo\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0.39717035217035224\"/>\r\n        <Element index=\"1\" value=\"0.7382809224318659\"/>\r\n      </Property>\r\n      <Property name=\"RangeLabelFormat\" id=\"14128.RangeLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.1e\"/>\r\n      </Property>\r\n      <Property name=\"Repositionable\" id=\"14128.Repositionable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.Repositionable.bool\"/>\r\n      </Property>\r\n      <Property name=\"Resizable\" id=\"14128.Resizable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14128.Resizable.bool\"/>\r\n      </Property>\r\n      <Property name=\"ReverseLegend\" id=\"14128.ReverseLegend\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.ReverseLegend.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScalarBarLength\" id=\"14128.ScalarBarLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.32999999999999996\"/>\r\n      </Property>\r\n      <Property name=\"ScalarBarThickness\" id=\"14128.ScalarBarThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n      </Property>\r\n      <Property name=\"Selectable\" id=\"14128.Selectable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.Selectable.bool\"/>\r\n      </Property>\r\n      <Property name=\"TextPosition\" id=\"14128.TextPosition\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14128.TextPosition.enum\">\r\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\r\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Title\" id=\"14128.Title\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"p\"/>\r\n      </Property>\r\n      <Property name=\"TitleBold\" id=\"14128.TitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.TitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"TitleColor\" id=\"14128.TitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14128.TitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleFontFamily\" id=\"14128.TitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14128.TitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"TitleFontFile\" id=\"14128.TitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"TitleFontSize\" id=\"14128.TitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n        <Domain name=\"range\" id=\"14128.TitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleItalic\" id=\"14128.TitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.TitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"TitleJustification\" id=\"14128.TitleJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14128.TitleJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Centered\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"TitleOpacity\" id=\"14128.TitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14128.TitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleShadow\" id=\"14128.TitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.TitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomLabels\" id=\"14128.UseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.UseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14128.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14128.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"WindowLocation\" id=\"14128.WindowLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14128.WindowLocation.enum\">\r\n          <Entry value=\"0\" text=\"AnyLocation\"/>\r\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\r\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\r\n          <Entry value=\"3\" text=\"LowerCenter\"/>\r\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\r\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\r\n          <Entry value=\"6\" text=\"UpperCenter\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"14134\" servers=\"21\">\r\n      <Property name=\"Enabled\" id=\"14134.Enabled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.Enabled.bool\"/>\r\n      </Property>\r\n      <Property name=\"LockPosition\" id=\"14134.LockPosition\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.LockPosition.bool\"/>\r\n      </Property>\r\n      <Property name=\"StickyVisible\" id=\"14134.StickyVisible\">\r\n        <Domain name=\"bool\" id=\"14134.StickyVisible.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseNonCompositedRenderer\" id=\"14134.UseNonCompositedRenderer\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"AddRangeAnnotations\" id=\"14134.AddRangeAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.AddRangeAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"AddRangeLabels\" id=\"14134.AddRangeLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.AddRangeLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoOrient\" id=\"14134.AutoOrient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.AutoOrient.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoOrientInfo\" id=\"14134.AutoOrientInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.AutoOrientInfo.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticAnnotations\" id=\"14134.AutomaticAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.AutomaticAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticLabelFormat\" id=\"14134.AutomaticLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.AutomaticLabelFormat.bool\"/>\r\n      </Property>\r\n      <Property name=\"ComponentTitle\" id=\"14134.ComponentTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"CustomLabels\" id=\"14134.CustomLabels\"/>\r\n      <Property name=\"DrawAnnotations\" id=\"14134.DrawAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.DrawAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawNanAnnotation\" id=\"14134.DrawNanAnnotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.DrawNanAnnotation.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawTickLabels\" id=\"14134.DrawTickLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.DrawTickLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawTickMarks\" id=\"14134.DrawTickMarks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.DrawTickMarks.bool\"/>\r\n      </Property>\r\n      <Property name=\"EstimatedNumberOfAnnotations\" id=\"14134.EstimatedNumberOfAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"HorizontalTitle\" id=\"14134.HorizontalTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.HorizontalTitle.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelBold\" id=\"14134.LabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.LabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelColor\" id=\"14134.LabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14134.LabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelFontFamily\" id=\"14134.LabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14134.LabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LabelFontFile\" id=\"14134.LabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LabelFontSize\" id=\"14134.LabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n        <Domain name=\"range\" id=\"14134.LabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelFormat\" id=\"14134.LabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"LabelItalic\" id=\"14134.LabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.LabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelOpacity\" id=\"14134.LabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14134.LabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelShadow\" id=\"14134.LabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.LabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"14134.LookupTable\" number_of_elements=\"1\">\r\n        <Proxy value=\"14035\"/>\r\n        <Domain name=\"groups\" id=\"14134.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"NanAnnotation\" id=\"14134.NanAnnotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"NaN\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14134.Orientation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14134.Orientation.enum\">\r\n          <Entry value=\"0\" text=\"Horizontal\"/>\r\n          <Entry value=\"1\" text=\"Vertical\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OrientationInfo\" id=\"14134.OrientationInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14134.Position\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0.35703931203931205\"/>\r\n        <Element index=\"1\" value=\"0.03178197064989527\"/>\r\n        <Domain name=\"range\" id=\"14134.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"PositionInfo\" id=\"14134.PositionInfo\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0.35703931203931205\"/>\r\n        <Element index=\"1\" value=\"0.03178197064989527\"/>\r\n      </Property>\r\n      <Property name=\"RangeLabelFormat\" id=\"14134.RangeLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.1e\"/>\r\n      </Property>\r\n      <Property name=\"Repositionable\" id=\"14134.Repositionable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.Repositionable.bool\"/>\r\n      </Property>\r\n      <Property name=\"Resizable\" id=\"14134.Resizable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14134.Resizable.bool\"/>\r\n      </Property>\r\n      <Property name=\"ReverseLegend\" id=\"14134.ReverseLegend\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.ReverseLegend.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScalarBarLength\" id=\"14134.ScalarBarLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.32999999999999985\"/>\r\n      </Property>\r\n      <Property name=\"ScalarBarThickness\" id=\"14134.ScalarBarThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n      </Property>\r\n      <Property name=\"Selectable\" id=\"14134.Selectable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.Selectable.bool\"/>\r\n      </Property>\r\n      <Property name=\"TextPosition\" id=\"14134.TextPosition\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14134.TextPosition.enum\">\r\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\r\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Title\" id=\"14134.Title\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"alpha.water\"/>\r\n      </Property>\r\n      <Property name=\"TitleBold\" id=\"14134.TitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.TitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"TitleColor\" id=\"14134.TitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14134.TitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleFontFamily\" id=\"14134.TitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14134.TitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"TitleFontFile\" id=\"14134.TitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"TitleFontSize\" id=\"14134.TitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n        <Domain name=\"range\" id=\"14134.TitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleItalic\" id=\"14134.TitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.TitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"TitleJustification\" id=\"14134.TitleJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14134.TitleJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Centered\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"TitleOpacity\" id=\"14134.TitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14134.TitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleShadow\" id=\"14134.TitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.TitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomLabels\" id=\"14134.UseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.UseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14134.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14134.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"WindowLocation\" id=\"14134.WindowLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14134.WindowLocation.enum\">\r\n          <Entry value=\"0\" text=\"AnyLocation\"/>\r\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\r\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\r\n          <Entry value=\"3\" text=\"LowerCenter\"/>\r\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\r\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\r\n          <Entry value=\"6\" text=\"UpperCenter\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"14369\" servers=\"21\">\r\n      <Property name=\"Enabled\" id=\"14369.Enabled\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.Enabled.bool\"/>\r\n      </Property>\r\n      <Property name=\"LockPosition\" id=\"14369.LockPosition\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.LockPosition.bool\"/>\r\n      </Property>\r\n      <Property name=\"StickyVisible\" id=\"14369.StickyVisible\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.StickyVisible.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseNonCompositedRenderer\" id=\"14369.UseNonCompositedRenderer\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"AddRangeAnnotations\" id=\"14369.AddRangeAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.AddRangeAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"AddRangeLabels\" id=\"14369.AddRangeLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.AddRangeLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoOrient\" id=\"14369.AutoOrient\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.AutoOrient.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutoOrientInfo\" id=\"14369.AutoOrientInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.AutoOrientInfo.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticAnnotations\" id=\"14369.AutomaticAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.AutomaticAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"AutomaticLabelFormat\" id=\"14369.AutomaticLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.AutomaticLabelFormat.bool\"/>\r\n      </Property>\r\n      <Property name=\"ComponentTitle\" id=\"14369.ComponentTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Magnitude\"/>\r\n      </Property>\r\n      <Property name=\"CustomLabels\" id=\"14369.CustomLabels\"/>\r\n      <Property name=\"DrawAnnotations\" id=\"14369.DrawAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.DrawAnnotations.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawNanAnnotation\" id=\"14369.DrawNanAnnotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.DrawNanAnnotation.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawTickLabels\" id=\"14369.DrawTickLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.DrawTickLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawTickMarks\" id=\"14369.DrawTickMarks\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.DrawTickMarks.bool\"/>\r\n      </Property>\r\n      <Property name=\"EstimatedNumberOfAnnotations\" id=\"14369.EstimatedNumberOfAnnotations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"HorizontalTitle\" id=\"14369.HorizontalTitle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.HorizontalTitle.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelBold\" id=\"14369.LabelBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.LabelBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelColor\" id=\"14369.LabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14369.LabelColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelFontFamily\" id=\"14369.LabelFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14369.LabelFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"LabelFontFile\" id=\"14369.LabelFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"LabelFontSize\" id=\"14369.LabelFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n        <Domain name=\"range\" id=\"14369.LabelFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelFormat\" id=\"14369.LabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.3g\"/>\r\n      </Property>\r\n      <Property name=\"LabelItalic\" id=\"14369.LabelItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.LabelItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"LabelOpacity\" id=\"14369.LabelOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14369.LabelOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"LabelShadow\" id=\"14369.LabelShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.LabelShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"LookupTable\" id=\"14369.LookupTable\" number_of_elements=\"1\">\r\n        <Proxy value=\"14294\"/>\r\n        <Domain name=\"groups\" id=\"14369.LookupTable.groups\"/>\r\n      </Property>\r\n      <Property name=\"NanAnnotation\" id=\"14369.NanAnnotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"NaN\"/>\r\n      </Property>\r\n      <Property name=\"Orientation\" id=\"14369.Orientation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14369.Orientation.enum\">\r\n          <Entry value=\"0\" text=\"Horizontal\"/>\r\n          <Entry value=\"1\" text=\"Vertical\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OrientationInfo\" id=\"14369.OrientationInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"Position\" id=\"14369.Position\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0.3631818181818182\"/>\r\n        <Element index=\"1\" value=\"0.06742138364779865\"/>\r\n        <Domain name=\"range\" id=\"14369.Position.range\"/>\r\n      </Property>\r\n      <Property name=\"PositionInfo\" id=\"14369.PositionInfo\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0.3631818181818182\"/>\r\n        <Element index=\"1\" value=\"0.06742138364779865\"/>\r\n      </Property>\r\n      <Property name=\"RangeLabelFormat\" id=\"14369.RangeLabelFormat\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"%-#6.1e\"/>\r\n      </Property>\r\n      <Property name=\"Repositionable\" id=\"14369.Repositionable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.Repositionable.bool\"/>\r\n      </Property>\r\n      <Property name=\"Resizable\" id=\"14369.Resizable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.Resizable.bool\"/>\r\n      </Property>\r\n      <Property name=\"ReverseLegend\" id=\"14369.ReverseLegend\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.ReverseLegend.bool\"/>\r\n      </Property>\r\n      <Property name=\"ScalarBarLength\" id=\"14369.ScalarBarLength\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.3607125307125307\"/>\r\n      </Property>\r\n      <Property name=\"ScalarBarThickness\" id=\"14369.ScalarBarThickness\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n      </Property>\r\n      <Property name=\"Selectable\" id=\"14369.Selectable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.Selectable.bool\"/>\r\n      </Property>\r\n      <Property name=\"TextPosition\" id=\"14369.TextPosition\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14369.TextPosition.enum\">\r\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\r\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Title\" id=\"14369.Title\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n      </Property>\r\n      <Property name=\"TitleBold\" id=\"14369.TitleBold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.TitleBold.bool\"/>\r\n      </Property>\r\n      <Property name=\"TitleColor\" id=\"14369.TitleColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14369.TitleColor.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleFontFamily\" id=\"14369.TitleFontFamily\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14369.TitleFontFamily.enum\">\r\n          <Entry value=\"0\" text=\"Arial\"/>\r\n          <Entry value=\"1\" text=\"Courier\"/>\r\n          <Entry value=\"2\" text=\"Times\"/>\r\n          <Entry value=\"4\" text=\"File\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"TitleFontFile\" id=\"14369.TitleFontFile\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"TitleFontSize\" id=\"14369.TitleFontSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"16\"/>\r\n        <Domain name=\"range\" id=\"14369.TitleFontSize.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleItalic\" id=\"14369.TitleItalic\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.TitleItalic.bool\"/>\r\n      </Property>\r\n      <Property name=\"TitleJustification\" id=\"14369.TitleJustification\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14369.TitleJustification.enum\">\r\n          <Entry value=\"0\" text=\"Left\"/>\r\n          <Entry value=\"1\" text=\"Centered\"/>\r\n          <Entry value=\"2\" text=\"Right\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"TitleOpacity\" id=\"14369.TitleOpacity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"14369.TitleOpacity.range\"/>\r\n      </Property>\r\n      <Property name=\"TitleShadow\" id=\"14369.TitleShadow\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.TitleShadow.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCustomLabels\" id=\"14369.UseCustomLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14369.UseCustomLabels.bool\"/>\r\n      </Property>\r\n      <Property name=\"Visibility\" id=\"14369.Visibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14369.Visibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"WindowLocation\" id=\"14369.WindowLocation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14369.WindowLocation.enum\">\r\n          <Entry value=\"0\" text=\"AnyLocation\"/>\r\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\r\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\r\n          <Entry value=\"3\" text=\"LowerCenter\"/>\r\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\r\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\r\n          <Entry value=\"6\" text=\"UpperCenter\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"settings\" type=\"ColorPalette\" id=\"267\" servers=\"16\">\r\n      <Property name=\"BackgroundColor\" id=\"267.BackgroundColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.32\"/>\r\n        <Element index=\"1\" value=\"0.34\"/>\r\n        <Element index=\"2\" value=\"0.43\"/>\r\n        <Domain name=\"range\" id=\"267.BackgroundColor.range\"/>\r\n      </Property>\r\n      <Property name=\"BackgroundColor2\" id=\"267.BackgroundColor2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.32\"/>\r\n        <Element index=\"1\" value=\"0.34\"/>\r\n        <Element index=\"2\" value=\"0.43\"/>\r\n        <Domain name=\"range\" id=\"267.BackgroundColor2.range\"/>\r\n      </Property>\r\n      <Property name=\"EdgeColor\" id=\"267.EdgeColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"267.EdgeColor.range\"/>\r\n      </Property>\r\n      <Property name=\"ForegroundColor\" id=\"267.ForegroundColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"267.ForegroundColor.range\"/>\r\n      </Property>\r\n      <Property name=\"InteractiveSelectionColor\" id=\"267.InteractiveSelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"267.InteractiveSelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"InteractiveWidgetColor\" id=\"267.InteractiveWidgetColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"267.InteractiveWidgetColor.range\"/>\r\n      </Property>\r\n      <Property name=\"LoadPalette\" id=\"267.LoadPalette\"/>\r\n      <Property name=\"SelectionColor\" id=\"267.SelectionColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"267.SelectionColor.range\"/>\r\n      </Property>\r\n      <Property name=\"SurfaceColor\" id=\"267.SurfaceColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"267.SurfaceColor.range\"/>\r\n      </Property>\r\n      <Property name=\"TextAnnotationColor\" id=\"267.TextAnnotationColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"267.TextAnnotationColor.range\"/>\r\n      </Property>\r\n      <Property name=\"UseGradientBackground\" id=\"267.UseGradientBackground\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"267.UseGradientBackground.bool\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"filters\" type=\"Contour\" id=\"14157\" servers=\"1\">\r\n      <Property name=\"ComputeGradients\" id=\"14157.ComputeGradients\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14157.ComputeGradients.bool\"/>\r\n      </Property>\r\n      <Property name=\"ComputeNormals\" id=\"14157.ComputeNormals\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14157.ComputeNormals.bool\"/>\r\n      </Property>\r\n      <Property name=\"ComputeScalars\" id=\"14157.ComputeScalars\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14157.ComputeScalars.bool\"/>\r\n      </Property>\r\n      <Property name=\"ContourValues\" id=\"14157.ContourValues\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"scalar_range\" id=\"14157.ContourValues.scalar_range\"/>\r\n      </Property>\r\n      <Property name=\"GenerateTriangles\" id=\"14157.GenerateTriangles\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14157.GenerateTriangles.bool\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14157.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"13898\" output_port=\"0\"/>\r\n        <Domain name=\"groups\" id=\"14157.Input.groups\"/>\r\n        <Domain name=\"input_array\" id=\"14157.Input.input_array\"/>\r\n        <Domain name=\"input_array_htg\" id=\"14157.Input.input_array_htg\"/>\r\n        <Domain name=\"input_type\" id=\"14157.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"Locator\" id=\"14157.Locator\" number_of_elements=\"1\">\r\n        <Proxy value=\"14154\"/>\r\n        <Domain name=\"groups\" id=\"14157.Locator.groups\"/>\r\n        <Domain name=\"proxy_list\" id=\"14157.Locator.proxy_list\">\r\n          <Proxy value=\"14154\"/>\r\n          <Proxy value=\"14155\"/>\r\n          <Proxy value=\"14156\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OutputPointsPrecision\" id=\"14157.OutputPointsPrecision\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14157.OutputPointsPrecision.enum\">\r\n          <Entry value=\"0\" text=\"Single\"/>\r\n          <Entry value=\"1\" text=\"Double\"/>\r\n          <Entry value=\"2\" text=\"Same as input\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"SelectInputScalars\" id=\"14157.SelectInputScalars\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"alpha.water\"/>\r\n        <Domain name=\"array_list\" id=\"14157.SelectInputScalars.array_list\">\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"p\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"filters\" type=\"StreamTracer\" id=\"14651\" servers=\"1\">\r\n      <Property name=\"ComputeVorticity\" id=\"14651.ComputeVorticity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14651.ComputeVorticity.bool\"/>\r\n      </Property>\r\n      <Property name=\"InitialIntegrationStep\" id=\"14651.InitialIntegrationStep\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.2\"/>\r\n        <Domain name=\"range\" id=\"14651.InitialIntegrationStep.range\"/>\r\n      </Property>\r\n      <Property name=\"Input\" id=\"14651.Input\" number_of_elements=\"1\">\r\n        <Proxy value=\"13898\" output_port=\"0\"/>\r\n        <Domain name=\"groups\" id=\"14651.Input.groups\"/>\r\n        <Domain name=\"input_array\" id=\"14651.Input.input_array\"/>\r\n        <Domain name=\"input_type\" id=\"14651.Input.input_type\"/>\r\n      </Property>\r\n      <Property name=\"IntegrationDirection\" id=\"14651.IntegrationDirection\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14651.IntegrationDirection.enum\">\r\n          <Entry value=\"0\" text=\"FORWARD\"/>\r\n          <Entry value=\"1\" text=\"BACKWARD\"/>\r\n          <Entry value=\"2\" text=\"BOTH\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"IntegrationStepUnit\" id=\"14651.IntegrationStepUnit\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14651.IntegrationStepUnit.enum\">\r\n          <Entry value=\"1\" text=\"Length\"/>\r\n          <Entry value=\"2\" text=\"Cell Length\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"IntegratorType\" id=\"14651.IntegratorType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"14651.IntegratorType.enum\">\r\n          <Entry value=\"0\" text=\"Runge-Kutta 2\"/>\r\n          <Entry value=\"1\" text=\"Runge-Kutta 4\"/>\r\n          <Entry value=\"2\" text=\"Runge-Kutta 4-5\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"InterpolatorType\" id=\"14651.InterpolatorType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14651.InterpolatorType.enum\">\r\n          <Entry value=\"0\" text=\"Interpolator with Point Locator\"/>\r\n          <Entry value=\"1\" text=\"Interpolator with Cell Locator\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"MaximumError\" id=\"14651.MaximumError\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.000001\"/>\r\n        <Domain name=\"range\" id=\"14651.MaximumError.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumIntegrationStep\" id=\"14651.MaximumIntegrationStep\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"14651.MaximumIntegrationStep.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumNumberOfSteps\" id=\"14651.MaximumNumberOfSteps\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"200000\"/>\r\n        <Domain name=\"range\" id=\"14651.MaximumNumberOfSteps.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumPropagation\" id=\"14651.MaximumPropagation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"121\"/>\r\n        <Domain name=\"bounds\" id=\"14651.MaximumPropagation.bounds\"/>\r\n      </Property>\r\n      <Property name=\"MinimumIntegrationStep\" id=\"14651.MinimumIntegrationStep\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.01\"/>\r\n        <Domain name=\"range\" id=\"14651.MinimumIntegrationStep.range\"/>\r\n      </Property>\r\n      <Property name=\"SelectInputVectors\" id=\"14651.SelectInputVectors\" number_of_elements=\"5\">\r\n        <Element index=\"0\" value=\"\"/>\r\n        <Element index=\"1\" value=\"\"/>\r\n        <Element index=\"2\" value=\"\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"U\"/>\r\n        <Domain name=\"array_list\" id=\"14651.SelectInputVectors.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"U\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Source\" id=\"14651.Source\" number_of_elements=\"1\">\r\n        <Proxy value=\"14640\" output_port=\"0\"/>\r\n        <Domain name=\"groups\" id=\"14651.Source.groups\"/>\r\n        <Domain name=\"proxy_list\" id=\"14651.Source.proxy_list\">\r\n          <Proxy value=\"14629\"/>\r\n          <Proxy value=\"14640\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Surface Streamlines\" id=\"14651.Surface Streamlines\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14651.Surface Streamlines.bool\"/>\r\n      </Property>\r\n      <Property name=\"TerminalSpeed\" id=\"14651.TerminalSpeed\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1e-12\"/>\r\n        <Domain name=\"range\" id=\"14651.TerminalSpeed.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"OpenFOAMReader\" id=\"13898\" servers=\"1\">\r\n      <Property name=\"AddDimensionsToArrayNames\" id=\"13898.AddDimensionsToArrayNames\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13898.AddDimensionsToArrayNames.bool\"/>\r\n      </Property>\r\n      <Property name=\"CacheMesh\" id=\"13898.CacheMesh\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13898.CacheMesh.bool\"/>\r\n      </Property>\r\n      <Property name=\"CaseType\" id=\"13898.CaseType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"13898.CaseType.enum\">\r\n          <Entry value=\"0\" text=\"Decomposed Case\"/>\r\n          <Entry value=\"1\" text=\"Reconstructed Case\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CellArrayInfo\" id=\"13898.CellArrayInfo\" number_of_elements=\"14\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"alpha.water\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"k\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"nut\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"omega\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"p\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"p_rgh\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"CellArrays\" id=\"13898.CellArrays\" number_of_elements=\"14\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"alpha.water\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"k\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"nut\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"omega\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"p\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"p_rgh\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Domain name=\"array_list\" id=\"13898.CellArrays.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CopyDataToCellZones\" id=\"13898.CopyDataToCellZones\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13898.CopyDataToCellZones.bool\"/>\r\n      </Property>\r\n      <Property name=\"CreateCellToPoint\" id=\"13898.CreateCellToPoint\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13898.CreateCellToPoint.bool\"/>\r\n      </Property>\r\n      <Property name=\"DecomposePolyhedra\" id=\"13898.DecomposePolyhedra\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13898.DecomposePolyhedra.bool\"/>\r\n      </Property>\r\n      <Property name=\"FileName\" id=\"13898.FileName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"D:\\fishchannel\\23baffles-2outlets-373.8-0.25-opt-newBC\\fishchannel.foam\"/>\r\n        <Domain name=\"files\" id=\"13898.FileName.files\"/>\r\n      </Property>\r\n      <Property name=\"LagrangianArrayInfo\" id=\"13898.LagrangianArrayInfo\"/>\r\n      <Property name=\"LagrangianArrays\" id=\"13898.LagrangianArrays\">\r\n        <Domain name=\"array_list\" id=\"13898.LagrangianArrays.array_list\"/>\r\n      </Property>\r\n      <Property name=\"ListTimeStepsByControlDict\" id=\"13898.ListTimeStepsByControlDict\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13898.ListTimeStepsByControlDict.bool\"/>\r\n      </Property>\r\n      <Property name=\"MeshRegions\" id=\"13898.MeshRegions\" number_of_elements=\"62\">\r\n        <Element index=\"0\" value=\"internalMesh\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"inlet\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"walls\"/>\r\n        <Element index=\"5\" value=\"0\"/>\r\n        <Element index=\"6\" value=\"outlet\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"atmosphere\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"outlet2\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"baffle1\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"baffle2\"/>\r\n        <Element index=\"15\" value=\"0\"/>\r\n        <Element index=\"16\" value=\"baffle3\"/>\r\n        <Element index=\"17\" value=\"0\"/>\r\n        <Element index=\"18\" value=\"baffle4\"/>\r\n        <Element index=\"19\" value=\"0\"/>\r\n        <Element index=\"20\" value=\"baffle5\"/>\r\n        <Element index=\"21\" value=\"0\"/>\r\n        <Element index=\"22\" value=\"baffle6\"/>\r\n        <Element index=\"23\" value=\"0\"/>\r\n        <Element index=\"24\" value=\"baffle7\"/>\r\n        <Element index=\"25\" value=\"0\"/>\r\n        <Element index=\"26\" value=\"baffle8\"/>\r\n        <Element index=\"27\" value=\"0\"/>\r\n        <Element index=\"28\" value=\"baffle9\"/>\r\n        <Element index=\"29\" value=\"0\"/>\r\n        <Element index=\"30\" value=\"baffle10\"/>\r\n        <Element index=\"31\" value=\"0\"/>\r\n        <Element index=\"32\" value=\"baffle11\"/>\r\n        <Element index=\"33\" value=\"0\"/>\r\n        <Element index=\"34\" value=\"baffle12\"/>\r\n        <Element index=\"35\" value=\"0\"/>\r\n        <Element index=\"36\" value=\"baffle13\"/>\r\n        <Element index=\"37\" value=\"0\"/>\r\n        <Element index=\"38\" value=\"baffle14\"/>\r\n        <Element index=\"39\" value=\"0\"/>\r\n        <Element index=\"40\" value=\"baffle15\"/>\r\n        <Element index=\"41\" value=\"0\"/>\r\n        <Element index=\"42\" value=\"baffle16\"/>\r\n        <Element index=\"43\" value=\"0\"/>\r\n        <Element index=\"44\" value=\"baffle17\"/>\r\n        <Element index=\"45\" value=\"0\"/>\r\n        <Element index=\"46\" value=\"baffle18\"/>\r\n        <Element index=\"47\" value=\"0\"/>\r\n        <Element index=\"48\" value=\"baffle19\"/>\r\n        <Element index=\"49\" value=\"0\"/>\r\n        <Element index=\"50\" value=\"baffle20\"/>\r\n        <Element index=\"51\" value=\"0\"/>\r\n        <Element index=\"52\" value=\"baffle21\"/>\r\n        <Element index=\"53\" value=\"0\"/>\r\n        <Element index=\"54\" value=\"baffle22\"/>\r\n        <Element index=\"55\" value=\"0\"/>\r\n        <Element index=\"56\" value=\"baffle23\"/>\r\n        <Element index=\"57\" value=\"0\"/>\r\n        <Element index=\"58\" value=\"baffle24\"/>\r\n        <Element index=\"59\" value=\"0\"/>\r\n        <Element index=\"60\" value=\"baffle25\"/>\r\n        <Element index=\"61\" value=\"0\"/>\r\n        <Domain name=\"array_list\" id=\"13898.MeshRegions.array_list\">\r\n          <String text=\"internalMesh\"/>\r\n          <String text=\"inlet\"/>\r\n          <String text=\"walls\"/>\r\n          <String text=\"outlet\"/>\r\n          <String text=\"atmosphere\"/>\r\n          <String text=\"outlet2\"/>\r\n          <String text=\"baffle1\"/>\r\n          <String text=\"baffle2\"/>\r\n          <String text=\"baffle3\"/>\r\n          <String text=\"baffle4\"/>\r\n          <String text=\"baffle5\"/>\r\n          <String text=\"baffle6\"/>\r\n          <String text=\"baffle7\"/>\r\n          <String text=\"baffle8\"/>\r\n          <String text=\"baffle9\"/>\r\n          <String text=\"baffle10\"/>\r\n          <String text=\"baffle11\"/>\r\n          <String text=\"baffle12\"/>\r\n          <String text=\"baffle13\"/>\r\n          <String text=\"baffle14\"/>\r\n          <String text=\"baffle15\"/>\r\n          <String text=\"baffle16\"/>\r\n          <String text=\"baffle17\"/>\r\n          <String text=\"baffle18\"/>\r\n          <String text=\"baffle19\"/>\r\n          <String text=\"baffle20\"/>\r\n          <String text=\"baffle21\"/>\r\n          <String text=\"baffle22\"/>\r\n          <String text=\"baffle23\"/>\r\n          <String text=\"baffle24\"/>\r\n          <String text=\"baffle25\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PatchArrayInfo\" id=\"13898.PatchArrayInfo\" number_of_elements=\"62\">\r\n        <Element index=\"0\" value=\"internalMesh\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"inlet\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"walls\"/>\r\n        <Element index=\"5\" value=\"0\"/>\r\n        <Element index=\"6\" value=\"outlet\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"atmosphere\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"outlet2\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"baffle1\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"baffle2\"/>\r\n        <Element index=\"15\" value=\"0\"/>\r\n        <Element index=\"16\" value=\"baffle3\"/>\r\n        <Element index=\"17\" value=\"0\"/>\r\n        <Element index=\"18\" value=\"baffle4\"/>\r\n        <Element index=\"19\" value=\"0\"/>\r\n        <Element index=\"20\" value=\"baffle5\"/>\r\n        <Element index=\"21\" value=\"0\"/>\r\n        <Element index=\"22\" value=\"baffle6\"/>\r\n        <Element index=\"23\" value=\"0\"/>\r\n        <Element index=\"24\" value=\"baffle7\"/>\r\n        <Element index=\"25\" value=\"0\"/>\r\n        <Element index=\"26\" value=\"baffle8\"/>\r\n        <Element index=\"27\" value=\"0\"/>\r\n        <Element index=\"28\" value=\"baffle9\"/>\r\n        <Element index=\"29\" value=\"0\"/>\r\n        <Element index=\"30\" value=\"baffle10\"/>\r\n        <Element index=\"31\" value=\"0\"/>\r\n        <Element index=\"32\" value=\"baffle11\"/>\r\n        <Element index=\"33\" value=\"0\"/>\r\n        <Element index=\"34\" value=\"baffle12\"/>\r\n        <Element index=\"35\" value=\"0\"/>\r\n        <Element index=\"36\" value=\"baffle13\"/>\r\n        <Element index=\"37\" value=\"0\"/>\r\n        <Element index=\"38\" value=\"baffle14\"/>\r\n        <Element index=\"39\" value=\"0\"/>\r\n        <Element index=\"40\" value=\"baffle15\"/>\r\n        <Element index=\"41\" value=\"0\"/>\r\n        <Element index=\"42\" value=\"baffle16\"/>\r\n        <Element index=\"43\" value=\"0\"/>\r\n        <Element index=\"44\" value=\"baffle17\"/>\r\n        <Element index=\"45\" value=\"0\"/>\r\n        <Element index=\"46\" value=\"baffle18\"/>\r\n        <Element index=\"47\" value=\"0\"/>\r\n        <Element index=\"48\" value=\"baffle19\"/>\r\n        <Element index=\"49\" value=\"0\"/>\r\n        <Element index=\"50\" value=\"baffle20\"/>\r\n        <Element index=\"51\" value=\"0\"/>\r\n        <Element index=\"52\" value=\"baffle21\"/>\r\n        <Element index=\"53\" value=\"0\"/>\r\n        <Element index=\"54\" value=\"baffle22\"/>\r\n        <Element index=\"55\" value=\"0\"/>\r\n        <Element index=\"56\" value=\"baffle23\"/>\r\n        <Element index=\"57\" value=\"0\"/>\r\n        <Element index=\"58\" value=\"baffle24\"/>\r\n        <Element index=\"59\" value=\"0\"/>\r\n        <Element index=\"60\" value=\"baffle25\"/>\r\n        <Element index=\"61\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"PointArrayInfo\" id=\"13898.PointArrayInfo\"/>\r\n      <Property name=\"PointArrays\" id=\"13898.PointArrays\">\r\n        <Domain name=\"array_list\" id=\"13898.PointArrays.array_list\"/>\r\n      </Property>\r\n      <Property name=\"PositionsIsIn13Format\" id=\"13898.PositionsIsIn13Format\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13898.PositionsIsIn13Format.bool\"/>\r\n      </Property>\r\n      <Property name=\"ReadZones\" id=\"13898.ReadZones\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"13898.ReadZones.bool\"/>\r\n      </Property>\r\n      <Property name=\"Refresh\" id=\"13898.Refresh\"/>\r\n      <Property name=\"SkipZeroTime\" id=\"13898.SkipZeroTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"13898.SkipZeroTime.bool\"/>\r\n      </Property>\r\n      <Property name=\"TimestepValues\" id=\"13898.TimestepValues\" number_of_elements=\"15\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Element index=\"1\" value=\"20\"/>\r\n        <Element index=\"2\" value=\"30\"/>\r\n        <Element index=\"3\" value=\"40\"/>\r\n        <Element index=\"4\" value=\"50\"/>\r\n        <Element index=\"5\" value=\"60\"/>\r\n        <Element index=\"6\" value=\"70\"/>\r\n        <Element index=\"7\" value=\"80\"/>\r\n        <Element index=\"8\" value=\"90\"/>\r\n        <Element index=\"9\" value=\"100\"/>\r\n        <Element index=\"10\" value=\"110\"/>\r\n        <Element index=\"11\" value=\"120\"/>\r\n        <Element index=\"12\" value=\"130\"/>\r\n        <Element index=\"13\" value=\"140\"/>\r\n        <Element index=\"14\" value=\"150\"/>\r\n      </Property>\r\n      <Property name=\"Use64BitFloats\" id=\"13898.Use64BitFloats\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"13898.Use64BitFloats.enum\">\r\n          <Entry value=\"0\" text=\"32-bit (SP)\"/>\r\n          <Entry value=\"1\" text=\"64-bit (DP)\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use64BitLabels\" id=\"13898.Use64BitLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"13898.Use64BitLabels.enum\">\r\n          <Entry value=\"0\" text=\"32-bit\"/>\r\n          <Entry value=\"1\" text=\"64-bit\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"OpenFOAMReader\" id=\"14389\" servers=\"1\">\r\n      <Property name=\"AddDimensionsToArrayNames\" id=\"14389.AddDimensionsToArrayNames\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14389.AddDimensionsToArrayNames.bool\"/>\r\n      </Property>\r\n      <Property name=\"CacheMesh\" id=\"14389.CacheMesh\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14389.CacheMesh.bool\"/>\r\n      </Property>\r\n      <Property name=\"CaseType\" id=\"14389.CaseType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14389.CaseType.enum\">\r\n          <Entry value=\"0\" text=\"Decomposed Case\"/>\r\n          <Entry value=\"1\" text=\"Reconstructed Case\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CellArrayInfo\" id=\"14389.CellArrayInfo\" number_of_elements=\"14\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"alpha.water\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"k\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"nut\"/>\r\n        <Element index=\"7\" value=\"1\"/>\r\n        <Element index=\"8\" value=\"omega\"/>\r\n        <Element index=\"9\" value=\"1\"/>\r\n        <Element index=\"10\" value=\"p\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"p_rgh\"/>\r\n        <Element index=\"13\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CellArrays\" id=\"14389.CellArrays\" number_of_elements=\"14\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"alpha.water\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"k\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"nut\"/>\r\n        <Element index=\"7\" value=\"1\"/>\r\n        <Element index=\"8\" value=\"omega\"/>\r\n        <Element index=\"9\" value=\"1\"/>\r\n        <Element index=\"10\" value=\"p\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"p_rgh\"/>\r\n        <Element index=\"13\" value=\"1\"/>\r\n        <Domain name=\"array_list\" id=\"14389.CellArrays.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CopyDataToCellZones\" id=\"14389.CopyDataToCellZones\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14389.CopyDataToCellZones.bool\"/>\r\n      </Property>\r\n      <Property name=\"CreateCellToPoint\" id=\"14389.CreateCellToPoint\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14389.CreateCellToPoint.bool\"/>\r\n      </Property>\r\n      <Property name=\"DecomposePolyhedra\" id=\"14389.DecomposePolyhedra\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14389.DecomposePolyhedra.bool\"/>\r\n      </Property>\r\n      <Property name=\"FileName\" id=\"14389.FileName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"D:\\fishchannel\\23baffles-2outlets-373.8-0.25-opt-newBC\\fishchannel.foam\"/>\r\n        <Domain name=\"files\" id=\"14389.FileName.files\"/>\r\n      </Property>\r\n      <Property name=\"LagrangianArrayInfo\" id=\"14389.LagrangianArrayInfo\"/>\r\n      <Property name=\"LagrangianArrays\" id=\"14389.LagrangianArrays\">\r\n        <Domain name=\"array_list\" id=\"14389.LagrangianArrays.array_list\"/>\r\n      </Property>\r\n      <Property name=\"ListTimeStepsByControlDict\" id=\"14389.ListTimeStepsByControlDict\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14389.ListTimeStepsByControlDict.bool\"/>\r\n      </Property>\r\n      <Property name=\"MeshRegions\" id=\"14389.MeshRegions\" number_of_elements=\"62\">\r\n        <Element index=\"0\" value=\"atmosphere\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"baffle1\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"baffle10\"/>\r\n        <Element index=\"5\" value=\"0\"/>\r\n        <Element index=\"6\" value=\"baffle11\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"baffle12\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"baffle13\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"baffle14\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"baffle15\"/>\r\n        <Element index=\"15\" value=\"0\"/>\r\n        <Element index=\"16\" value=\"baffle16\"/>\r\n        <Element index=\"17\" value=\"0\"/>\r\n        <Element index=\"18\" value=\"baffle17\"/>\r\n        <Element index=\"19\" value=\"0\"/>\r\n        <Element index=\"20\" value=\"baffle18\"/>\r\n        <Element index=\"21\" value=\"0\"/>\r\n        <Element index=\"22\" value=\"baffle19\"/>\r\n        <Element index=\"23\" value=\"0\"/>\r\n        <Element index=\"24\" value=\"baffle2\"/>\r\n        <Element index=\"25\" value=\"0\"/>\r\n        <Element index=\"26\" value=\"baffle20\"/>\r\n        <Element index=\"27\" value=\"0\"/>\r\n        <Element index=\"28\" value=\"baffle21\"/>\r\n        <Element index=\"29\" value=\"0\"/>\r\n        <Element index=\"30\" value=\"baffle22\"/>\r\n        <Element index=\"31\" value=\"0\"/>\r\n        <Element index=\"32\" value=\"baffle23\"/>\r\n        <Element index=\"33\" value=\"0\"/>\r\n        <Element index=\"34\" value=\"baffle24\"/>\r\n        <Element index=\"35\" value=\"0\"/>\r\n        <Element index=\"36\" value=\"baffle25\"/>\r\n        <Element index=\"37\" value=\"0\"/>\r\n        <Element index=\"38\" value=\"baffle3\"/>\r\n        <Element index=\"39\" value=\"0\"/>\r\n        <Element index=\"40\" value=\"baffle4\"/>\r\n        <Element index=\"41\" value=\"0\"/>\r\n        <Element index=\"42\" value=\"baffle5\"/>\r\n        <Element index=\"43\" value=\"0\"/>\r\n        <Element index=\"44\" value=\"baffle6\"/>\r\n        <Element index=\"45\" value=\"0\"/>\r\n        <Element index=\"46\" value=\"baffle7\"/>\r\n        <Element index=\"47\" value=\"0\"/>\r\n        <Element index=\"48\" value=\"baffle8\"/>\r\n        <Element index=\"49\" value=\"0\"/>\r\n        <Element index=\"50\" value=\"baffle9\"/>\r\n        <Element index=\"51\" value=\"0\"/>\r\n        <Element index=\"52\" value=\"inlet\"/>\r\n        <Element index=\"53\" value=\"1\"/>\r\n        <Element index=\"54\" value=\"internalMesh\"/>\r\n        <Element index=\"55\" value=\"0\"/>\r\n        <Element index=\"56\" value=\"outlet\"/>\r\n        <Element index=\"57\" value=\"1\"/>\r\n        <Element index=\"58\" value=\"outlet2\"/>\r\n        <Element index=\"59\" value=\"1\"/>\r\n        <Element index=\"60\" value=\"walls\"/>\r\n        <Element index=\"61\" value=\"1\"/>\r\n        <Domain name=\"array_list\" id=\"14389.MeshRegions.array_list\">\r\n          <String text=\"atmosphere\"/>\r\n          <String text=\"baffle1\"/>\r\n          <String text=\"baffle10\"/>\r\n          <String text=\"baffle11\"/>\r\n          <String text=\"baffle12\"/>\r\n          <String text=\"baffle13\"/>\r\n          <String text=\"baffle14\"/>\r\n          <String text=\"baffle15\"/>\r\n          <String text=\"baffle16\"/>\r\n          <String text=\"baffle17\"/>\r\n          <String text=\"baffle18\"/>\r\n          <String text=\"baffle19\"/>\r\n          <String text=\"baffle2\"/>\r\n          <String text=\"baffle20\"/>\r\n          <String text=\"baffle21\"/>\r\n          <String text=\"baffle22\"/>\r\n          <String text=\"baffle23\"/>\r\n          <String text=\"baffle24\"/>\r\n          <String text=\"baffle25\"/>\r\n          <String text=\"baffle3\"/>\r\n          <String text=\"baffle4\"/>\r\n          <String text=\"baffle5\"/>\r\n          <String text=\"baffle6\"/>\r\n          <String text=\"baffle7\"/>\r\n          <String text=\"baffle8\"/>\r\n          <String text=\"baffle9\"/>\r\n          <String text=\"inlet\"/>\r\n          <String text=\"internalMesh\"/>\r\n          <String text=\"outlet\"/>\r\n          <String text=\"outlet2\"/>\r\n          <String text=\"walls\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PatchArrayInfo\" id=\"14389.PatchArrayInfo\" number_of_elements=\"62\">\r\n        <Element index=\"0\" value=\"atmosphere\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"baffle1\"/>\r\n        <Element index=\"3\" value=\"0\"/>\r\n        <Element index=\"4\" value=\"baffle10\"/>\r\n        <Element index=\"5\" value=\"0\"/>\r\n        <Element index=\"6\" value=\"baffle11\"/>\r\n        <Element index=\"7\" value=\"0\"/>\r\n        <Element index=\"8\" value=\"baffle12\"/>\r\n        <Element index=\"9\" value=\"0\"/>\r\n        <Element index=\"10\" value=\"baffle13\"/>\r\n        <Element index=\"11\" value=\"0\"/>\r\n        <Element index=\"12\" value=\"baffle14\"/>\r\n        <Element index=\"13\" value=\"0\"/>\r\n        <Element index=\"14\" value=\"baffle15\"/>\r\n        <Element index=\"15\" value=\"0\"/>\r\n        <Element index=\"16\" value=\"baffle16\"/>\r\n        <Element index=\"17\" value=\"0\"/>\r\n        <Element index=\"18\" value=\"baffle17\"/>\r\n        <Element index=\"19\" value=\"0\"/>\r\n        <Element index=\"20\" value=\"baffle18\"/>\r\n        <Element index=\"21\" value=\"0\"/>\r\n        <Element index=\"22\" value=\"baffle19\"/>\r\n        <Element index=\"23\" value=\"0\"/>\r\n        <Element index=\"24\" value=\"baffle2\"/>\r\n        <Element index=\"25\" value=\"0\"/>\r\n        <Element index=\"26\" value=\"baffle20\"/>\r\n        <Element index=\"27\" value=\"0\"/>\r\n        <Element index=\"28\" value=\"baffle21\"/>\r\n        <Element index=\"29\" value=\"0\"/>\r\n        <Element index=\"30\" value=\"baffle22\"/>\r\n        <Element index=\"31\" value=\"0\"/>\r\n        <Element index=\"32\" value=\"baffle23\"/>\r\n        <Element index=\"33\" value=\"0\"/>\r\n        <Element index=\"34\" value=\"baffle24\"/>\r\n        <Element index=\"35\" value=\"0\"/>\r\n        <Element index=\"36\" value=\"baffle25\"/>\r\n        <Element index=\"37\" value=\"0\"/>\r\n        <Element index=\"38\" value=\"baffle3\"/>\r\n        <Element index=\"39\" value=\"0\"/>\r\n        <Element index=\"40\" value=\"baffle4\"/>\r\n        <Element index=\"41\" value=\"0\"/>\r\n        <Element index=\"42\" value=\"baffle5\"/>\r\n        <Element index=\"43\" value=\"0\"/>\r\n        <Element index=\"44\" value=\"baffle6\"/>\r\n        <Element index=\"45\" value=\"0\"/>\r\n        <Element index=\"46\" value=\"baffle7\"/>\r\n        <Element index=\"47\" value=\"0\"/>\r\n        <Element index=\"48\" value=\"baffle8\"/>\r\n        <Element index=\"49\" value=\"0\"/>\r\n        <Element index=\"50\" value=\"baffle9\"/>\r\n        <Element index=\"51\" value=\"0\"/>\r\n        <Element index=\"52\" value=\"inlet\"/>\r\n        <Element index=\"53\" value=\"1\"/>\r\n        <Element index=\"54\" value=\"internalMesh\"/>\r\n        <Element index=\"55\" value=\"0\"/>\r\n        <Element index=\"56\" value=\"outlet\"/>\r\n        <Element index=\"57\" value=\"1\"/>\r\n        <Element index=\"58\" value=\"outlet2\"/>\r\n        <Element index=\"59\" value=\"1\"/>\r\n        <Element index=\"60\" value=\"walls\"/>\r\n        <Element index=\"61\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"PointArrayInfo\" id=\"14389.PointArrayInfo\"/>\r\n      <Property name=\"PointArrays\" id=\"14389.PointArrays\">\r\n        <Domain name=\"array_list\" id=\"14389.PointArrays.array_list\"/>\r\n      </Property>\r\n      <Property name=\"PositionsIsIn13Format\" id=\"14389.PositionsIsIn13Format\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14389.PositionsIsIn13Format.bool\"/>\r\n      </Property>\r\n      <Property name=\"ReadZones\" id=\"14389.ReadZones\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14389.ReadZones.bool\"/>\r\n      </Property>\r\n      <Property name=\"Refresh\" id=\"14389.Refresh\"/>\r\n      <Property name=\"SkipZeroTime\" id=\"14389.SkipZeroTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14389.SkipZeroTime.bool\"/>\r\n      </Property>\r\n      <Property name=\"TimestepValues\" id=\"14389.TimestepValues\" number_of_elements=\"15\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Element index=\"1\" value=\"20\"/>\r\n        <Element index=\"2\" value=\"30\"/>\r\n        <Element index=\"3\" value=\"40\"/>\r\n        <Element index=\"4\" value=\"50\"/>\r\n        <Element index=\"5\" value=\"60\"/>\r\n        <Element index=\"6\" value=\"70\"/>\r\n        <Element index=\"7\" value=\"80\"/>\r\n        <Element index=\"8\" value=\"90\"/>\r\n        <Element index=\"9\" value=\"100\"/>\r\n        <Element index=\"10\" value=\"110\"/>\r\n        <Element index=\"11\" value=\"120\"/>\r\n        <Element index=\"12\" value=\"130\"/>\r\n        <Element index=\"13\" value=\"140\"/>\r\n        <Element index=\"14\" value=\"150\"/>\r\n      </Property>\r\n      <Property name=\"Use64BitFloats\" id=\"14389.Use64BitFloats\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14389.Use64BitFloats.enum\">\r\n          <Entry value=\"0\" text=\"32-bit (SP)\"/>\r\n          <Entry value=\"1\" text=\"64-bit (DP)\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use64BitLabels\" id=\"14389.Use64BitLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14389.Use64BitLabels.enum\">\r\n          <Entry value=\"0\" text=\"32-bit\"/>\r\n          <Entry value=\"1\" text=\"64-bit\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"sources\" type=\"OpenFOAMReader\" id=\"14875\" servers=\"1\">\r\n      <Property name=\"AddDimensionsToArrayNames\" id=\"14875.AddDimensionsToArrayNames\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14875.AddDimensionsToArrayNames.bool\"/>\r\n      </Property>\r\n      <Property name=\"CacheMesh\" id=\"14875.CacheMesh\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14875.CacheMesh.bool\"/>\r\n      </Property>\r\n      <Property name=\"CaseType\" id=\"14875.CaseType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14875.CaseType.enum\">\r\n          <Entry value=\"0\" text=\"Decomposed Case\"/>\r\n          <Entry value=\"1\" text=\"Reconstructed Case\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CellArrayInfo\" id=\"14875.CellArrayInfo\" number_of_elements=\"14\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"alpha.water\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"k\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"nut\"/>\r\n        <Element index=\"7\" value=\"1\"/>\r\n        <Element index=\"8\" value=\"omega\"/>\r\n        <Element index=\"9\" value=\"1\"/>\r\n        <Element index=\"10\" value=\"p\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"p_rgh\"/>\r\n        <Element index=\"13\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CellArrays\" id=\"14875.CellArrays\" number_of_elements=\"14\">\r\n        <Element index=\"0\" value=\"U\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"alpha.water\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"k\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"nut\"/>\r\n        <Element index=\"7\" value=\"1\"/>\r\n        <Element index=\"8\" value=\"omega\"/>\r\n        <Element index=\"9\" value=\"1\"/>\r\n        <Element index=\"10\" value=\"p\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"p_rgh\"/>\r\n        <Element index=\"13\" value=\"1\"/>\r\n        <Domain name=\"array_list\" id=\"14875.CellArrays.array_list\">\r\n          <String text=\"U\"/>\r\n          <String text=\"alpha.water\"/>\r\n          <String text=\"k\"/>\r\n          <String text=\"nut\"/>\r\n          <String text=\"omega\"/>\r\n          <String text=\"p\"/>\r\n          <String text=\"p_rgh\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"CopyDataToCellZones\" id=\"14875.CopyDataToCellZones\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14875.CopyDataToCellZones.bool\"/>\r\n      </Property>\r\n      <Property name=\"CreateCellToPoint\" id=\"14875.CreateCellToPoint\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14875.CreateCellToPoint.bool\"/>\r\n      </Property>\r\n      <Property name=\"DecomposePolyhedra\" id=\"14875.DecomposePolyhedra\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14875.DecomposePolyhedra.bool\"/>\r\n      </Property>\r\n      <Property name=\"FileName\" id=\"14875.FileName\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"D:\\fishchannel\\23baffles-2outlets-373.8-0.25-opt-newBC\\fishchannel.foam\"/>\r\n        <Domain name=\"files\" id=\"14875.FileName.files\"/>\r\n      </Property>\r\n      <Property name=\"LagrangianArrayInfo\" id=\"14875.LagrangianArrayInfo\"/>\r\n      <Property name=\"LagrangianArrays\" id=\"14875.LagrangianArrays\">\r\n        <Domain name=\"array_list\" id=\"14875.LagrangianArrays.array_list\"/>\r\n      </Property>\r\n      <Property name=\"ListTimeStepsByControlDict\" id=\"14875.ListTimeStepsByControlDict\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14875.ListTimeStepsByControlDict.bool\"/>\r\n      </Property>\r\n      <Property name=\"MeshRegions\" id=\"14875.MeshRegions\" number_of_elements=\"62\">\r\n        <Element index=\"0\" value=\"atmosphere\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"baffle1\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"baffle10\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"baffle11\"/>\r\n        <Element index=\"7\" value=\"1\"/>\r\n        <Element index=\"8\" value=\"baffle12\"/>\r\n        <Element index=\"9\" value=\"1\"/>\r\n        <Element index=\"10\" value=\"baffle13\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"baffle14\"/>\r\n        <Element index=\"13\" value=\"1\"/>\r\n        <Element index=\"14\" value=\"baffle15\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n        <Element index=\"16\" value=\"baffle16\"/>\r\n        <Element index=\"17\" value=\"1\"/>\r\n        <Element index=\"18\" value=\"baffle17\"/>\r\n        <Element index=\"19\" value=\"1\"/>\r\n        <Element index=\"20\" value=\"baffle18\"/>\r\n        <Element index=\"21\" value=\"1\"/>\r\n        <Element index=\"22\" value=\"baffle19\"/>\r\n        <Element index=\"23\" value=\"1\"/>\r\n        <Element index=\"24\" value=\"baffle2\"/>\r\n        <Element index=\"25\" value=\"1\"/>\r\n        <Element index=\"26\" value=\"baffle20\"/>\r\n        <Element index=\"27\" value=\"1\"/>\r\n        <Element index=\"28\" value=\"baffle21\"/>\r\n        <Element index=\"29\" value=\"1\"/>\r\n        <Element index=\"30\" value=\"baffle22\"/>\r\n        <Element index=\"31\" value=\"1\"/>\r\n        <Element index=\"32\" value=\"baffle23\"/>\r\n        <Element index=\"33\" value=\"1\"/>\r\n        <Element index=\"34\" value=\"baffle24\"/>\r\n        <Element index=\"35\" value=\"1\"/>\r\n        <Element index=\"36\" value=\"baffle25\"/>\r\n        <Element index=\"37\" value=\"1\"/>\r\n        <Element index=\"38\" value=\"baffle3\"/>\r\n        <Element index=\"39\" value=\"1\"/>\r\n        <Element index=\"40\" value=\"baffle4\"/>\r\n        <Element index=\"41\" value=\"1\"/>\r\n        <Element index=\"42\" value=\"baffle5\"/>\r\n        <Element index=\"43\" value=\"1\"/>\r\n        <Element index=\"44\" value=\"baffle6\"/>\r\n        <Element index=\"45\" value=\"1\"/>\r\n        <Element index=\"46\" value=\"baffle7\"/>\r\n        <Element index=\"47\" value=\"1\"/>\r\n        <Element index=\"48\" value=\"baffle8\"/>\r\n        <Element index=\"49\" value=\"1\"/>\r\n        <Element index=\"50\" value=\"baffle9\"/>\r\n        <Element index=\"51\" value=\"1\"/>\r\n        <Element index=\"52\" value=\"inlet\"/>\r\n        <Element index=\"53\" value=\"0\"/>\r\n        <Element index=\"54\" value=\"internalMesh\"/>\r\n        <Element index=\"55\" value=\"0\"/>\r\n        <Element index=\"56\" value=\"outlet\"/>\r\n        <Element index=\"57\" value=\"0\"/>\r\n        <Element index=\"58\" value=\"outlet2\"/>\r\n        <Element index=\"59\" value=\"0\"/>\r\n        <Element index=\"60\" value=\"walls\"/>\r\n        <Element index=\"61\" value=\"0\"/>\r\n        <Domain name=\"array_list\" id=\"14875.MeshRegions.array_list\">\r\n          <String text=\"atmosphere\"/>\r\n          <String text=\"baffle1\"/>\r\n          <String text=\"baffle10\"/>\r\n          <String text=\"baffle11\"/>\r\n          <String text=\"baffle12\"/>\r\n          <String text=\"baffle13\"/>\r\n          <String text=\"baffle14\"/>\r\n          <String text=\"baffle15\"/>\r\n          <String text=\"baffle16\"/>\r\n          <String text=\"baffle17\"/>\r\n          <String text=\"baffle18\"/>\r\n          <String text=\"baffle19\"/>\r\n          <String text=\"baffle2\"/>\r\n          <String text=\"baffle20\"/>\r\n          <String text=\"baffle21\"/>\r\n          <String text=\"baffle22\"/>\r\n          <String text=\"baffle23\"/>\r\n          <String text=\"baffle24\"/>\r\n          <String text=\"baffle25\"/>\r\n          <String text=\"baffle3\"/>\r\n          <String text=\"baffle4\"/>\r\n          <String text=\"baffle5\"/>\r\n          <String text=\"baffle6\"/>\r\n          <String text=\"baffle7\"/>\r\n          <String text=\"baffle8\"/>\r\n          <String text=\"baffle9\"/>\r\n          <String text=\"inlet\"/>\r\n          <String text=\"internalMesh\"/>\r\n          <String text=\"outlet\"/>\r\n          <String text=\"outlet2\"/>\r\n          <String text=\"walls\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"PatchArrayInfo\" id=\"14875.PatchArrayInfo\" number_of_elements=\"62\">\r\n        <Element index=\"0\" value=\"atmosphere\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"baffle1\"/>\r\n        <Element index=\"3\" value=\"1\"/>\r\n        <Element index=\"4\" value=\"baffle10\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"baffle11\"/>\r\n        <Element index=\"7\" value=\"1\"/>\r\n        <Element index=\"8\" value=\"baffle12\"/>\r\n        <Element index=\"9\" value=\"1\"/>\r\n        <Element index=\"10\" value=\"baffle13\"/>\r\n        <Element index=\"11\" value=\"1\"/>\r\n        <Element index=\"12\" value=\"baffle14\"/>\r\n        <Element index=\"13\" value=\"1\"/>\r\n        <Element index=\"14\" value=\"baffle15\"/>\r\n        <Element index=\"15\" value=\"1\"/>\r\n        <Element index=\"16\" value=\"baffle16\"/>\r\n        <Element index=\"17\" value=\"1\"/>\r\n        <Element index=\"18\" value=\"baffle17\"/>\r\n        <Element index=\"19\" value=\"1\"/>\r\n        <Element index=\"20\" value=\"baffle18\"/>\r\n        <Element index=\"21\" value=\"1\"/>\r\n        <Element index=\"22\" value=\"baffle19\"/>\r\n        <Element index=\"23\" value=\"1\"/>\r\n        <Element index=\"24\" value=\"baffle2\"/>\r\n        <Element index=\"25\" value=\"1\"/>\r\n        <Element index=\"26\" value=\"baffle20\"/>\r\n        <Element index=\"27\" value=\"1\"/>\r\n        <Element index=\"28\" value=\"baffle21\"/>\r\n        <Element index=\"29\" value=\"1\"/>\r\n        <Element index=\"30\" value=\"baffle22\"/>\r\n        <Element index=\"31\" value=\"1\"/>\r\n        <Element index=\"32\" value=\"baffle23\"/>\r\n        <Element index=\"33\" value=\"1\"/>\r\n        <Element index=\"34\" value=\"baffle24\"/>\r\n        <Element index=\"35\" value=\"1\"/>\r\n        <Element index=\"36\" value=\"baffle25\"/>\r\n        <Element index=\"37\" value=\"1\"/>\r\n        <Element index=\"38\" value=\"baffle3\"/>\r\n        <Element index=\"39\" value=\"1\"/>\r\n        <Element index=\"40\" value=\"baffle4\"/>\r\n        <Element index=\"41\" value=\"1\"/>\r\n        <Element index=\"42\" value=\"baffle5\"/>\r\n        <Element index=\"43\" value=\"1\"/>\r\n        <Element index=\"44\" value=\"baffle6\"/>\r\n        <Element index=\"45\" value=\"1\"/>\r\n        <Element index=\"46\" value=\"baffle7\"/>\r\n        <Element index=\"47\" value=\"1\"/>\r\n        <Element index=\"48\" value=\"baffle8\"/>\r\n        <Element index=\"49\" value=\"1\"/>\r\n        <Element index=\"50\" value=\"baffle9\"/>\r\n        <Element index=\"51\" value=\"1\"/>\r\n        <Element index=\"52\" value=\"inlet\"/>\r\n        <Element index=\"53\" value=\"0\"/>\r\n        <Element index=\"54\" value=\"internalMesh\"/>\r\n        <Element index=\"55\" value=\"0\"/>\r\n        <Element index=\"56\" value=\"outlet\"/>\r\n        <Element index=\"57\" value=\"0\"/>\r\n        <Element index=\"58\" value=\"outlet2\"/>\r\n        <Element index=\"59\" value=\"0\"/>\r\n        <Element index=\"60\" value=\"walls\"/>\r\n        <Element index=\"61\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"PointArrayInfo\" id=\"14875.PointArrayInfo\"/>\r\n      <Property name=\"PointArrays\" id=\"14875.PointArrays\">\r\n        <Domain name=\"array_list\" id=\"14875.PointArrays.array_list\"/>\r\n      </Property>\r\n      <Property name=\"PositionsIsIn13Format\" id=\"14875.PositionsIsIn13Format\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14875.PositionsIsIn13Format.bool\"/>\r\n      </Property>\r\n      <Property name=\"ReadZones\" id=\"14875.ReadZones\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"14875.ReadZones.bool\"/>\r\n      </Property>\r\n      <Property name=\"Refresh\" id=\"14875.Refresh\"/>\r\n      <Property name=\"SkipZeroTime\" id=\"14875.SkipZeroTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"14875.SkipZeroTime.bool\"/>\r\n      </Property>\r\n      <Property name=\"TimestepValues\" id=\"14875.TimestepValues\" number_of_elements=\"15\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Element index=\"1\" value=\"20\"/>\r\n        <Element index=\"2\" value=\"30\"/>\r\n        <Element index=\"3\" value=\"40\"/>\r\n        <Element index=\"4\" value=\"50\"/>\r\n        <Element index=\"5\" value=\"60\"/>\r\n        <Element index=\"6\" value=\"70\"/>\r\n        <Element index=\"7\" value=\"80\"/>\r\n        <Element index=\"8\" value=\"90\"/>\r\n        <Element index=\"9\" value=\"100\"/>\r\n        <Element index=\"10\" value=\"110\"/>\r\n        <Element index=\"11\" value=\"120\"/>\r\n        <Element index=\"12\" value=\"130\"/>\r\n        <Element index=\"13\" value=\"140\"/>\r\n        <Element index=\"14\" value=\"150\"/>\r\n      </Property>\r\n      <Property name=\"Use64BitFloats\" id=\"14875.Use64BitFloats\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"14875.Use64BitFloats.enum\">\r\n          <Entry value=\"0\" text=\"32-bit (SP)\"/>\r\n          <Entry value=\"1\" text=\"64-bit (DP)\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Use64BitLabels\" id=\"14875.Use64BitLabels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"14875.Use64BitLabels.enum\">\r\n          <Entry value=\"0\" text=\"32-bit\"/>\r\n          <Entry value=\"1\" text=\"64-bit\"/>\r\n        </Domain>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"misc\" type=\"TimeKeeper\" id=\"256\" servers=\"16\">\r\n      <Property name=\"SuppressedTimeSources\" id=\"256.SuppressedTimeSources\"/>\r\n      <Property name=\"Time\" id=\"256.Time\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"150\"/>\r\n        <Domain name=\"range\" id=\"256.Time.range\"/>\r\n      </Property>\r\n      <Property name=\"TimeLabel\" id=\"256.TimeLabel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"Time\"/>\r\n      </Property>\r\n      <Property name=\"TimeRange\" id=\"256.TimeRange\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Element index=\"1\" value=\"150\"/>\r\n      </Property>\r\n      <Property name=\"TimeSources\" id=\"256.TimeSources\" number_of_elements=\"5\">\r\n        <Proxy value=\"13898\"/>\r\n        <Proxy value=\"14157\"/>\r\n        <Proxy value=\"14389\"/>\r\n        <Proxy value=\"14651\"/>\r\n        <Proxy value=\"14875\"/>\r\n      </Property>\r\n      <Property name=\"TimestepValues\" id=\"256.TimestepValues\" number_of_elements=\"15\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Element index=\"1\" value=\"20\"/>\r\n        <Element index=\"2\" value=\"30\"/>\r\n        <Element index=\"3\" value=\"40\"/>\r\n        <Element index=\"4\" value=\"50\"/>\r\n        <Element index=\"5\" value=\"60\"/>\r\n        <Element index=\"6\" value=\"70\"/>\r\n        <Element index=\"7\" value=\"80\"/>\r\n        <Element index=\"8\" value=\"90\"/>\r\n        <Element index=\"9\" value=\"100\"/>\r\n        <Element index=\"10\" value=\"110\"/>\r\n        <Element index=\"11\" value=\"120\"/>\r\n        <Element index=\"12\" value=\"130\"/>\r\n        <Element index=\"13\" value=\"140\"/>\r\n        <Element index=\"14\" value=\"150\"/>\r\n      </Property>\r\n      <Property name=\"Views\" id=\"256.Views\" number_of_elements=\"1\">\r\n        <Proxy value=\"15082\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <Proxy group=\"views\" type=\"RenderView\" id=\"15082\" servers=\"21\">\r\n      <Property name=\"AdditionalLights\" id=\"15082.AdditionalLights\"/>\r\n      <Property name=\"AlphaBitPlanes\" id=\"15082.AlphaBitPlanes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.AlphaBitPlanes.bool\"/>\r\n      </Property>\r\n      <Property name=\"AmbientSamples\" id=\"15082.AmbientSamples\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15082.AmbientSamples.range\"/>\r\n      </Property>\r\n      <Property name=\"AnnotationColor\" id=\"15082.AnnotationColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"ArrayComponentToDraw\" id=\"15082.ArrayComponentToDraw\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15082.ArrayComponentToDraw.range\"/>\r\n      </Property>\r\n      <Property name=\"ArrayNameToDraw\" id=\"15082.ArrayNameToDraw\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"\"/>\r\n      </Property>\r\n      <Property name=\"ArrayNumberToDraw\" id=\"15082.ArrayNumberToDraw\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15082.ArrayNumberToDraw.range\"/>\r\n      </Property>\r\n      <Property name=\"AxesGrid\" id=\"15082.AxesGrid\" number_of_elements=\"1\">\r\n        <Proxy value=\"13878\"/>\r\n        <Domain name=\"proxy_list\" id=\"15082.AxesGrid.proxy_list\">\r\n          <Proxy value=\"13878\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BackLightAzimuth\" id=\"15082.BackLightAzimuth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"110\"/>\r\n        <Domain name=\"range\" id=\"15082.BackLightAzimuth.range\"/>\r\n      </Property>\r\n      <Property name=\"BackLightElevation\" id=\"15082.BackLightElevation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15082.BackLightElevation.range\"/>\r\n      </Property>\r\n      <Property name=\"BackLightK:B Ratio\" id=\"15082.BackLightK:B Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3.5\"/>\r\n        <Domain name=\"range\" id=\"15082.BackLightK:B Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"BackLightWarmth\" id=\"15082.BackLightWarmth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"15082.BackLightWarmth.range\"/>\r\n      </Property>\r\n      <Property name=\"Background\" id=\"15082.Background\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.32\"/>\r\n        <Element index=\"1\" value=\"0.34\"/>\r\n        <Element index=\"2\" value=\"0.43\"/>\r\n        <Domain name=\"range\" id=\"15082.Background.range\"/>\r\n      </Property>\r\n      <Property name=\"Background2\" id=\"15082.Background2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.165\"/>\r\n        <Domain name=\"range\" id=\"15082.Background2.range\"/>\r\n      </Property>\r\n      <Property name=\"BackgroundEast\" id=\"15082.BackgroundEast\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"BackgroundMode\" id=\"15082.BackgroundMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"enum\" id=\"15082.BackgroundMode.enum\">\r\n          <Entry value=\"1\" text=\"Backplate\"/>\r\n          <Entry value=\"2\" text=\"Environment\"/>\r\n          <Entry value=\"3\" text=\"Both\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"BackgroundNorth\" id=\"15082.BackgroundNorth\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"BackgroundTexture\" id=\"15082.BackgroundTexture\">\r\n        <Domain name=\"groups\" id=\"15082.BackgroundTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"BeginValueCapture\" id=\"15082.BeginValueCapture\"/>\r\n      <Property name=\"Bias\" id=\"15082.Bias\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.01\"/>\r\n      </Property>\r\n      <Property name=\"Blur\" id=\"15082.Blur\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.Blur.bool\"/>\r\n      </Property>\r\n      <Property name=\"CacheKey\" id=\"15082.CacheKey\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15082.CacheKey.range\"/>\r\n      </Property>\r\n      <Property name=\"Camera2DManipulators\" id=\"15082.Camera2DManipulators\" number_of_elements=\"9\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"3\"/>\r\n        <Element index=\"2\" value=\"2\"/>\r\n        <Element index=\"3\" value=\"2\"/>\r\n        <Element index=\"4\" value=\"2\"/>\r\n        <Element index=\"5\" value=\"6\"/>\r\n        <Element index=\"6\" value=\"3\"/>\r\n        <Element index=\"7\" value=\"1\"/>\r\n        <Element index=\"8\" value=\"4\"/>\r\n        <Domain name=\"enum\" id=\"15082.Camera2DManipulators.enum\">\r\n          <Entry value=\"0\" text=\"None\"/>\r\n          <Entry value=\"1\" text=\"Pan\"/>\r\n          <Entry value=\"2\" text=\"Zoom\"/>\r\n          <Entry value=\"3\" text=\"Roll\"/>\r\n          <Entry value=\"4\" text=\"Rotate\"/>\r\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Camera2DMouseWheelMotionFactor\" id=\"15082.Camera2DMouseWheelMotionFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.Camera2DMouseWheelMotionFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"Camera3DManipulators\" id=\"15082.Camera3DManipulators\" number_of_elements=\"9\">\r\n        <Element index=\"0\" value=\"4\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"2\"/>\r\n        <Element index=\"3\" value=\"3\"/>\r\n        <Element index=\"4\" value=\"4\"/>\r\n        <Element index=\"5\" value=\"1\"/>\r\n        <Element index=\"6\" value=\"2\"/>\r\n        <Element index=\"7\" value=\"4\"/>\r\n        <Element index=\"8\" value=\"6\"/>\r\n        <Domain name=\"enum\" id=\"15082.Camera3DManipulators.enum\">\r\n          <Entry value=\"0\" text=\"None\"/>\r\n          <Entry value=\"1\" text=\"Pan\"/>\r\n          <Entry value=\"2\" text=\"Zoom\"/>\r\n          <Entry value=\"3\" text=\"Roll\"/>\r\n          <Entry value=\"4\" text=\"Rotate\"/>\r\n          <Entry value=\"5\" text=\"Multi-Rotate\"/>\r\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Camera3DMouseWheelMotionFactor\" id=\"15082.Camera3DMouseWheelMotionFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.Camera3DMouseWheelMotionFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"CameraParallelProjection\" id=\"15082.CameraParallelProjection\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.CameraParallelProjection.bool\"/>\r\n      </Property>\r\n      <Property name=\"CaptureValuesFloat\" id=\"15082.CaptureValuesFloat\"/>\r\n      <Property name=\"CaptureZBuffer\" id=\"15082.CaptureZBuffer\"/>\r\n      <Property name=\"CenterAxesVisibility\" id=\"15082.CenterAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.CenterAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"CenterOfRotation\" id=\"15082.CenterOfRotation\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"60.5\"/>\r\n        <Element index=\"1\" value=\"0.5\"/>\r\n        <Element index=\"2\" value=\"373.6803741455078\"/>\r\n      </Property>\r\n      <Property name=\"CollectGeometryThreshold\" id=\"15082.CollectGeometryThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"100\"/>\r\n      </Property>\r\n      <Property name=\"CompressorConfig\" id=\"15082.CompressorConfig\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"vtkLZ4Compressor 0 3\"/>\r\n      </Property>\r\n      <Property name=\"Contrast\" id=\"15082.Contrast\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1.6773\"/>\r\n      </Property>\r\n      <Property name=\"Denoise\" id=\"15082.Denoise\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.Denoise.bool\"/>\r\n      </Property>\r\n      <Property name=\"DepthPeeling\" id=\"15082.DepthPeeling\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.DepthPeeling.bool\"/>\r\n      </Property>\r\n      <Property name=\"DepthPeelingForVolumes\" id=\"15082.DepthPeelingForVolumes\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.DepthPeelingForVolumes.bool\"/>\r\n      </Property>\r\n      <Property name=\"DrawCells\" id=\"15082.DrawCells\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.DrawCells.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableOSPRay\" id=\"15082.EnableOSPRay\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.EnableOSPRay.bool\"/>\r\n      </Property>\r\n      <Property name=\"EnableRenderOnInteraction\" id=\"15082.EnableRenderOnInteraction\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.EnableRenderOnInteraction.bool\"/>\r\n      </Property>\r\n      <Property name=\"EndValueCapture\" id=\"15082.EndValueCapture\"/>\r\n      <Property name=\"EnvironmentalBG\" id=\"15082.EnvironmentalBG\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0.329\"/>\r\n        <Element index=\"1\" value=\"0.349\"/>\r\n        <Element index=\"2\" value=\"0.427\"/>\r\n        <Domain name=\"range\" id=\"15082.EnvironmentalBG.range\"/>\r\n      </Property>\r\n      <Property name=\"EnvironmentalBG2\" id=\"15082.EnvironmentalBG2\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"0\"/>\r\n        <Element index=\"2\" value=\"0.165\"/>\r\n        <Domain name=\"range\" id=\"15082.EnvironmentalBG2.range\"/>\r\n      </Property>\r\n      <Property name=\"EnvironmentalBGTexture\" id=\"15082.EnvironmentalBGTexture\">\r\n        <Domain name=\"groups\" id=\"15082.EnvironmentalBGTexture.groups\"/>\r\n      </Property>\r\n      <Property name=\"Exposure\" id=\"15082.Exposure\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.Exposure.range\"/>\r\n      </Property>\r\n      <Property name=\"FXAAEndpointSearchIterations\" id=\"15082.FXAAEndpointSearchIterations\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"12\"/>\r\n      </Property>\r\n      <Property name=\"FXAAHardContrastThreshold\" id=\"15082.FXAAHardContrastThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.045\"/>\r\n      </Property>\r\n      <Property name=\"FXAARelativeContrastThreshold\" id=\"15082.FXAARelativeContrastThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.125\"/>\r\n      </Property>\r\n      <Property name=\"FXAASubpixelBlendLimit\" id=\"15082.FXAASubpixelBlendLimit\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.75\"/>\r\n      </Property>\r\n      <Property name=\"FXAASubpixelContrastThreshold\" id=\"15082.FXAASubpixelContrastThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.25\"/>\r\n      </Property>\r\n      <Property name=\"FXAAUseHighQualityEndpoints\" id=\"15082.FXAAUseHighQualityEndpoints\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.FXAAUseHighQualityEndpoints.bool\"/>\r\n      </Property>\r\n      <Property name=\"FillLightAzimuth\" id=\"15082.FillLightAzimuth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"-10\"/>\r\n        <Domain name=\"range\" id=\"15082.FillLightAzimuth.range\"/>\r\n      </Property>\r\n      <Property name=\"FillLightElevation\" id=\"15082.FillLightElevation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"-75\"/>\r\n        <Domain name=\"range\" id=\"15082.FillLightElevation.range\"/>\r\n      </Property>\r\n      <Property name=\"FillLightK:F Ratio\" id=\"15082.FillLightK:F Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n        <Domain name=\"range\" id=\"15082.FillLightK:F Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"FillLightWarmth\" id=\"15082.FillLightWarmth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.4\"/>\r\n        <Domain name=\"range\" id=\"15082.FillLightWarmth.range\"/>\r\n      </Property>\r\n      <Property name=\"GenericFilmicPresets\" id=\"15082.GenericFilmicPresets\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"HdrMax\" id=\"15082.HdrMax\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"11.0785\"/>\r\n      </Property>\r\n      <Property name=\"HeadLightK:H Ratio\" id=\"15082.HeadLightK:H Ratio\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n        <Domain name=\"range\" id=\"15082.HeadLightK:H Ratio.range\"/>\r\n      </Property>\r\n      <Property name=\"HeadLightWarmth\" id=\"15082.HeadLightWarmth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"15082.HeadLightWarmth.range\"/>\r\n      </Property>\r\n      <Property name=\"HiddenLineRemoval\" id=\"15082.HiddenLineRemoval\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.HiddenLineRemoval.bool\"/>\r\n      </Property>\r\n      <Property name=\"ImageReductionFactor\" id=\"15082.ImageReductionFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"15082.ImageReductionFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"InteractionMode\" id=\"15082.InteractionMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15082.InteractionMode.enum\">\r\n          <Entry value=\"0\" text=\"3D\"/>\r\n          <Entry value=\"1\" text=\"2D\"/>\r\n          <Entry value=\"2\" text=\"Selection\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"KernelSize\" id=\"15082.KernelSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"32\"/>\r\n      </Property>\r\n      <Property name=\"KeyLightAzimuth\" id=\"15082.KeyLightAzimuth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"10\"/>\r\n        <Domain name=\"range\" id=\"15082.KeyLightAzimuth.range\"/>\r\n      </Property>\r\n      <Property name=\"KeyLightElevation\" id=\"15082.KeyLightElevation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"50\"/>\r\n        <Domain name=\"range\" id=\"15082.KeyLightElevation.range\"/>\r\n      </Property>\r\n      <Property name=\"KeyLightIntensity\" id=\"15082.KeyLightIntensity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.75\"/>\r\n        <Domain name=\"range\" id=\"15082.KeyLightIntensity.range\"/>\r\n      </Property>\r\n      <Property name=\"KeyLightWarmth\" id=\"15082.KeyLightWarmth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.6\"/>\r\n        <Domain name=\"range\" id=\"15082.KeyLightWarmth.range\"/>\r\n      </Property>\r\n      <Property name=\"LODResolution\" id=\"15082.LODResolution\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n        <Domain name=\"range\" id=\"15082.LODResolution.range\"/>\r\n      </Property>\r\n      <Property name=\"LODThreshold\" id=\"15082.LODThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"20\"/>\r\n        <Domain name=\"range\" id=\"15082.LODThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"LightScale\" id=\"15082.LightScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.LightScale.range\"/>\r\n      </Property>\r\n      <Property name=\"LockBounds\" id=\"15082.LockBounds\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.LockBounds.bool\"/>\r\n      </Property>\r\n      <Property name=\"MaintainLuminance\" id=\"15082.MaintainLuminance\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.MaintainLuminance.bool\"/>\r\n      </Property>\r\n      <Property name=\"MaxClipBounds\" id=\"15082.MaxClipBounds\" number_of_elements=\"6\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"-1\"/>\r\n        <Element index=\"2\" value=\"0\"/>\r\n        <Element index=\"3\" value=\"-1\"/>\r\n        <Element index=\"4\" value=\"0\"/>\r\n        <Element index=\"5\" value=\"-1\"/>\r\n        <Domain name=\"range\" id=\"15082.MaxClipBounds.range\"/>\r\n      </Property>\r\n      <Property name=\"MaxFrames\" id=\"15082.MaxFrames\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.MaxFrames.range\"/>\r\n      </Property>\r\n      <Property name=\"MaximumNumberOfPeels\" id=\"15082.MaximumNumberOfPeels\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"4\"/>\r\n        <Domain name=\"range\" id=\"15082.MaximumNumberOfPeels.range\"/>\r\n      </Property>\r\n      <Property name=\"MidIn\" id=\"15082.MidIn\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.18\"/>\r\n      </Property>\r\n      <Property name=\"MidOut\" id=\"15082.MidOut\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.18\"/>\r\n      </Property>\r\n      <Property name=\"MultiSamples\" id=\"15082.MultiSamples\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"NonInteractiveRenderDelay\" id=\"15082.NonInteractiveRenderDelay\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"OSPRayMaterialLibrary\" id=\"15082.OSPRayMaterialLibrary\" number_of_elements=\"1\">\r\n        <Proxy value=\"261\"/>\r\n      </Property>\r\n      <Property name=\"OSPRayRendererType\" id=\"15082.OSPRayRendererType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"OSPRay raycaster\"/>\r\n        <Domain name=\"list\" id=\"15082.OSPRayRendererType.list\">\r\n          <String text=\"OSPRay raycaster\"/>\r\n          <String text=\"OSPRay pathtracer\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"OSPRayTemporalCacheSize\" id=\"15082.OSPRayTemporalCacheSize\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15082.OSPRayTemporalCacheSize.range\"/>\r\n      </Property>\r\n      <Property name=\"OrientationAxesInteractivity\" id=\"15082.OrientationAxesInteractivity\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.OrientationAxesInteractivity.bool\"/>\r\n      </Property>\r\n      <Property name=\"OrientationAxesLabelColor\" id=\"15082.OrientationAxesLabelColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"OrientationAxesOutlineColor\" id=\"15082.OrientationAxesOutlineColor\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Element index=\"1\" value=\"1\"/>\r\n        <Element index=\"2\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"OrientationAxesVisibility\" id=\"15082.OrientationAxesVisibility\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.OrientationAxesVisibility.bool\"/>\r\n      </Property>\r\n      <Property name=\"PPI\" id=\"15082.PPI\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"72\"/>\r\n      </Property>\r\n      <Property name=\"Radius\" id=\"15082.Radius\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.5\"/>\r\n      </Property>\r\n      <Property name=\"RemoteRenderThreshold\" id=\"15082.RemoteRenderThreshold\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"20\"/>\r\n        <Domain name=\"range\" id=\"15082.RemoteRenderThreshold.range\"/>\r\n      </Property>\r\n      <Property name=\"Representations\" id=\"15082.Representations\" number_of_elements=\"8\">\r\n        <Proxy value=\"14110\"/>\r\n        <Proxy value=\"14128\"/>\r\n        <Proxy value=\"14134\"/>\r\n        <Proxy value=\"14353\"/>\r\n        <Proxy value=\"14369\"/>\r\n        <Proxy value=\"14599\"/>\r\n        <Proxy value=\"14845\"/>\r\n        <Proxy value=\"15069\"/>\r\n      </Property>\r\n      <Property name=\"RotationFactor\" id=\"15082.RotationFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"RouletteDepth\" id=\"15082.RouletteDepth\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"5\"/>\r\n        <Domain name=\"range\" id=\"15082.RouletteDepth.range\"/>\r\n      </Property>\r\n      <Property name=\"SamplesPerPixel\" id=\"15082.SamplesPerPixel\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.SamplesPerPixel.range\"/>\r\n      </Property>\r\n      <Property name=\"ScalarRange\" id=\"15082.ScalarRange\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Element index=\"1\" value=\"-1\"/>\r\n        <Domain name=\"range\" id=\"15082.ScalarRange.range\"/>\r\n      </Property>\r\n      <Property name=\"ServerStereoType\" id=\"15082.ServerStereoType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"enum\" id=\"15082.ServerStereoType.enum\">\r\n          <Entry value=\"0\" text=\"Same As Client\"/>\r\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\r\n          <Entry value=\"2\" text=\"Red-Blue\"/>\r\n          <Entry value=\"3\" text=\"Interlaced\"/>\r\n          <Entry value=\"4\" text=\"Left\"/>\r\n          <Entry value=\"5\" text=\"Right\"/>\r\n          <Entry value=\"6\" text=\"Dresden\"/>\r\n          <Entry value=\"7\" text=\"Anaglyph\"/>\r\n          <Entry value=\"8\" text=\"Checkerboard\"/>\r\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\r\n          <Entry value=\"10\" text=\"None\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"Shadows\" id=\"15082.Shadows\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.Shadows.bool\"/>\r\n      </Property>\r\n      <Property name=\"Shoulder\" id=\"15082.Shoulder\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0.9714\"/>\r\n      </Property>\r\n      <Property name=\"ShowAnnotation\" id=\"15082.ShowAnnotation\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.ShowAnnotation.bool\"/>\r\n      </Property>\r\n      <Property name=\"StartCaptureLuminance\" id=\"15082.StartCaptureLuminance\"/>\r\n      <Property name=\"StencilCapable\" id=\"15082.StencilCapable\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.StencilCapable.bool\"/>\r\n      </Property>\r\n      <Property name=\"StereoRender\" id=\"15082.StereoRender\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.StereoRender.bool\"/>\r\n      </Property>\r\n      <Property name=\"StereoType\" id=\"15082.StereoType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"enum\" id=\"15082.StereoType.enum\">\r\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\r\n          <Entry value=\"2\" text=\"Red-Blue\"/>\r\n          <Entry value=\"3\" text=\"Interlaced\"/>\r\n          <Entry value=\"4\" text=\"Left\"/>\r\n          <Entry value=\"5\" text=\"Right\"/>\r\n          <Entry value=\"6\" text=\"Dresden\"/>\r\n          <Entry value=\"7\" text=\"Anaglyph\"/>\r\n          <Entry value=\"8\" text=\"Checkerboard\"/>\r\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\r\n          <Entry value=\"10\" text=\"None\"/>\r\n        </Domain>\r\n      </Property>\r\n      <Property name=\"StillRenderImageReductionFactor\" id=\"15082.StillRenderImageReductionFactor\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.StillRenderImageReductionFactor.range\"/>\r\n      </Property>\r\n      <Property name=\"StopCaptureLuminance\" id=\"15082.StopCaptureLuminance\"/>\r\n      <Property name=\"SuppressRendering\" id=\"15082.SuppressRendering\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.SuppressRendering.bool\"/>\r\n      </Property>\r\n      <Property name=\"ToneMappingType\" id=\"15082.ToneMappingType\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3\"/>\r\n      </Property>\r\n      <Property name=\"UseACES\" id=\"15082.UseACES\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseACES.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseCache\" id=\"15082.UseCache\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseCache.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseEnvironmentLighting\" id=\"15082.UseEnvironmentLighting\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseEnvironmentLighting.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseFXAA\" id=\"15082.UseFXAA\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseFXAA.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGradientBackground\" id=\"15082.UseGradientBackground\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseGradientBackground.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseGradientEnvironmentalBG\" id=\"15082.UseGradientEnvironmentalBG\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseGradientEnvironmentalBG.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseInteractiveRenderingForScreenshots\" id=\"15082.UseInteractiveRenderingForScreenshots\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseInteractiveRenderingForScreenshots.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseLight\" id=\"15082.UseLight\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseLight.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseOutlineForLODRendering\" id=\"15082.UseOutlineForLODRendering\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseOutlineForLODRendering.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSSAO\" id=\"15082.UseSSAO\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseSSAO.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSSAODefaultPresets\" id=\"15082.UseSSAODefaultPresets\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseSSAODefaultPresets.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseSkyboxBackground\" id=\"15082.UseSkyboxBackground\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseSkyboxBackground.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseTexturedBackground\" id=\"15082.UseTexturedBackground\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseTexturedBackground.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseTexturedEnvironmentalBG\" id=\"15082.UseTexturedEnvironmentalBG\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseTexturedEnvironmentalBG.bool\"/>\r\n      </Property>\r\n      <Property name=\"UseToneMapping\" id=\"15082.UseToneMapping\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"bool\" id=\"15082.UseToneMapping.bool\"/>\r\n      </Property>\r\n      <Property name=\"ValueRenderingMode\" id=\"15082.ValueRenderingMode\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n        <Domain name=\"range\" id=\"15082.ValueRenderingMode.range\"/>\r\n      </Property>\r\n      <Property name=\"ValueRenderingModeGet\" id=\"15082.ValueRenderingModeGet\"/>\r\n      <Property name=\"ViewSize\" id=\"15082.ViewSize\" number_of_elements=\"2\">\r\n        <Element index=\"0\" value=\"2442\"/>\r\n        <Element index=\"1\" value=\"1431\"/>\r\n      </Property>\r\n      <Property name=\"ViewTime\" id=\"15082.ViewTime\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"150\"/>\r\n        <Domain name=\"range\" id=\"15082.ViewTime.range\"/>\r\n      </Property>\r\n      <Property name=\"VolumeAnisotropy\" id=\"15082.VolumeAnisotropy\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n        <Domain name=\"range\" id=\"15082.VolumeAnisotropy.range\"/>\r\n      </Property>\r\n      <Property name=\"CameraFocalDisk\" id=\"15082.CameraFocalDisk\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CameraFocalDiskInfo\" id=\"15082.CameraFocalDiskInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"1\"/>\r\n      </Property>\r\n      <Property name=\"CameraFocalDistance\" id=\"15082.CameraFocalDistance\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"CameraFocalDistanceInfo\" id=\"15082.CameraFocalDistanceInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"0\"/>\r\n      </Property>\r\n      <Property name=\"CameraFocalPoint\" id=\"15082.CameraFocalPoint\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"7.287579406164611\"/>\r\n        <Element index=\"1\" value=\"6.558214026813502\"/>\r\n        <Element index=\"2\" value=\"376.028342909587\"/>\r\n      </Property>\r\n      <Property name=\"CameraFocalPointInfo\" id=\"15082.CameraFocalPointInfo\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"7.287579406164611\"/>\r\n        <Element index=\"1\" value=\"6.558214026813502\"/>\r\n        <Element index=\"2\" value=\"376.028342909587\"/>\r\n      </Property>\r\n      <Property name=\"CameraParallelScale\" id=\"15082.CameraParallelScale\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3.46731608568757\"/>\r\n      </Property>\r\n      <Property name=\"CameraParallelScaleInfo\" id=\"15082.CameraParallelScaleInfo\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"3.46731608568757\"/>\r\n      </Property>\r\n      <Property name=\"CameraPosition\" id=\"15082.CameraPosition\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"8.396508989223612\"/>\r\n        <Element index=\"1\" value=\"15.064679938984371\"/>\r\n        <Element index=\"2\" value=\"379.2118760081965\"/>\r\n      </Property>\r\n      <Property name=\"CameraPositionInfo\" id=\"15082.CameraPositionInfo\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"8.396508989223612\"/>\r\n        <Element index=\"1\" value=\"15.064679938984371\"/>\r\n        <Element index=\"2\" value=\"379.2118760081965\"/>\r\n      </Property>\r\n      <Property name=\"CameraViewAngle\" id=\"15082.CameraViewAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"30\"/>\r\n      </Property>\r\n      <Property name=\"CameraViewUp\" id=\"15082.CameraViewUp\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"-0.012927439362577758\"/>\r\n        <Element index=\"1\" value=\"-0.34899846374636256\"/>\r\n        <Element index=\"2\" value=\"0.9370341261737514\"/>\r\n      </Property>\r\n      <Property name=\"CameraViewUpInfo\" id=\"15082.CameraViewUpInfo\" number_of_elements=\"3\">\r\n        <Element index=\"0\" value=\"-0.012927439362577758\"/>\r\n        <Element index=\"1\" value=\"-0.34899846374636256\"/>\r\n        <Element index=\"2\" value=\"0.9370341261737514\"/>\r\n      </Property>\r\n      <Property name=\"EyeAngle\" id=\"15082.EyeAngle\" number_of_elements=\"1\">\r\n        <Element index=\"0\" value=\"2\"/>\r\n        <Domain name=\"range\" id=\"15082.EyeAngle.range\"/>\r\n      </Property>\r\n    </Proxy>\r\n    <ProxyCollection name=\"animation\">\r\n      <Item id=\"263\" name=\"AnimationScene1\"/>\r\n      <Item id=\"265\" name=\"TimeAnimationCue1\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"layouts\">\r\n      <Item id=\"15083\" name=\"Layout #1\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"lookup_tables\">\r\n      <Item id=\"14294\" name=\"U.PVLookupTable\" logname=\"lut-for-U\"/>\r\n      <Item id=\"14035\" name=\"alphawater.PVLookupTable\" logname=\"lut-for-alphawater\"/>\r\n      <Item id=\"14122\" name=\"p.PVLookupTable\" logname=\"lut-for-p\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"materiallibrary\">\r\n      <Item id=\"261\" name=\"MaterialLibrary1\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"piecewise_functions\">\r\n      <Item id=\"14293\" name=\"U.PiecewiseFunction\"/>\r\n      <Item id=\"14034\" name=\"alphawater.PiecewiseFunction\"/>\r\n      <Item id=\"14121\" name=\"p.PiecewiseFunction\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.13898\">\r\n      <Item id=\"15084\" name=\"RepresentationAnimationHelper\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14110\">\r\n      <Item id=\"13887\" name=\"DataAxesGrid\" logname=\"showCase.foam(UnstructuredGridRepresentation)/DataAxesGrid/GridAxesRepresentation\"/>\r\n      <Item id=\"13946\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/ArrowSource\"/>\r\n      <Item id=\"13957\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/ConeSource\"/>\r\n      <Item id=\"13968\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/CubeSource\"/>\r\n      <Item id=\"13979\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/CylinderSource\"/>\r\n      <Item id=\"13990\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/LineSource\"/>\r\n      <Item id=\"14001\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/SphereSource\"/>\r\n      <Item id=\"14012\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/GlyphSource2D\"/>\r\n      <Item id=\"14023\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/PipelineConnection\"/>\r\n      <Item id=\"14036\" name=\"OSPRayScaleFunction\" logname=\"showCase.foam(UnstructuredGridRepresentation)/SurfaceRepresentation/OSPRayScaleFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14037\" name=\"OpacityTransferFunction\" logname=\"showCase.foam(UnstructuredGridRepresentation)/PointGaussianRepresentation/OpacityTransferFunction/PiecewiseFunction\"/>\r\n      <Item id=\"13935\" name=\"PolarAxes\" logname=\"showCase.foam(UnstructuredGridRepresentation)/PolarAxes/PolarAxesRepresentation\"/>\r\n      <Item id=\"14038\" name=\"ScaleTransferFunction\" logname=\"showCase.foam(UnstructuredGridRepresentation)/PointGaussianRepresentation/ScaleTransferFunction/PiecewiseFunction\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14157\">\r\n      <Item id=\"14154\" name=\"Locator\" logname=\"Contour1/Locator/MergePoints\"/>\r\n      <Item id=\"14155\" name=\"Locator\" logname=\"Contour1/Locator/IncrementalOctreeMergePoints\"/>\r\n      <Item id=\"14156\" name=\"Locator\" logname=\"Contour1/Locator/NonMergingPointLocator\"/>\r\n      <Item id=\"15085\" name=\"RepresentationAnimationHelper\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14353\">\r\n      <Item id=\"14143\" name=\"DataAxesGrid\" logname=\"Contour1(GeometryRepresentation)/DataAxesGrid/GridAxesRepresentation\"/>\r\n      <Item id=\"14205\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/ArrowSource\"/>\r\n      <Item id=\"14216\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/ConeSource\"/>\r\n      <Item id=\"14227\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/CubeSource\"/>\r\n      <Item id=\"14238\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/CylinderSource\"/>\r\n      <Item id=\"14249\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/LineSource\"/>\r\n      <Item id=\"14260\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/SphereSource\"/>\r\n      <Item id=\"14271\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/GlyphSource2D\"/>\r\n      <Item id=\"14282\" name=\"GlyphType\" logname=\"Contour1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/PipelineConnection\"/>\r\n      <Item id=\"14295\" name=\"OSPRayScaleFunction\" logname=\"Contour1(GeometryRepresentation)/SurfaceRepresentation/OSPRayScaleFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14296\" name=\"OpacityTransferFunction\" logname=\"Contour1(GeometryRepresentation)/PointGaussianRepresentation/OpacityTransferFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14194\" name=\"PolarAxes\" logname=\"Contour1(GeometryRepresentation)/PolarAxes/PolarAxesRepresentation\"/>\r\n      <Item id=\"14297\" name=\"ScaleTransferFunction\" logname=\"Contour1(GeometryRepresentation)/PointGaussianRepresentation/ScaleTransferFunction/PiecewiseFunction\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14389\">\r\n      <Item id=\"15086\" name=\"RepresentationAnimationHelper\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14599\">\r\n      <Item id=\"14378\" name=\"DataAxesGrid\" logname=\"showCase.foam(UnstructuredGridRepresentation)/DataAxesGrid/GridAxesRepresentation\"/>\r\n      <Item id=\"14437\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/ArrowSource\"/>\r\n      <Item id=\"14448\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/ConeSource\"/>\r\n      <Item id=\"14459\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/CubeSource\"/>\r\n      <Item id=\"14470\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/CylinderSource\"/>\r\n      <Item id=\"14481\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/LineSource\"/>\r\n      <Item id=\"14492\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/SphereSource\"/>\r\n      <Item id=\"14503\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/GlyphSource2D\"/>\r\n      <Item id=\"14514\" name=\"GlyphType\" logname=\"showCase.foam(UnstructuredGridRepresentation)/Glyph3DRepresentation/GlyphType/PipelineConnection\"/>\r\n      <Item id=\"14525\" name=\"OSPRayScaleFunction\" logname=\"showCase.foam(UnstructuredGridRepresentation)/SurfaceRepresentation/OSPRayScaleFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14526\" name=\"OpacityTransferFunction\" logname=\"showCase.foam(UnstructuredGridRepresentation)/PointGaussianRepresentation/OpacityTransferFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14426\" name=\"PolarAxes\" logname=\"showCase.foam(UnstructuredGridRepresentation)/PolarAxes/PolarAxesRepresentation\"/>\r\n      <Item id=\"14527\" name=\"ScaleTransferFunction\" logname=\"showCase.foam(UnstructuredGridRepresentation)/PointGaussianRepresentation/ScaleTransferFunction/PiecewiseFunction\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14651\">\r\n      <Item id=\"15087\" name=\"RepresentationAnimationHelper\"/>\r\n      <Item id=\"14629\" name=\"Source\" logname=\"StreamTracer1/Source/HighResLineSource\"/>\r\n      <Item id=\"14640\" name=\"Source\" logname=\"StreamTracer1/Source/PointSource\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14845\">\r\n      <Item id=\"14618\" name=\"DataAxesGrid\" logname=\"StreamTracer1(GeometryRepresentation)/DataAxesGrid/GridAxesRepresentation\"/>\r\n      <Item id=\"14699\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/ArrowSource\"/>\r\n      <Item id=\"14710\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/ConeSource\"/>\r\n      <Item id=\"14721\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/CubeSource\"/>\r\n      <Item id=\"14732\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/CylinderSource\"/>\r\n      <Item id=\"14743\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/LineSource\"/>\r\n      <Item id=\"14754\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/SphereSource\"/>\r\n      <Item id=\"14765\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/GlyphSource2D\"/>\r\n      <Item id=\"14776\" name=\"GlyphType\" logname=\"StreamTracer1(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/PipelineConnection\"/>\r\n      <Item id=\"14787\" name=\"OSPRayScaleFunction\" logname=\"StreamTracer1(GeometryRepresentation)/SurfaceRepresentation/OSPRayScaleFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14788\" name=\"OpacityTransferFunction\" logname=\"StreamTracer1(GeometryRepresentation)/PointGaussianRepresentation/OpacityTransferFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14688\" name=\"PolarAxes\" logname=\"StreamTracer1(GeometryRepresentation)/PolarAxes/PolarAxesRepresentation\"/>\r\n      <Item id=\"14789\" name=\"ScaleTransferFunction\" logname=\"StreamTracer1(GeometryRepresentation)/PointGaussianRepresentation/ScaleTransferFunction/PiecewiseFunction\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.14875\">\r\n      <Item id=\"15088\" name=\"RepresentationAnimationHelper\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.15069\">\r\n      <Item id=\"14864\" name=\"DataAxesGrid\" logname=\"showCase.foam(GeometryRepresentation)/DataAxesGrid/GridAxesRepresentation\"/>\r\n      <Item id=\"14923\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/ArrowSource\"/>\r\n      <Item id=\"14934\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/ConeSource\"/>\r\n      <Item id=\"14945\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/CubeSource\"/>\r\n      <Item id=\"14956\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/CylinderSource\"/>\r\n      <Item id=\"14967\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/LineSource\"/>\r\n      <Item id=\"14978\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/SphereSource\"/>\r\n      <Item id=\"14989\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/GlyphSource2D\"/>\r\n      <Item id=\"15000\" name=\"GlyphType\" logname=\"showCase.foam(GeometryRepresentation)/Glyph3DRepresentation/GlyphType/PipelineConnection\"/>\r\n      <Item id=\"15011\" name=\"OSPRayScaleFunction\" logname=\"showCase.foam(GeometryRepresentation)/SurfaceRepresentation/OSPRayScaleFunction/PiecewiseFunction\"/>\r\n      <Item id=\"15012\" name=\"OpacityTransferFunction\" logname=\"showCase.foam(GeometryRepresentation)/PointGaussianRepresentation/OpacityTransferFunction/PiecewiseFunction\"/>\r\n      <Item id=\"14912\" name=\"PolarAxes\" logname=\"showCase.foam(GeometryRepresentation)/PolarAxes/PolarAxesRepresentation\"/>\r\n      <Item id=\"15013\" name=\"ScaleTransferFunction\" logname=\"showCase.foam(GeometryRepresentation)/PointGaussianRepresentation/ScaleTransferFunction/PiecewiseFunction\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"pq_helper_proxies.15082\">\r\n      <Item id=\"13878\" name=\"AxesGrid\" logname=\"RenderView1/AxesGrid/GridAxes3DActor\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"representations\">\r\n      <Item id=\"14353\" name=\"GeometryRepresentation1\" logname=\"Contour1(GeometryRepresentation)\"/>\r\n      <Item id=\"14845\" name=\"GeometryRepresentation2\" logname=\"StreamTracer1(GeometryRepresentation)\"/>\r\n      <Item id=\"15069\" name=\"GeometryRepresentation3\" logname=\"showCase.foam(GeometryRepresentation)\"/>\r\n      <Item id=\"14110\" name=\"UnstructuredGridRepresentation1\" logname=\"showCase.foam(UnstructuredGridRepresentation)\"/>\r\n      <Item id=\"14599\" name=\"UnstructuredGridRepresentation2\" logname=\"showCase.foam(UnstructuredGridRepresentation)\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"scalar_bars\">\r\n      <Item id=\"14128\" name=\"ScalarBarWidgetRepresentation1\"/>\r\n      <Item id=\"14134\" name=\"ScalarBarWidgetRepresentation2\"/>\r\n      <Item id=\"14369\" name=\"ScalarBarWidgetRepresentation3\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"settings\">\r\n      <Item id=\"267\" name=\"ColorPalette\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"sources\">\r\n      <Item id=\"14157\" name=\"Contour1\" logname=\"Contour1\"/>\r\n      <Item id=\"14651\" name=\"StreamTracer1\" logname=\"StreamTracer1\"/>\r\n      <Item id=\"13898\" name=\"fishchannel.foam\" logname=\"showCase.foam\"/>\r\n      <Item id=\"14389\" name=\"fishchannel.foam\" logname=\"showCase.foam\"/>\r\n      <Item id=\"14875\" name=\"fishchannel.foam\" logname=\"showCase.foam\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"timekeeper\">\r\n      <Item id=\"256\" name=\"TimeKeeper1\"/>\r\n    </ProxyCollection>\r\n    <ProxyCollection name=\"views\">\r\n      <Item id=\"15082\" name=\"RenderView1\" logname=\"RenderView1\"/>\r\n    </ProxyCollection>\r\n    <CustomProxyDefinitions/>\r\n    <Links/>\r\n    <Settings>\r\n      <SettingsProxy group=\"settings\" type=\"ColorPalette\">\r\n        <Links>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"13878\" target_property=\"GridColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13878\" target_property=\"XLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13878\" target_property=\"XTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13878\" target_property=\"YLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13878\" target_property=\"YTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13878\" target_property=\"ZLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13878\" target_property=\"ZTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"15082\" target_property=\"AnnotationColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"BackgroundColor\" target_id=\"15082\" target_property=\"Background\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"15082\" target_property=\"OrientationAxesLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"15082\" target_property=\"OrientationAxesOutlineColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"UseGradientBackground\" target_id=\"15082\" target_property=\"UseGradientBackground\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"13887\" target_property=\"GridColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13887\" target_property=\"XLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13887\" target_property=\"XTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13887\" target_property=\"YLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13887\" target_property=\"YTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13887\" target_property=\"ZLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13887\" target_property=\"ZTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13935\" target_property=\"LastRadialAxisTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13935\" target_property=\"PolarAxisLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13935\" target_property=\"PolarAxisTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"13935\" target_property=\"SecondaryRadialAxesTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14110\" target_property=\"AmbientColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14110\" target_property=\"BackfaceDiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14110\" target_property=\"DiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"EdgeColor\" target_id=\"14110\" target_property=\"EdgeColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"InteractiveSelectionColor\" target_id=\"14110\" target_property=\"InteractiveSelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SelectionColor\" target_id=\"14110\" target_property=\"SelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14128\" target_property=\"LabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14128\" target_property=\"TitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14134\" target_property=\"LabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14134\" target_property=\"TitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14143\" target_property=\"GridColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14143\" target_property=\"XLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14143\" target_property=\"XTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14143\" target_property=\"YLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14143\" target_property=\"YTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14143\" target_property=\"ZLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14143\" target_property=\"ZTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14194\" target_property=\"LastRadialAxisTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14194\" target_property=\"PolarAxisLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14194\" target_property=\"PolarAxisTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14194\" target_property=\"SecondaryRadialAxesTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14353\" target_property=\"AmbientColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14353\" target_property=\"BackfaceDiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14353\" target_property=\"DiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"EdgeColor\" target_id=\"14353\" target_property=\"EdgeColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"InteractiveSelectionColor\" target_id=\"14353\" target_property=\"InteractiveSelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SelectionColor\" target_id=\"14353\" target_property=\"SelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14369\" target_property=\"LabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14369\" target_property=\"TitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14378\" target_property=\"GridColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14378\" target_property=\"XLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14378\" target_property=\"XTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14378\" target_property=\"YLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14378\" target_property=\"YTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14378\" target_property=\"ZLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14378\" target_property=\"ZTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14426\" target_property=\"LastRadialAxisTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14426\" target_property=\"PolarAxisLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14426\" target_property=\"PolarAxisTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14426\" target_property=\"SecondaryRadialAxesTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14599\" target_property=\"AmbientColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14599\" target_property=\"BackfaceDiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14599\" target_property=\"DiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"EdgeColor\" target_id=\"14599\" target_property=\"EdgeColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"InteractiveSelectionColor\" target_id=\"14599\" target_property=\"InteractiveSelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SelectionColor\" target_id=\"14599\" target_property=\"SelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14618\" target_property=\"GridColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14618\" target_property=\"XLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14618\" target_property=\"XTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14618\" target_property=\"YLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14618\" target_property=\"YTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14618\" target_property=\"ZLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14618\" target_property=\"ZTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14688\" target_property=\"LastRadialAxisTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14688\" target_property=\"PolarAxisLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14688\" target_property=\"PolarAxisTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14688\" target_property=\"SecondaryRadialAxesTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14845\" target_property=\"AmbientColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14845\" target_property=\"BackfaceDiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"14845\" target_property=\"DiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"EdgeColor\" target_id=\"14845\" target_property=\"EdgeColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"InteractiveSelectionColor\" target_id=\"14845\" target_property=\"InteractiveSelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SelectionColor\" target_id=\"14845\" target_property=\"SelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"14864\" target_property=\"GridColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14864\" target_property=\"XLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14864\" target_property=\"XTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14864\" target_property=\"YLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14864\" target_property=\"YTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14864\" target_property=\"ZLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14864\" target_property=\"ZTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14912\" target_property=\"LastRadialAxisTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14912\" target_property=\"PolarAxisLabelColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14912\" target_property=\"PolarAxisTitleColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"TextAnnotationColor\" target_id=\"14912\" target_property=\"SecondaryRadialAxesTextColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"ForegroundColor\" target_id=\"15069\" target_property=\"AmbientColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"15069\" target_property=\"BackfaceDiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SurfaceColor\" target_id=\"15069\" target_property=\"DiffuseColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"EdgeColor\" target_id=\"15069\" target_property=\"EdgeColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"InteractiveSelectionColor\" target_id=\"15069\" target_property=\"InteractiveSelectionColor\" unlink_if_modified=\"1\"/>\r\n          <Property source_property=\"SelectionColor\" target_id=\"15069\" target_property=\"SelectionColor\" unlink_if_modified=\"1\"/>\r\n        </Links>\r\n      </SettingsProxy>\r\n      <SettingsProxy group=\"settings\" type=\"GeneralSettings\">\r\n        <Links>\r\n          <Property source_property=\"ScreenPixelsPerInch\" target_id=\"15082\" target_property=\"PPI\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"BlockColorsDistinctValues\" target_id=\"14110\" target_property=\"BlockColorsDistinctValues\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MaximumNumberOfDataRepresentationLabels\" target_id=\"14110\" target_property=\"SelectionMaximumNumberOfLabels\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"BlockColorsDistinctValues\" target_id=\"14353\" target_property=\"BlockColorsDistinctValues\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MaximumNumberOfDataRepresentationLabels\" target_id=\"14353\" target_property=\"SelectionMaximumNumberOfLabels\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"BlockColorsDistinctValues\" target_id=\"14599\" target_property=\"BlockColorsDistinctValues\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MaximumNumberOfDataRepresentationLabels\" target_id=\"14599\" target_property=\"SelectionMaximumNumberOfLabels\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"BlockColorsDistinctValues\" target_id=\"14845\" target_property=\"BlockColorsDistinctValues\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MaximumNumberOfDataRepresentationLabels\" target_id=\"14845\" target_property=\"SelectionMaximumNumberOfLabels\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"BlockColorsDistinctValues\" target_id=\"15069\" target_property=\"BlockColorsDistinctValues\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MaximumNumberOfDataRepresentationLabels\" target_id=\"15069\" target_property=\"SelectionMaximumNumberOfLabels\" unlink_if_modified=\"0\"/>\r\n        </Links>\r\n      </SettingsProxy>\r\n      <SettingsProxy group=\"settings\" type=\"RenderViewInteractionSettings\">\r\n        <Links>\r\n          <Property source_property=\"Camera2DManipulators\" target_id=\"15082\" target_property=\"Camera2DManipulators\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"Camera2DMouseWheelMotionFactor\" target_id=\"15082\" target_property=\"Camera2DMouseWheelMotionFactor\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"Camera3DManipulators\" target_id=\"15082\" target_property=\"Camera3DManipulators\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"Camera3DMouseWheelMotionFactor\" target_id=\"15082\" target_property=\"Camera3DMouseWheelMotionFactor\" unlink_if_modified=\"0\"/>\r\n        </Links>\r\n      </SettingsProxy>\r\n      <SettingsProxy group=\"settings\" type=\"RenderViewSettings\">\r\n        <Links>\r\n          <Property source_property=\"Bias\" target_id=\"15082\" target_property=\"Bias\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"Blur\" target_id=\"15082\" target_property=\"Blur\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"CompressorConfig\" target_id=\"15082\" target_property=\"CompressorConfig\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"Contrast\" target_id=\"15082\" target_property=\"Contrast\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"DepthPeeling\" target_id=\"15082\" target_property=\"DepthPeeling\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"DepthPeelingForVolumes\" target_id=\"15082\" target_property=\"DepthPeelingForVolumes\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"FXAAEndpointSearchIterations\" target_id=\"15082\" target_property=\"FXAAEndpointSearchIterations\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"FXAAHardContrastThreshold\" target_id=\"15082\" target_property=\"FXAAHardContrastThreshold\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"FXAARelativeContrastThreshold\" target_id=\"15082\" target_property=\"FXAARelativeContrastThreshold\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"FXAASubpixelBlendLimit\" target_id=\"15082\" target_property=\"FXAASubpixelBlendLimit\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"FXAASubpixelContrastThreshold\" target_id=\"15082\" target_property=\"FXAASubpixelContrastThreshold\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"FXAAUseHighQualityEndpoints\" target_id=\"15082\" target_property=\"FXAAUseHighQualityEndpoints\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"GenericFilmicPresets\" target_id=\"15082\" target_property=\"GenericFilmicPresets\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"HdrMax\" target_id=\"15082\" target_property=\"HdrMax\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"ImageReductionFactor\" target_id=\"15082\" target_property=\"ImageReductionFactor\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"KernelSize\" target_id=\"15082\" target_property=\"KernelSize\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"LODResolution\" target_id=\"15082\" target_property=\"LODResolution\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"LODThreshold\" target_id=\"15082\" target_property=\"LODThreshold\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MaximumNumberOfPeels\" target_id=\"15082\" target_property=\"MaximumNumberOfPeels\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MidIn\" target_id=\"15082\" target_property=\"MidIn\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"MidOut\" target_id=\"15082\" target_property=\"MidOut\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"NonInteractiveRenderDelay\" target_id=\"15082\" target_property=\"NonInteractiveRenderDelay\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"Radius\" target_id=\"15082\" target_property=\"Radius\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"RemoteRenderThreshold\" target_id=\"15082\" target_property=\"RemoteRenderThreshold\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"Shoulder\" target_id=\"15082\" target_property=\"Shoulder\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"ShowAnnotation\" target_id=\"15082\" target_property=\"ShowAnnotation\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"StillRenderImageReductionFactor\" target_id=\"15082\" target_property=\"StillRenderImageReductionFactor\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"ToneMappingType\" target_id=\"15082\" target_property=\"ToneMappingType\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"UseACES\" target_id=\"15082\" target_property=\"UseACES\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"UseFXAA\" target_id=\"15082\" target_property=\"UseFXAA\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"UseOutlineForLODRendering\" target_id=\"15082\" target_property=\"UseOutlineForLODRendering\" unlink_if_modified=\"0\"/>\r\n          <Property source_property=\"UseSSAODefaultPresets\" target_id=\"15082\" target_property=\"UseSSAODefaultPresets\" unlink_if_modified=\"0\"/>\r\n        </Links>\r\n      </SettingsProxy>\r\n      <SettingsProxy group=\"settings\" type=\"RepresentedArrayListSettings\">\r\n        <Links/>\r\n      </SettingsProxy>\r\n    </Settings>\r\n  </ServerManagerState>\r\n  <InteractiveViewLinks/>\r\n</ParaView>\r\n"
  },
  {
    "path": "fishChannel/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 1;\n\nupstreamBottomElevation 372.8;\n\ndownstreamBottomElevation 372.2;\n\nlength 121;\n\nheight 2;\n\nwidth 1;\n\nupstreamMiddleElevation #calc \"$upstreamBottomElevation+$height/2\";\n\ndownstreamMiddleElevation #calc \"$downstreamBottomElevation+$height/2\";\n\nupstreamTopElevation #calc \"$upstreamBottomElevation+$height\";\n\ndownstreamTopElevation #calc \"$downstreamBottomElevation+$height\";\n\nleftSideWall #calc \"$width\";\n\nrightSideWall 0;\n\nvertices\n(\n    (0 $leftSideWall $upstreamBottomElevation) // 0\n    (0 $leftSideWall $upstreamMiddleElevation) // 1\n    (0 $leftSideWall $upstreamTopElevation) //2\n    (0 $rightSideWall $upstreamBottomElevation) // 3\n    (0 $rightSideWall $upstreamMiddleElevation) // 4\n    (0 $rightSideWall $upstreamTopElevation) // 5\n\n    (1 $leftSideWall $upstreamBottomElevation) // 6\n    (1 $leftSideWall $upstreamMiddleElevation) // 7\n    (1 $leftSideWall $upstreamTopElevation) // 8\n    (1 $rightSideWall $upstreamBottomElevation) // 9\n    (1 $rightSideWall $upstreamMiddleElevation) // 10\n    (1 $rightSideWall $upstreamTopElevation) // 11\n\n    ($length $leftSideWall $downstreamBottomElevation) // 12\n    ($length $leftSideWall $downstreamMiddleElevation) // 13\n    ($length $leftSideWall $downstreamTopElevation) // 14\n    ($length $rightSideWall $downstreamBottomElevation) // 15\n    ($length $rightSideWall $downstreamMiddleElevation) // 16\n    ($length $rightSideWall $downstreamTopElevation) // 17\n);\n\nblocks\n(\n    // x = 0 ~ 1 m\n    hex (3 9 6 0 4 10 7 1) (5 10 20) simpleGrading (1 1 1)\n    hex (4 10 7 1 5 11 8 2) (5 10 20) simpleGrading (1 1 1)\n\n    // x = 1 ~ 120 m\n    hex (9 15 12 6 10 16 13 7) (600 10 20) simpleGrading (1 1 1)\n    hex (10 16 13 7 11 17 14 8) (600 10 20) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 1 7 6)\n        );\n    }\n\n    walls\n    {\n        type wall;\n        faces\n        (\n            // bottom\n            (6 9 3 0)\n            (12 15 9 6)\n            // right side wall\n            (3 9 10 4)\n            (4 10 11 5)\n            (9 15 16 10)\n            (10 16 17 11)\n            // left side wall\n            (2 8 7 1)\n            (7 13 12 6)\n            (8 14 13 7)\n            // upper wall\n            (0 3 4 1)\n            (1 4 5 2)\n        );\n    }\n\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (12 13 16 15)\n            (13 14 17 16)\n        );\n    }\n\n    atmosphere\n    {\n        type patch;\n        faces\n        (\n            (2 5 11 8)\n            (8 11 17 14)\n        );\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     interFoam;\n\nstartFrom       latestTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         200;\n\ndeltaT          0.001;\n\nwriteControl    adjustableRunTime;\n\nwriteInterval   10;\n\npurgeWrite      0;\n\nwriteFormat     binary;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable yes;\n\nadjustTimeStep  no;\n\nmaxCo           1;\nmaxAlphaCo      1;\nmaxDeltaT       0.1;\n\nfunctions\n{\n    inletFlux\n    {\n        type            surfaceFieldValue;\n        libs            (\"libfieldFunctionObjects.so\");\n        writeControl   timeStep;\n        log             true;\n        // Output field values as well\n        writeFields     false;\n        regionType      patch;\n        name            inlet;\n        operation       sum;\n\n        fields\n        (\n            rhoPhi\n        );\n    }\n\n    outletFlux\n    {\n        $inletFlux;\n        name            outlet;\n    }\n\n    outlet2Flux\n    {\n        $inletFlux;\n        name            outlet2;\n    }\n\n   atmosphereFlux\n    {\n        $inletFlux;\n        name            atmosphere;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/createBafflesDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      createBafflesDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n// Whether to convert internal faces only (so leave boundary faces intact).\n// This is only relevant if your face selection type can pick up boundary\n// faces.\ninternalFacesOnly true;\n\nfields false;\n\n// Baffles to create.\nbaffles\n{\n    baffle1g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (5 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle1;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle2g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (10 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle2;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle3g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (15 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle3;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle4g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (20 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle4;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle5g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (25 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle5;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle6g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (30 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle6;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle7g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (35 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle7;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle8g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (40 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle8;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle9g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (45 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle9;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle10g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (50 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle10;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle11g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (55 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle11;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle12g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (60 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle12;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle13g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (65 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle13;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle14g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (70 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle14;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle15g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (75 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle15;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle16g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (80 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle16;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle17g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (85 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle17;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle18g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (90 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle18;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle19g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (95 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle19;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle20g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (100 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle20;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle21g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (105 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle21;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle22g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (110 0 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle22;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle23g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (115 0.3 372.2);\n        span        (0 0.7 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle23;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle24g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (120 0 372.2);\n        span        (0 0.35 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle24;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n    baffle25g\n    {\n        //- Select faces and orientation through a searchableSurface\n        type        searchableSurface;\n        surface     searchablePlate;\n        origin      (120 0.65 372.2);\n        span        (0 0.35 3);\n        patches\n        {\n            master\n            {\n                //- Master side patch\n                name            baffle25;\n                type            wall;\n            }\n            slave\n            {\n                //- Slave side patch\n                ${..master}\n            }\n        }\n    }\n\n\n\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/createPatchDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      createPatchDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\npointSync   false;\n\npatches\n(\n    {\n        name    outlet2;\n        patchInfo\n        {\n            type    patch;\n        }\n        constructFrom set;\n        set     outlet2;\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains  4;\n\n/*\n    Main methods are:\n    1) Geometric: \"simple\"; \"hierarchical\", with ordered sorting, e.g. xyz, yxz\n    2) Scotch: \"scotch\", when running in serial; \"ptscotch\", running in parallel\n*/\n\nmethod              scotch;\n\nsimpleCoeffs\n{\n    n               (4 2 1); // total must match numberOfSubdomains\n    delta           0.001;\n}\n\nhierarchicalCoeffs\n{\n    n               (4 2 1); // total must match numberOfSubdomains\n    delta           0.001;\n    order           xyz;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default             none;\n\n    div(rhoPhi,U)       Gauss linearUpwind grad(U);\n    div(phi,alpha)      Gauss vanLeer;\n    div(phirb,alpha)    Gauss linear;\n\n    \"div\\(phi,(k|omega)\\)\"      Gauss upwind;\n    div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    \"alpha.water.*\"\n    {\n        nAlphaCorr      1;\n        nAlphaSubCycles 1;\n        cAlpha          1;\n\n        MULESCorr       yes;\n        nLimiterIter    3;\n\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-8;\n        relTol          0;\n    }\n\n    \"pcorr.*\"\n    {\n        solver          PCG;\n        preconditioner\n        {\n            preconditioner  GAMG;\n            tolerance       1e-5;\n            relTol          0;\n            smoother        GaussSeidel;\n        }\n        tolerance       1e-5;\n        relTol          0;\n        maxIter         50;\n    }\n\n    p_rgh\n    {\n        solver           GAMG;\n        tolerance        5e-9;\n        relTol           0.01;\n        smoother         GaussSeidel;\n        maxIter          50;\n    };\n\n    p_rghFinal\n    {\n        $p_rgh;\n        tolerance       5e-9;\n        relTol          0;\n    }\n\n    \"(U|k|omega).*\"\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        nSweeps         1;\n        tolerance       1e-6;\n        relTol          0.1;\n    };\n}\n\nPIMPLE\n{\n    momentumPredictor no;\n    nCorrectors     3;\n    nNonOrthogonalCorrectors 1;\n}\n\nrelaxationFactors\n{\n    equations\n    {\n        \".*\" 1;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/refineMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      refineMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nset              section2;\n\ncoordinateSystem global;\n\nglobalCoeffs\n{\n    tan1            (1 0 0);\n    tan2            (0 1 0);\n}\n\ndirections // comment out as required\n(\n    tan1\n);\n\nuseHexTopology  no;\n\ngeometricCut    no;\n\nwriteMesh       no;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/refineMeshDict.section1",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      refineMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nset              section;\n\ncoordinateSystem global;\n\nglobalCoeffs\n{\n    tan1            (1 0 0);\n    tan2            (0 1 0);\n}\n\ndirections // comment out as required\n(\n    tan2\n);\n\nuseHexTopology  no;\n\ngeometricCut    no;\n\nwriteMesh       no;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/refineMeshDict.section2",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      refineMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nset              section2;\n\ncoordinateSystem global;\n\nglobalCoeffs\n{\n    tan1            (1 0 0);\n    tan2            (0 1 0);\n}\n\ndirections // comment out as required\n(\n    tan1\n);\n\nuseHexTopology  no;\n\ngeometricCut    no;\n\nwriteMesh       no;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/setFieldsDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      setFieldsDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndefaultFieldValues\n(\n    volScalarFieldValue alpha.water 0\n);\n\nregions\n(\n    boxToCell\n    {\n        box (0 0 372.2) (121 1 373.8); //WSEL = 373.8\n        fieldValues\n        (\n            volScalarFieldValue alpha.water 1\n        );\n    }\n);\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/topoSetDict.outlet2",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      topoSetDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactions\n(\n    {\n        name    outlet2;\n        type    faceSet;\n        action  new;\n        source  boxToFace;\n        sourceInfo\n        {\n            box (4.7 0.999 372.2) (5.0 1.001 374.8);\n        }\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/topoSetDict.section1",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      topoSetDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactions\n(\n    {\n        name    section;\n        type    cellSet;\n        action  new;\n        source  boxToCell;\n        sourceInfo\n        {\n            box (119 0 372.2) (121 1 374.8);\n        }\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "fishChannel/system/topoSetDict.section2",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  7\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      topoSetDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactions\n(\n    {\n        name    section2;\n        type    cellSet;\n        action  new;\n        source  boxToCell;\n        sourceInfo\n        {\n            box (4.0 0 372.2) (5.0 1 374.8);\n        }\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (1 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n    }\n\n    farfield\n    {\n        type            zeroGradient;\n    }\n\n    lowerWall\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/0/U~",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n    }\n\n    farfield\n    {\n        type            zeroGradient;\n    }\n\n    lowerWall\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/0/epsilon",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -3 0 0 0 0];\n\ninternalField   uniform 14.855;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 14.855;\n    }\n    outlet\n    {\n        type            zeroGradient;\n    }\n    farfield\n    {\n        type            zeroGradient;\n    }\n    lowerWall\n    {\n        type            epsilonWallFunction;\n        value           uniform 14.855;\n    }\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0.375;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 0.375;\n    }\n    outlet\n    {\n        type            zeroGradient;\n    }\n    farfield\n    {\n        type            zeroGradient;\n    }\n    lowerWall\n    {\n        type            kqRWallFunction;\n        value           uniform 0.375;\n    }\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    outlet\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n    farfield\n    {\n        type            zeroGradient;\n    }\n    lowerWall\n    {\n        type            nutkWallFunction;\n        value           uniform 0;\n    }\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n\n    farfield \n    {\n        type            zeroGradient;\n    }\n\n    lowerWall\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\ncleanCase\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "flatPlate/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the base block mesh\nrunApplication blockMesh\n\n# Run the solver\nrunApplication `getApplication`\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "flatPlate/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ntransportModel  Newtonian;\n\nnu              [0 2 -1 0 0 0 0] 1e-6;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType RAS;\n\nRAS\n{\n    RASModel        kEpsilon;\n\n    turbulence      on;\n\n    printCoeffs     on;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 1;\n\nvertices\n(\n    (0 0 0)\n    (3 0 0)\n    (3 0.5 0)\n    (0 0.5 0)\n    (0 0 1)\n    (3 0 1)\n    (3 0.5 1)\n    (0 0.5 1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (100 100 1) simpleGrading (1 5 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (3 0 4 7)\n        );\n    }\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (1 2 6 5)\n        );\n    }\n    farfield\n    {\n        type patch;\n        faces\n        (\n            (2 3 7 6)\n        );\n    }\n    lowerWall\n    {\n        type wall;\n        faces\n        (\n            (0 1 5 4)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (3 2 1 0)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     simpleFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         5000;\n\ndeltaT          1;\n\nwriteControl    timeStep;\n\nwriteInterval   100;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n"
  },
  {
    "path": "flatPlate/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         steadyState;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwind grad(U);\n    div(phi,k)      bounded Gauss limitedLinear 1;\n    div(phi,epsilon) bounded Gauss limitedLinear 1;\n    div(phi,omega)  bounded Gauss limitedLinear 1;\n    div(phi,v2)     bounded Gauss limitedLinear 1;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n    div(nonlinearStress) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "flatPlate/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          GAMG;\n        tolerance       1e-06;\n        relTol          0.1;\n        smoother        GaussSeidel;\n        nPreSweeps      0;\n        nPostSweeps     2;\n        cacheAgglomeration on;\n        agglomerator    faceAreaPair;\n        nCellsInCoarsestLevel 10;\n        mergeLevels     1;\n    }\n\n    \"(U|k|epsilon)\"\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0.1;\n    }\n}\n\nSIMPLE\n{\n    nNonOrthogonalCorrectors 0;\n    consistent      yes;\n\n    residualControl\n    {\n        p               1e-3;\n        U               1e-3;\n        \"(k|epsilon)\" 1e-3;\n    }\n}\n\nrelaxationFactors\n{\n    equations\n    {\n        U               0.9; // 0.9 is more stable but 0.95 more convergent\n        \".*\"            0.9; // 0.9 is more stable but 0.95 more convergent\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "linuxCheatSheet/Common linux command in OpenFoam.md",
    "content": "# OpenFOAM Linux Cheat Sheet\n\n## contents\n1. File & Directory\n2. Text\n3. Binary & Package\n4. Process & Environment\n5. Redirection  \n\n## File & Directory\n**mkdir　  　[OPTION]...  DIRECTORY...**\n* **-p**　  　make parent directories. 用于创建递归的路径\n\n```bash\n$ mkdir -vp test2/{test2.1,test2.2}           # 创建文件夹test2，并在test2中创建test2.1和test2.2.\n$ mkdir -p $FOAM_RUN  \n# 创建$FOAM_RUN文件夹。如果安装成功openFOAM，$FOAM_RUN代表的是一个让用户跑case的路径。用这个方式来把这个路径真实的创造出来。\n```\n\n\n**cp & mv**　  　**[OPTION]... [-T] SOURCE DEST**\n　  　　  　　  **[OPTION]...SOURCE...DIRECTORY**\n> forest comment: 在markdown语法中，想要实现两个连着的空格，可以用中文的空格。用两个（or以上）英文空格的效果还是一个空格。\n\n* **-b**　  　make a backup of each existing destination file\n* **-n**　  　do not overwrite an existing file \n* **-i**　  　prompt before overwrite  # 实际上是非常重要的. 因为复制会默认覆盖，所以复制重要文件时，注意用-i来提醒自己是否要覆盖当前的文件。\n* **-r**　  　copy(move) directories recursively\n\n```bash\n$ cp -r $FOAM_TUTORIALS . #注意$FOAM_TUTORIALS也是openFoam指定的路径，这个意思是把tutorial文件下的所有case复制到当前文件下。\n```\n\n**rm**　  　[OPTION]... FILE...\n* **-f**　  　never prompt\n* **-i**　  　prompt before every removal\n* **-r**　  　remove directories recursively  \n\n```bash\n$ rm -rf fileName\n```\n>  较为危险的指令，很容易就gg了。可是用起来无比惬意，一次性彻底删除不要的东西。所以建议大家还是经常备份重要数据，一不小心删错了，那就很捉急了。温馨提示，如果误删，请不要再进行任何操作，还是有挽救的办法，请自行google/baidu.\n\n\n**ln　  　source_file...target_file\n* **-s**　  　 create a soft link;\n\n```bash\n$ ln -s /opt/openfoam30/doc/Guides-a4/UserGuide.pdf ~/Desktop/UserGuide.pdf \n```\n\n**touch　  　[OPTION]... FILE...**\n\n```bash\n$ touch cavity.OpenFOAM # 新建一个算例的数据文件，可以用paraview打开。\n```\n\n**chmod　  　[OPTION]...MODE[,MODE]...FILE...\n　  　　  　[OPTION]...OCTAL-MODE FILE...**\n        \n```bash\n$ chmod +x Allrun    # 提高Allrun文件的执行权限\n```\n\n\n\n"
  },
  {
    "path": "magnusEffect/0/.svn/all-wcprops",
    "content": "K 25\nsvn:wc:ra_dav:version-url\nV 98\n/svnroot/openfoam-extend/!svn/ver/1160/trunk/Core/OpenFOAM-1.5-dev/tutorials/icoDyMFoam/mixerGgi/0\nEND\np\nK 25\nsvn:wc:ra_dav:version-url\nV 100\n/svnroot/openfoam-extend/!svn/ver/1160/trunk/Core/OpenFOAM-1.5-dev/tutorials/icoDyMFoam/mixerGgi/0/p\nEND\nU\nK 25\nsvn:wc:ra_dav:version-url\nV 100\n/svnroot/openfoam-extend/!svn/ver/1160/trunk/Core/OpenFOAM-1.5-dev/tutorials/icoDyMFoam/mixerGgi/0/U\nEND\n"
  },
  {
    "path": "magnusEffect/0/.svn/entries",
    "content": "10\n\ndir\n1824\nhttps://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev/tutorials/icoDyMFoam/mixerGgi/0\nhttps://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend\n\n\n\n2009-04-02T10:19:15.967477Z\n1160\nhjasak\n\n\n\n\n\n\n\n\n\n\n\n\n\n\ne4e07f05-0c2f-0410-a05a-b8ba57e0c909\n\f\np\nfile\n\n\n\n\n2010-09-12T03:25:12.586382Z\ndd2b863de322b1d9c35faef303f89f85\n2009-04-02T10:19:15.967477Z\n1160\nhjasak\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n1312\n\f\nU\nfile\n\n\n\n\n2010-09-12T03:25:12.586382Z\nc1b8734ca81431daedfa5badc1f03002\n2009-04-02T10:19:15.967477Z\n1160\nhjasak\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n1416\n\f\n"
  },
  {
    "path": "magnusEffect/0/.svn/text-base/U.svn-base",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  1.5-dev                               |\n|   \\\\  /    A nd           | Web:      http://www.OpenFOAM.org               |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    impellerWall\n    {\n        type            movingWallVelocity;\n        value           uniform (0 0 0);\n    }\n    baffleWall\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n    insideSlider\n    {\n        type            ggi;\n        value           uniform (0 0 0);\n    }\n    outsideSlider\n    {\n        type            ggi;\n        value           uniform (0 0 0);\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/0/.svn/text-base/p.svn-base",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  1.5-dev                               |\n|   \\\\  /    A nd           | Web:      http://www.OpenFOAM.org               |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    impellerWall\n    {\n        type            zeroGradient;\n    }\n    baffleWall\n    {\n        type            zeroGradient;\n    }\n    insideSlider\n    {\n        type            ggi;\n        value           uniform 0;\n    }\n    outsideSlider\n    {\n        type            ggi;\n        value           uniform 0;\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (10 0 0);\n\nboundaryField\n{\n    frontAndBack\n    {\n        type            empty;\n    }\n    domain_boundary\n    {\n        type            freestream;\n        freestreamValue uniform (10 0 0);\n    }\n    cylinder\n    {\n        type            rotatingWallVelocity;\n        origin          ( 0 0 0 );\n        axis            ( 0 0 1 );\n        omega           -200;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/0/epsilon",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -3 0 0 0 0];\n\ninternalField   uniform 0.000765;\n\nboundaryField\n{\n    frontAndBack\n    {\n        type            empty;\n    }\n    domain_boundary\n    {\n        type            freestream;\n        freestreamValue uniform 0.000765;\n    }\n    cylinder\n    {\n        type            epsilonWallFunction;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0.00325;\n\nboundaryField\n{\n    frontAndBack\n    {\n        type            empty;\n    }\n    domain_boundary\n    {\n        type            freestream;\n        freestreamValue uniform 0.00325;\n    }\n    cylinder\n    {\n        type            kqRWallFunction;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/0/nuTilda",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nuTilda;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    frontAndBack\n    {\n        type            empty;\n    }\n    domain_boundary\n    {\n        type            freestream;\n        freestreamValue uniform 0;\n    }\n    cylinder\n    {\n        type            zeroGradient;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    frontAndBack\n    {\n        type            empty;\n    }\n    domain_boundary\n    {\n        type            freestream;\n        freestreamValue uniform 0.14;\n    }\n    cylinder\n    {\n        type            nutkWallFunction;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    frontAndBack\n    {\n        type            empty;\n    }\n    domain_boundary\n    {\n        type            zeroGradient;\n    }\n    cylinder\n    {\n        type            zeroGradient;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\ncleanCase\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "magnusEffect/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\n# Generate the mesh\nrunApplication gmsh -3 magnus.geo\nrunApplication gmshToFoam magnus.msh\n\n# Modify the boundary conditions\nsed -i '22s/patch/empty/' constant/polyMesh/boundary\nsed -i '29s/patch/wall/' constant/polyMesh/boundary\n\n# Run the solver\nrunApplication `getApplication`\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "magnusEffect/README.md",
    "content": "**Magnus Effect Simulation in OpenFOAM**\n\nForked from [openfoamtutorials/openfoam_tutorials](https://github.com/openfoamtutorials/openfoam_tutorials)\n\nDescription\n\nHere we will simulate the Magnus effect on a spinning cylinder in freestream in a 2D simulation in OpenFOAM. The mesh will be hybrid structured-unstructured and generated in Gmsh. The flowfield will be inspected.\n\nOutline\n\n-Gmsh mesh overview.\n\n-Mesh generation and conversion to OpenFOAM.\n\n-Simulation using pimpleFoam.\n\n-Inspect flow field.\n\nThis tutorial was run successfully on\n\n-Ubuntu 16.04 64-bit\n\n-OpenFOAM 6.x\n\n-Gmsh 3.x\n"
  },
  {
    "path": "magnusEffect/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ntransportModel  Newtonian;\n\nnu              nu [ 0 2 -1 0 0 0 0 ] 1e-05;\n\nCrossPowerLawCoeffs\n{\n    nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;\n    nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;\n    m               m [ 0 0 1 0 0 0 0 ] 1;\n    n               n [ 0 0 0 0 0 0 0 ] 1;\n}\n\nBirdCarreauCoeffs\n{\n    nu0             nu0 [ 0 2 -1 0 0 0 0 ] 1e-06;\n    nuInf           nuInf [ 0 2 -1 0 0 0 0 ] 1e-06;\n    k               k [ 0 0 1 0 0 0 0 ] 0;\n    n               n [ 0 0 0 0 0 0 0 ] 1;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType  RAS;\n\nRAS\n{\n    RASModel        kEpsilon;\n\n    turbulence      on;\n\n    printCoeffs     on;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/magnus.geo",
    "content": "//Inputs (units are metric)\ncylinder_radius = 0.1;\nboundarylayer_height = 0.2*cylinder_radius;\nboundarylayer_cells = 10;\nboundarylayer_progression = 1.1;\nsurface_gridsize = 0.1*cylinder_radius;\n\ndomain_radius = 20*cylinder_radius;\ndomain_gridsize = 0.1*domain_radius;\ncell_depth = cylinder_radius;\n\nPoint(1) = {0,0,0};\n\nPoint(2) = {cylinder_radius,0,0};\nPoint(3) = {0,cylinder_radius,0};\nPoint(4) = {-cylinder_radius,0,0};\nPoint(5) = {0,-cylinder_radius,0};\n\nPoint(6) = {cylinder_radius+boundarylayer_height,0,0};\nPoint(7) = {0,cylinder_radius+boundarylayer_height,0};\nPoint(8) = {-(cylinder_radius+boundarylayer_height),0,0};\nPoint(9) = {0,-(cylinder_radius+boundarylayer_height),0};\n\nCircle(10) = {2,1,3};\nCircle(11) = {3,1,4};\nCircle(12) = {4,1,5};\nCircle(13) = {5,1,2};\n\nCircle(14) = {6,1,7};\nCircle(15) = {7,1,8};\nCircle(16) = {8,1,9};\nCircle(17) = {9,1,6};\n\nLine(18) = {2,6};\nLine(19) = {3,7};\nLine(20) = {4,8};\nLine(21) = {5,9};\n\nLine Loop(22) = {18,14,-19,-10};\nLine Loop(23) = {19,15,-20,-11};\nLine Loop(24) = {20,16,-21,-12};\nLine Loop(25) = {21,17,-18,-13};\n\nPlane Surface(26) = 22;\nPlane Surface(27) = 23;\nPlane Surface(28) = 24;\nPlane Surface(29) = 25;\n\nTransfinite Line{10:17} = cylinder_radius*2*Pi/surface_gridsize;\nTransfinite Line{18,19,20,21} = boundarylayer_cells Using Progression boundarylayer_progression;\nTransfinite Surface{26,27,28,29};\n\nRecombine Surface{26};\nRecombine Surface{27};\nRecombine Surface{28};\nRecombine Surface{29};\n\nLine Loop(30) = {14:17};\n\nPoint(31) = {domain_radius,0,0,domain_gridsize};\nPoint(32) = {0,domain_radius,0,domain_gridsize};\nPoint(33) = {-domain_radius,0,0,domain_gridsize};\nPoint(34) = {0,-domain_radius,0,domain_gridsize};\n\nCircle(35) = {31,1,32};\nCircle(36) = {32,1,33};\nCircle(37) = {33,1,34};\nCircle(38) = {34,1,31};\n\nLine Loop(39) = {35:38};\n\nPlane Surface(40) = {39,30};\n\nnew_entities1[] = \nExtrude{0,0,cell_depth}\n{\n\tSurface{26};\n\tLayers{1};\n\tRecombine;\n};\nnew_entities2[] = \nExtrude{0,0,cell_depth}\n{\n\tSurface{27};\n\tLayers{1};\n\tRecombine;\n};\nnew_entities3[] = \nExtrude{0,0,cell_depth}\n{\n\tSurface{28};\n\tLayers{1};\n\tRecombine;\n};\nnew_entities4[] = \nExtrude{0,0,cell_depth}\n{\n\tSurface{29};\n\tLayers{1};\n\tRecombine;\n};\nnew_entities5[] = \nExtrude{0,0,cell_depth}\n{\n\tSurface{40};\n\tLayers{1};\n\tRecombine;\n};\n\nPhysical Surface(\"cylinder\") = {new_entities1[5],new_entities2[5],new_entities3[5],new_entities4[5]};\nPhysical Surface(\"domain_boundary\") = {new_entities5[{2:5}]};\nPhysical Surface(\"frontAndBack\") = {26:29,40,new_entities1[0],new_entities2[0],new_entities3[0],new_entities4[0],new_entities5[0]};\n\nPhysical Volume(1000) = {new_entities1[1],new_entities2[1],new_entities3[1],new_entities4[1],new_entities5[1]};"
  },
  {
    "path": "magnusEffect/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication         pimpleFoam;\nstartFrom           latestTime;\nendTime             0.5;\nstopAt              endTime;\ndeltaT              1;\nwriteControl        adjustableRunTime;\nwriteInterval       0.01;\nwriteFormat         ascii;\nwritePrecision      6;\nwriteCompression    uncompressed;\ntimeFormat          general;\ntimePrecision       6;\nrunTimeModifiable   yes;\nadjustTimeStep      yes;\nmaxCo               2;\nmaxDeltaT           1;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n    grad(U)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         Gauss upwind;\n    div(phi,U)      Gauss linearUpwind grad(U);\n//    div(phi,k)      Gauss limitedLinear 1;\n//    div(phi,epsilon)  Gauss limitedLinear 1;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear limited corrected 0.5;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "magnusEffect/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.3.1                                 |\n|   \\\\  /    A nd           | Web:      http://www.OpenFOAM.org               |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n//The following variables must have line numbers of 17-18.\nmyPTolerance 1e-2;\nmyUTolerance 1e-5;\nmyTurbTolerance 1e-6;\nmyRelaxation 1;\n\nsolvers\n{\n    \"(p|pFinal|pcorr)\"\n    {\n\tsolver\t\t \tGAMG;\n\tmergeLevels 1;\n\tsmoother \t\tGaussSeidel;\n\tagglomerator \t\tfaceAreaPair;\n\tnCellsInCoarsestLevel 1500;\n\ttolerance \t\t$myPTolerance;\n\trelTol 0.1;\n    }\n    \"(k|kFinal|omega|omegaFinal|epsilon|epsilonFinal|nuTilda|nuTildaFinal)\"\n    {\n        solver           smoothSolver;//PBiCG\n        smoother         GaussSeidel;//preconditioner   DILU;\n        tolerance        $myTurbTolerance;\n        relTol 0.1;\n    }\n    \"(U|UFinal)\"\n    {\n\tsolver\t\t smoothSolver;//PBiCG\n        smoother\t GaussSeidel;//preconditioner   DILU;\n        tolerance        $myUTolerance;\n\trelTol 0.1;\n    }\n}\n\nPIMPLE\n{\n    correctPhi          \tno;\n    nOuterCorrectors \t\t1;\n    nCorrectors \t\t3;\n    nNonOrthogonalCorrectors \t1;\n    pRefCell           \t\t0;\n    pRefValue           \t0;\n}\nrelaxationFactors\n{\n    fields\n    {\n        p               $myRelaxation;\n    }\n    equations\n    {\n        k               $myRelaxation;\n        U               $myRelaxation;\n        omega           $myRelaxation;\n        epsilon         $myRelaxation;\n        nuTilda         $myRelaxation;\n    }\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/Alltest",
    "content": "#!/bin/sh\nmpiCase (){\n    cp -r damBreak4phaseFine damBreak4phaseFine$1 \\\n        >> /dev/null\n    sed -i '18cnumberOfSubdomains '$1';' \\\n        damBreak4phaseFine$1/system/decomposeParDict\n    sed -i 's/2/'$1'/g' \\\n        damBreak4phaseFine$1/Allsbatch\n    sed -i 's/damBreak4phaseFine/damBreak4phaseFine'$1'/g' \\\n       damBreak4phaseFine$1/Allsbatch\n#    sbatch ./damBreak4phaseFine$1/Allsbatch\n}\nserialCase (){\n    cp -r damBreak4phaseFine damBreak4phaseFine1 \\\n        >> /dev/null\n    rm damBreak4phaseFine1/system/decomposeParDict\n    sed -i '15cmultiphaseEulerFoam' \\\n        damBreak4phaseFine1/Allsbatch\n    sed -i 's/damBreak4phaseFine/damBreak4phaseFine1/' \\\n        damBreak4phaseFine1/Allsbatch\n    sed -i '14d' \\\n        damBreak4phaseFine1/Allsbatch\n    sed -i '3d' \\\n        damBreak4phaseFine1/Allsbatch\n#    sbatch ./damBreak4phaseFine1/Allsbatch\n}\nmpiCase 16\nserialCase\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      binary;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    leftWall\n    {\n        type            noSlip;\n    }\n    rightWall\n    {\n        type            noSlip;\n    }\n    lowerWall\n    {\n        type            noSlip;\n    }\n    atmosphere\n    {\n        type            fluxCorrectedVelocity;\n        value           uniform (0 0 0);\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/U.air",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U.air;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    leftWall\n    {\n        type            noSlip;\n    }\n    rightWall\n    {\n        type            noSlip;\n    }\n    lowerWall\n    {\n        type            noSlip;\n    }\n    atmosphere\n    {\n        type            fluxCorrectedVelocity;\n        value           uniform (0 0 0);\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/U.mercury",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U.mercury;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    leftWall\n    {\n        type            noSlip;\n    }\n    rightWall\n    {\n        type            noSlip;\n    }\n    lowerWall\n    {\n        type            noSlip;\n    }\n    atmosphere\n    {\n        type            fluxCorrectedVelocity;\n        value           uniform (0 0 0);\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/U.oil",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U.oil;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    leftWall\n    {\n        type            noSlip;\n    }\n    rightWall\n    {\n        type            noSlip;\n    }\n    lowerWall\n    {\n        type            noSlip;\n    }\n    atmosphere\n    {\n        type            fluxCorrectedVelocity;\n        value           uniform (0 0 0);\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/U.water",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      Uwater;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    leftWall\n    {\n        type            noSlip;\n    }\n    rightWall\n    {\n        type            noSlip;\n    }\n    lowerWall\n    {\n        type            noSlip;\n    }\n    atmosphere\n    {\n        type            fluxCorrectedVelocity;\n        value           uniform (0 0 0);\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/alpha.air.orig",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      alpha.air;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    leftWall\n    {\n        type            alphaContactAngle;\n        thetaProperties\n        (\n            ( water air ) 90 0 0 0\n            ( oil air ) 90 0 0 0\n            ( mercury air ) 90 0 0 0\n            ( water oil ) 90 0 0 0\n            ( water mercury ) 90 0 0 0\n            ( oil mercury ) 90 0 0 0\n        );\n        value           uniform 0;\n    }\n    rightWall\n    {\n        type            alphaContactAngle;\n        thetaProperties\n        (\n            ( water air ) 90 0 0 0\n            ( oil air ) 90 0 0 0\n            ( mercury air ) 90 0 0 0\n            ( water oil ) 90 0 0 0\n            ( water mercury ) 90 0 0 0\n            ( oil mercury ) 90 0 0 0\n        );\n        value           uniform 1;\n    }\n    lowerWall\n    {\n        type            alphaContactAngle;\n        thetaProperties\n        (\n            ( water air ) 90 0 0 0\n            ( oil air ) 90 0 0 0\n            ( mercury air ) 90 0 0 0\n            ( water oil ) 90 0 0 0\n            ( water mercury ) 90 0 0 0\n            ( oil mercury ) 90 0 0 0\n        );\n        value           uniform 0;\n    }\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 1;\n        value           uniform 1;\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/alpha.mercury.orig",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      alpha.mercury;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    leftWall\n    {\n        type            zeroGradient;\n    }\n    rightWall\n    {\n        type            zeroGradient;\n    }\n    lowerWall\n    {\n        type            zeroGradient;\n    }\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/alpha.oil.orig",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      alpha.oil;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    leftWall\n    {\n        type            zeroGradient;\n    }\n    rightWall\n    {\n        type            zeroGradient;\n    }\n    lowerWall\n    {\n        type            zeroGradient;\n    }\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/alpha.water.orig",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      alpha.water;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    leftWall\n    {\n        type            zeroGradient;\n    }\n    rightWall\n    {\n        type            zeroGradient;\n    }\n    lowerWall\n    {\n        type            zeroGradient;\n    }\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/0/p_rgh",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p_rgh;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [1 -1 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    leftWall\n    {\n        type            fixedFluxPressure;\n        value           uniform 0;\n    }\n\n    rightWall\n    {\n        type            fixedFluxPressure;\n        value           uniform 0;\n    }\n\n    lowerWall\n    {\n        type            fixedFluxPressure;\n        value           uniform 0;\n    }\n\n    atmosphere\n    {\n        type            totalPressure;\n        p0              uniform 0;\n    }\n\n    defaultFaces\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\ncleanVoFCase\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/Allsbatch",
    "content": "#!/bin/sh\n\n#SBATCH --ntasks=2\n#SBATCH --time=03:00:00\n#SBATCH --mem-per-cpu=0\n#SBATCH --job-name=mpiTest\n#SBATCH --output=job-2-core-%J.out\n#SBATCH --account=def-account\n\ncd $FOAM_RUN/mpiTest/damBreak4phaseFine/\n\nblockMesh\nsetFields\ndecomposePar\nmpirun -n 2 multiphaseEulerFoam -parallel\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/constant/g",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       uniformDimensionedVectorField;\n    location    \"constant\";\n    object      g;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -2 0 0 0 0];\nvalue           (0 -9.81 0);\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/constant/motionProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      motionProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nmovingFvMesh    staticFvMesh;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nphases\n(\n     water\n     {\n         nu         1e-06;\n         kappa      1e-06;\n         Cp         4195;\n         rho        1000;\n\n         diameterModel constant;\n         constantCoeffs\n         {\n             d               1e-3;\n         }\n     }\n\n     oil\n     {\n         nu         1e-06;\n         kappa      1e-06;\n         Cp         4195;\n         rho        500;\n\n         diameterModel constant;\n         constantCoeffs\n         {\n             d               1e-3;\n         }\n     }\n\n     mercury\n     {\n         nu         1.125e-07;\n         kappa      1e-06;\n         Cp         4195;\n         rho        13529;\n\n         diameterModel constant;\n         constantCoeffs\n         {\n             d               1e-3;\n         }\n     }\n\n     air\n     {\n         nu         1.48e-05;\n         kappa      2.63e-2;\n         Cp         1007;\n         rho        1;\n\n         diameterModel constant;\n         constantCoeffs\n         {\n             d              3e-3;\n         }\n     }\n);\n\nsigmas\n(\n    (air water)     0.07\n    (air oil)       0.07\n    (air mercury)   0.07\n);\n\ninterfaceCompression\n(\n    (air water)     1\n    (air oil)       1\n    (air mercury)   1\n);\n\nvirtualMass\n(\n);\n\ndrag\n(\n    (air water)\n    {\n        type blended;\n\n        air\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        water\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        residualPhaseFraction 1e-3;\n        residualSlip 1e-3;\n    }\n\n    (air oil)\n    {\n        type blended;\n\n        air\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        oil\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        residualPhaseFraction 1e-3;\n        residualSlip 1e-3;\n    }\n\n    (air mercury)\n    {\n        type blended;\n\n        air\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        mercury\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        residualPhaseFraction 1e-3;\n        residualSlip 1e-3;\n    }\n\n    (water oil)\n    {\n        type blended;\n\n        water\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        oil\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        residualPhaseFraction 1e-3;\n        residualSlip 1e-3;\n    }\n\n    (water mercury)\n    {\n        type blended;\n\n        water\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        mercury\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        residualPhaseFraction 1e-3;\n        residualSlip 1e-3;\n    }\n\n    (oil mercury)\n    {\n        type blended;\n\n        oil\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        mercury\n        {\n            type SchillerNaumann;\n            residualPhaseFraction 0;\n            residualSlip 0;\n        }\n\n        residualPhaseFraction 1e-3;\n        residualSlip 1e-3;\n    }\n);\n\n\n// This is a dummy to support the Smagorinsky model\ntransportModel  Newtonian;\nnu              [0 2 -1 0 0 0 0] 0;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType  laminar;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.146;\n\nvertices\n(\n    (0 0 0)\n    (2 0 0)\n    (2.16438 0 0)\n    (4 0 0)\n    (0 0.32876 0)\n    (2 0.32876 0)\n    (2.16438 0.32876 0)\n    (4 0.32876 0)\n    (0 4 0)\n    (2 4 0)\n    (2.16438 4 0)\n    (4 4 0)\n    (0 0 0.1)\n    (2 0 0.1)\n    (2.16438 0 0.1)\n    (4 0 0.1)\n    (0 0.32876 0.1)\n    (2 0.32876 0.1)\n    (2.16438 0.32876 0.1)\n    (4 0.32876 0.1)\n    (0 4 0.1)\n    (2 4 0.1)\n    (2.16438 4 0.1)\n    (4 4 0.1)\n);\n\nblocks\n(\n    hex (0 1 5 4 12 13 17 16) (92 15 1) simpleGrading (1 1 1)\n    hex (2 3 7 6 14 15 19 18) (76 15 1) simpleGrading (1 1 1)\n    hex (4 5 9 8 16 17 21 20) (92 180 1) simpleGrading (1 1 1)\n    hex (5 6 10 9 17 18 22 21) (8 180 1) simpleGrading (1 1 1)\n    hex (6 7 11 10 18 19 23 22) (76 180 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    leftWall\n    {\n        type wall;\n        faces\n        (\n            (0 12 16 4)\n            (4 16 20 8)\n        );\n    }\n    rightWall\n    {\n        type wall;\n        faces\n        (\n            (7 19 15 3)\n            (11 23 19 7)\n        );\n    }\n    lowerWall\n    {\n        type wall;\n        faces\n        (\n            (0 1 13 12)\n            (1 5 17 13)\n            (5 6 18 17)\n            (2 14 18 6)\n            (2 3 15 14)\n        );\n    }\n    atmosphere\n    {\n        type patch;\n        faces\n        (\n            (8 20 21 9)\n            (9 21 22 10)\n            (10 22 23 11)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     multiphaseEulerFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         6;\n\ndeltaT          0.001;\n\nwriteControl    adjustableRunTime;\n\nwriteInterval   0.01;\n\npurgeWrite      0;\n\nwriteFormat     binary;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable yes;\n\nadjustTimeStep  yes;\n\nmaxCo           0.5;\nmaxAlphaCo      0.5;\n\nmaxDeltaT       1;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 2;\n\nmethod          scotch;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    \"div\\(phi,alpha.*\\)\"    Gauss vanLeer;\n    \"div\\(phir,alpha.*,alpha.*\\)\"   Gauss vanLeer;\n\n    \"div\\(alphaPhi.*,U.*\\)\" Gauss limitedLinearV 1;\n    div(Rc)                 Gauss linear;\n    \"div\\(phi.*,U.*\\)\"      Gauss limitedLinearV 1;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    \"alpha.*\"\n    {\n        nAlphaSubCycles 3;\n    }\n\n    p_rgh\n    {\n        solver          GAMG;\n        tolerance       1e-7;\n        relTol          0.05;\n        smoother        GaussSeidel;\n    }\n\n    p_rghFinal\n    {\n        solver          PCG;\n        preconditioner\n        {\n            preconditioner  GAMG;\n            tolerance       1e-7;\n            relTol          0;\n            nVcycles        2;\n            smoother        GaussSeidel;\n        }\n        tolerance       1e-7;\n        relTol          0;\n        maxIter         20;\n    }\n\n    \"pcorr.*\"\n    {\n        $p_rghFinal;\n        tolerance       1e-5;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        GaussSeidel;\n        tolerance       1e-8;\n        relTol          0.1;\n        nSweeps         1;\n    }\n\n    UFinal\n    {\n        $U;\n        tolerance       1e-7;\n        relTol          0;\n    }\n}\n\nPIMPLE\n{\n    nCorrectors     3;\n    nNonOrthogonalCorrectors 0;\n}\n\nrelaxationFactors\n{\n    \"U.*\"           1;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "mpiTest/damBreak4phaseFine/system/setFieldsDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     | Website:  https://openfoam.org\n    \\\\  /    A nd           | Version:  6\n     \\\\/     M anipulation  |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      setFieldsDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndefaultFieldValues\n(\n    volScalarFieldValue alpha.air 1\n    volScalarFieldValue alpha.water 0\n    volScalarFieldValue alpha.oil 0\n    volScalarFieldValue alpha.mercury 0\n    volVectorFieldValue U (0 0 0)\n);\n\nregions\n(\n    boxToCell\n    {\n        box (0 0 -1) (0.1461 0.292 1);\n        fieldValues\n        (\n            volScalarFieldValue alpha.water 1\n            volScalarFieldValue alpha.oil 0\n            volScalarFieldValue alpha.mercury 0\n            volScalarFieldValue alpha.air 0\n        );\n    }\n    boxToCell\n    {\n        box (0.1461 0 -1) (0.2922 0.292 1);\n        fieldValues\n        (\n            volScalarFieldValue alpha.water 0\n            volScalarFieldValue alpha.oil 1\n            volScalarFieldValue alpha.mercury 0\n            volScalarFieldValue alpha.air 0\n        );\n    }\n    boxToCell\n    {\n        box (0 0 -1) (0.1461 0.1 1);\n        fieldValues\n        (\n            volScalarFieldValue alpha.water 0\n            volScalarFieldValue alpha.oil 0\n            volScalarFieldValue alpha.mercury 1\n            volScalarFieldValue alpha.air 0\n        );\n    }\n);\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/.gitignore",
    "content": "# git-ls-files --others --exclude-from=.git/info/exclude\n# Lines that start with '#' are comments.\n\n# Editor and misc backup files - anywhere\n*~\n.*~\n*.bak\n*.bak[0-9][0-9]\n\\#*\\#\n\n# File-browser settings - anywhere\n.directory\n\n# CVS recovered versions - anywhere\n.#*\n\n# Objects and archives - anywhere\n*.[oa]\n*.la\n*.so\n\n# Derived files\nlex.yy.c\n\n# Corefiles\ncore\n\n# Dependency files - anywhere\n*.dep\n\n# lnInclude (symlink) directories - anywhere\nlnInclude\n\n# Build directories - anywhere\nlinux*Clang*/\nlinux*Gcc*/\nlinux*Icc*/\nsolaris*Gcc*/\nSunOS*Gcc*/\nplatforms/\n\n# Reinstate wmake/rules that might look like build directories\n!wmake/rules/*/\n\n# doxygen generated documentation\ndoc/Doxygen/html\ndoc/Doxygen/latex\ndoc/Doxygen/man\ndoc/Doxygen/DTAGS\n\n# Generated files in the main directory (e.g. ReleaseNotes-?.?.html)\n# and in the doc directory\n/*.html\n/doc/*.html\n\n# Untracked configuration files\n/etc/prefs.csh\n/etc/prefs.sh\n/etc/config.csh/prefs.csh\n/etc/config.sh/prefs.sh\n\n# Source packages - anywhere\n*.tar.bz2\n*.tar.gz\n*.tar\n*.tgz\n*.gtgz\n\n# Ignore the persistent .build tag in the main directory\n/.build\n\n# Ignore .timeStamp in the main directory\n/.timeStamp\n\n# Ignore .tags in the main directory\n/.tags\n\n# Ignore project files in the main directory\n/.cproject\n/.project\n/.dir-locals.el\n/.dropbox\n\n# Ignore the test directory\n/tutorialsTest\n"
  },
  {
    "path": "programmingTutorials/LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    {one line to give the program's name and a brief idea of what it does.}\n    Copyright (C) {year}  {name of author}\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    {project}  Copyright (C) {year}  {fullname}\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/Make/files",
    "content": "OFtutorial0.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial0\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/OFtutorial0.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n\t// Checks the basic folder structure, verifies there is a control dict present, etc.;\n\t// also deals with parsing command line arguments and options.\n\t// It works by taking an external piece of code, written in $FOAM_SRC/OpenFOAM/include.\n\t// The contents of the include file actually look like this:\n    /*Foam::argList args(argc, argv); - deciphers the arguments passed to the program\n    if (!args.checkRootCase()) - verifies the folder structure\n    {\n        Foam::FatalError.exit();\n    }*/\n    #include \"setRootCase.H\"\n\n\t// OpenFOAM screen output is very similar to rudimentary C++ with its std::cout, std::nl and std::endl\n\t// being replaced with Foam::Info, Foam::nl, and Foam::endl.\n\tInfo << \"Hello there, I'm an OpenFOAM program!\" << nl\n\t\t << \"You don't need a mesh or anything to run it, just a bare OpenFOAM case will do.\" << nl\n\t\t << tab << \"This is me again, just creating a tabulated new line, move along.\" << nl << endl;\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/Allrun",
    "content": "#!/bin/bash\n\nofTutorial0\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial00_helloWorld/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/Make/files",
    "content": "OFtutorial1.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial1\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/OFtutorial1.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n    // Initialise OF case\n    #include \"setRootCase.H\"\n\n    // These two create the time system (instance called runTime) and fvMesh (instance called mesh).\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n    // ---\n    // Get access to a custom dictionary\n    dictionary customDict;\n    const word dictName(\"customProperties\");\n\n    // Create and input-output object - this holds the path to the dict and its name\n    IOobject dictIO\n    (\n        dictName, // name of the file\n        mesh.time().constant(), // path to where the file is\n        mesh, // reference to the mesh needed by the constructor\n        IOobject::MUST_READ // indicate that reading this dictionary is compulsory\n    );\n\n    // Check the if the dictionary is present and follows the OF format\n    if (!dictIO.typeHeaderOk<dictionary>(true))\n        FatalErrorIn(args.executable()) << \"Cannot open specified refinement dictionary \"\n            << dictName << exit(FatalError);\n\n    // Initialise the dictionary object\n    customDict = IOdictionary(dictIO);\n\n    // ---\n    // Read various pieces of information from the main part of the dictionary\n\n    // Lookup which does not need to be told what type of variable we're looking for and\n    // uses the standard C++ stringstream syntax\n    word someWord;\n    customDict.lookup(\"someWord\") >> someWord;\n\n    // This template method needs to know the type of the variable and can provide\n    // a default value if the entry is not found in the dictionary\n    scalar someScalar( customDict.lookupOrDefault<scalar>(\"someScalar\", 1.0) );\n\n    // A switch is a neat feature allowing boolean values to be read from a dict,\n    // it supports the OpenFOAM yes/on/true/1 and no/off/false/0 values automatically.\n    bool someBool ( customDict.lookupOrDefault<Switch>(\"someBool\",true) );\n\n    // Lists of values may also be read in the same way\n    List<scalar> someList ( customDict.lookup(\"someList\") );\n\n    // This type of container is particularly interesting - it associates entries with\n    // given key values (here of word type but can be anything); useful when\n    // associating things by indices in a list is less handy\n    HashTable<vector,word> someHashTable ( customDict.lookup(\"someHashTable\") );\n\n    // Summarise what's been read and print in the console\n    Info << nl << \"Read the following:\" << nl << nl\n         << \"someWord \" << someWord << nl << nl\n         << \"someScalar \" << someScalar << nl << nl\n         << \"someList \" << someList << nl << nl\n         << \"someHashTable \" << someHashTable << nl << nl\n         << \"someBool \" << someBool << nl << nl\n         << endl;\n\n    // ---\n    // Create a custom directory and write an output file\n\n    // Create the output path directory\n    fileName outputDir = mesh.time().path()/\"postProcessing\";\n    // Creathe the directory\n    mkDir(outputDir);\n\n    // File pointer to direct the output to\n\tautoPtr<OFstream> outputFilePtr;\n    // Open the file in the newly created directory\n    outputFilePtr.reset(new OFstream(outputDir/\"customOutputFile.dat\"));\n\n    // Write stuff\n    outputFilePtr() << \"# This is a header\" << endl;\n    outputFilePtr() << \"0 1 2 3 4 5\" << endl;\n\n    // Append to the imported hash table and wirte it too\n    someHashTable.insert(\"newKey\", vector(1., 0., 0.));\n    outputFilePtr() << someHashTable << endl;\n\n    Info<< \"End\\n\" << endl;\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* postProcessing 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial1\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/constant/customProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsomeWord myWord;\n\nsomeScalar 0.01;\n\nsomeBool on;\n\nsomeList\n(\n    0\n    1\n    2\n);\n\nsomeHashTable\n(\n    key0 (0 0 0)\n    key1 (1 0 0)\n);\n\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial01_inputOutput/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/Make/files",
    "content": "OFtutorial2.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial2\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/OFtutorial2.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n    // ===\n    // Define the help message for this application\n    argList::addNote\n    (\n        \"Demonstrates how to handle command line options.\\n\"\n        \"\\n\"\n        \"Input arguments:\\n\"\n        \"----------------\\n\"\n        \"  someWord - does stuff\\n\"\n        \"  someScalar - does more things\\n\"\n    );\n\n    // prepare argument list\n    argList::noParallel();\n    argList::validArgs.append(\"someWord\");\n    argList::validArgs.append(\"someScalar\");\n\n    // prepare options\n    argList::addOption // string variable\n    (\n        \"dict\",\n        \"word\",\n        \"Path to an additional dictionary (not really used now)\"\n    );\n\n    argList::addBoolOption // on/off depending on whether option is given or not\n    (\n        \"someSwitch\",\n        \"Switches from A to B\"\n    );\n\n    argList::addOption // integer variable\n    (\n        \"someInt\",\n        \"label\",\n        \"Optional integer\"\n    );\n\n    // ===\n    // create argument list\n    // This is normally defined inside setRootCase.H\n    // #include \"setRootCase.H\"\n    Foam::argList args(argc, argv);\n    if (!args.checkRootCase())\n    {\n        Foam::FatalError.exit();\n    }\n\n    // ===\n    // read arguments\n    const word someWord = args[1];\n    // NOTE: the built-in method for converting strings to other data types\n    const scalar someScalar = args.argRead<scalar>(2);\n\n    Info << \"Got argument word \" << someWord << \" and scalar \" << someScalar << endl;\n\n    // ===\n    // read options\n    // default path to some dictionary\n    fileName dictPath(\"./system/defaultDict\");\n\n    // conditional execution based on an option being passed\n    if (args.optionFound(\"dict\"))\n    {\n        args.optionReadIfPresent(\"dict\", dictPath);\n        Info << \"Got an override flag for dictionary path\" << endl;\n    }\n    Info << \"Would read dict from \" << dictPath << endl;\n\n    // switch option\n    const bool someConstBool = args.optionFound(\"someSwitch\");\n    Info << \"Boolean switch set to \" << someConstBool << endl;\n\n    // numeric value option - same as string variables really\n    label someInt(0);\n    args.optionReadIfPresent(\"someInt\", someInt);\n    Info << \"Integer option value \" << someInt << endl;\n    \n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/Allrun",
    "content": "#!/bin/bash\n\nofTutorial2 someWordIPassed 5. -someSwitch -someInt 2 -dict path_to_nowhere_in_particular\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial02_commandLineArgumentsAndOptions/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/Make/files",
    "content": "OFtutorial3.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial3\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/OFtutorial3.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n\n\t// These two create the time system (instance called runTime) and fvMesh (instance called mesh).\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n\t// runTime and mesh are instances of objects (or classes).\n\t// If you are not familiar with what a class or object is, it is HIGHLY RECOMMENDED you visit this\n\t// website and only come back once you've read everything about classes, inheritance and polymorphism:\n\t// http://www.cplusplus.com/doc/tutorial/classes/\n\t// Note how the next lines call functions .timeName(), .C() and .Cf() implemented in the objects.\n\t// It is also important to realise that mesh.C() and .Cf() return vector fields denoting centres of each\n    // cell and internal face.\n\t// Calling the mesh.C().size() method therefore yields the total size of the mesh.\n\tInfo << \"Hello there, the most recent time folder found is \" << runTime.timeName() << nl\n\t\t << \"The mesh has \" << mesh.C().size() << \" cells and \" << mesh.Cf().size()\n         << \" internal faces in it. Wubalubadubdub!\" << nl << endl;\n\n    // It's possible to iterate over every cell in a standard C++ for loop\n    for (label cellI = 0; cellI < mesh.C().size(); cellI++)\n        if (cellI%20 == 0) // only show every twentieth cell not to spam the screen too much\n            Info << \"Cell \" << cellI << \" with centre at \" << mesh.C()[cellI] << endl;\n    Info << endl; // spacer\n\n    // Each cell is constructed of faces - these may either be internal or constitute a\n    // boundary, or a patch in OpenFOAM terms; internal faces have an owner cell\n    // and a neighbour.\n    for (label faceI = 0; faceI < mesh.owner().size(); faceI++)\n        if (faceI%40 == 0)\n            Info << \"Internal face \" << faceI << \" with centre at \" << mesh.Cf()[faceI]\n                 << \" with owner cell \" << mesh.owner()[faceI]\n                 << \" and neighbour \" << mesh.neighbour()[faceI] << endl;\n    Info << endl;\n\n    // Boundary conditions may be accessed through the boundaryMesh object.\n    // In reality, each boundary face is also included in the constant/polyMesh/faces\n    // description. But, in that file, the internal faces are defined first.\n    // In addition, the constant/polyMesh/boundary file defines the starting faceI\n    // indices from which boundary face definitions start.\n    // OpenFOAM also provides a macro definition for for loops over all entries\n    // in a field or a list, which saves up on the amount of typing.\n    forAll(mesh.boundaryMesh(), patchI)\n        Info << \"Patch \" << patchI << \": \" << mesh.boundary()[patchI].name() << \" with \"\n             << mesh.boundary()[patchI].Cf().size() << \" faces. Starts at total face \"\n             << mesh.boundary()[patchI].start() << endl;\n    Info << endl;\n\n    // Faces adjacent to boundaries may be accessed as follows.\n    // Also, a useful thing to know about a face is its normal vector and face area.\n    label patchFaceI(0);\n    forAll(mesh.boundaryMesh(), patchI)\n        Info << \"Patch \" << patchI << \" has its face \" << patchFaceI << \" adjacent to cell \"\n             << mesh.boundary()[patchI].patch().faceCells()[patchFaceI]\n             << \". It has normal vector \" << mesh.boundary()[patchI].Sf()[patchFaceI]\n             << \" and surface area \" << mag(mesh.boundary()[patchI].Sf()[patchFaceI])\n             << endl;\n    Info << endl;\n\n    // For internal faces, method .Sf() can be called directly on the mesh instance.\n    // Moreover, there is a shorthand method .magSf() which returns the surface area\n    // as a scalar.\n    // For internal faces, the normal vector points from the owner to the neighbour\n    // and the owner has a smaller cellI index than the neighbour. For boundary faces,\n    // the normals always point outside of the domain (they have \"imaginary\" neighbours\n    // which do not exist).\n\n    // It is possible to look at the points making up each face in more detail.\n    // First, we define a few shorthands by getting references to the respective\n    // objects in the mesh. These are defined as constants since we do not aim to\n    // alter the mesh in any way.\n    // NOTE: these lists refer to the physical definition of the mesh and thus\n    // include boundary faces. Use can be made of the mesh.boundary()[patchI].Cf().size()\n    // and mesh.boundary()[patchI].start() methods to check whether the face is internal\n    // or lies on a boundary.\n    const faceList& fcs = mesh.faces();\n    const List<point>& pts = mesh.points();\n    const List<point>& cents = mesh.faceCentres();\n\n    forAll(fcs,faceI)\n        if (faceI%80==0)\n        {\n            if (faceI<mesh.Cf().size())\n                Info << \"Internal face \";\n            else\n            {\n                forAll(mesh.boundary(),patchI)\n                    if ((mesh.boundary()[patchI].start()<= faceI) &&\n                        (faceI < mesh.boundary()[patchI].start()+mesh.boundary()[patchI].Cf().size()))\n                    {\n                        Info << \"Face on patch \" << patchI << \", faceI \";\n                        break; // exit the forAll loop prematurely\n                    }\n            }\n\n            Info << faceI << \" with centre at \" << cents[faceI]\n                 << \" has \" << fcs[faceI].size() << \" vertices:\";\n            forAll(fcs[faceI],vertexI)\n                // Note how fcs[faceI] holds the indices of points whose coordinates\n                // are stored in the pts list.\n                Info << \" \" << pts[fcs[faceI][vertexI]];\n            Info << endl;\n        }\n    Info << endl;\n\n    // In the original cavity tutorial, on which the test case is based,\n    // the frontAndBack boundary is defined as and \"empty\" type. This is a special\n    // BC case which may cause unexpected behaviour as its .Cf() field has size of 0.\n    // Type of a patch may be checked to avoid running into this problem if there\n    // is a substantial risk that an empty patch type will appear\n    label patchID(0);\n    const polyPatch& pp = mesh.boundaryMesh()[patchID];\n    if (isA<emptyPolyPatch>(pp))\n    {\n        // patch patchID is of type \"empty\".\n        Info << \"You will not see this.\" << endl;\n    }\n\n    // Patches may also be retrieved from the mesh using their name. This could be\n    // useful if the user were to refer to a particular patch from a dictionary\n    // (like when you do when calculating forces on a particular patch).\n    word patchName(\"movingWall\");\n    patchID = mesh.boundaryMesh().findPatchID(patchName);\n    Info << \"Retrieved patch \" << patchName << \" at index \" << patchID << \" using its name only.\" << nl << endl;\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial3\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type patch;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial03_understandingTheMesh/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/Make/files",
    "content": "OFtutorial4.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial4\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/OFtutorial4.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// This is a function declaration; this method will calculate some scalar value\n// given the current time, location in space x, and a reference point x0. The\n// function also accepts a scaling factor, scale.\n// The actual implementation, or definition, is below.\nscalar calculatePressure(scalar t, vector x, vector x0, scalar scale);\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n\t// This reads a dictionary file.\n\tInfo << \"Reading transportProperties\\n\" << endl;\n\n\tIOdictionary transportProperties\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"transportProperties\", // name of the dictionary\n\t\t    runTime.constant(), // location in the case - this one is in constant\n\t\t    mesh, // needs the mesh object reference to do some voodoo - unimportant now\n\t\t    IOobject::MUST_READ_IF_MODIFIED, // the file will be re-read if it gets modified during time stepping\n\t\t    IOobject::NO_WRITE // read-only\n\t\t)\n\t);\n\n\t// Create a scalar constant for kinematic viscosity by reading the value from the dictionary.\n\tdimensionedScalar nu\n\t(\n\t\t\"nu\", // name of the variable\n\t\tdimViscosity, // dimensions\n\t\t// TIP: to check how this is defined, run:\n\t\t// grep -r dimViscosity $FOAM_SRC/OpenFOAM/\n\t\t// This returns:\n\t\t/*/opt/openfoam30/src/OpenFOAM/dimensionSet/dimensionSets.C:const dimensionSet dimViscosity(dimArea/dimTime);\n\t\t/opt/openfoam30/src/OpenFOAM/dimensionSet/dimensionSets.C:const dimensionSet dimDynamicViscosity(dimDensity*dimViscosity);\n\t\t/opt/openfoam30/src/OpenFOAM/dimensionSet/dimensionSets.H:extern const dimensionSet dimViscosity;*/\n\t\t// So, it becomes apparent we should check dimensionSets.C, which contain:\n\t\t/*const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0);\n\t\tconst dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0);\n\t\tconst dimensionSet dimArea(sqr(dimLength));\n\t\tconst dimensionSet dimViscosity(dimArea/dimTime);*/\n\t\t// This is what gets used here. But, an alternative would be to type in the units directly:\n\t\t// dimensionSet(0,2,-1,0,0,0,0),\n\t\ttransportProperties.lookup(\"nu\") // this takes the value from the dictionary and returns it, passing it to the object constructor as an argument\n\t);\n\n\t// These read the fields p and U from the time folders, as specified in system/controlDict (i.e. latestTime, startTime, etc.)\n\tInfo<< \"Reading field p\\n\" << endl;\n\tvolScalarField p // note that pressure is a scalar field\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"p\", // name of the field\n\t\t    runTime.timeName(), // name of the current time, i.e. the time folder to read from\n\t\t    mesh,\n\t\t    IOobject::MUST_READ, // always gets imported, will throw an error if the field is missing\n\t\t    IOobject::AUTO_WRITE // will get saved automatically when the controlDict parameters will request it\n\t\t),\n\t\tmesh // initialises the field to match the size of the mesh with default (0) values\n\t);\n\n\tInfo<< \"Reading field U\\n\" << endl;\n\tvolVectorField U // note that velocity is a vector field\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"U\",\n\t\t    runTime.timeName(),\n\t\t    mesh,\n\t\t    IOobject::MUST_READ,\n\t\t    IOobject::AUTO_WRITE\n\t\t),\n\t\tmesh\n\t);\n\n\t// Let us define a vector whose values will not change over the course of the program execution.\n\tconst vector originVector(0.05,0.05,0.005);\n\n\t// Calculate the distance from the origin to the cell centre furthest away.\n\t// In Python, this is equivalent to:\n\t// np.sqrt(np.sum((x0-x)**2))\n\t// The .value() method is called to convert from a dimensionedScalar to a regular scalar.\n\tconst scalar rFarCell = max( // find the maximum value from all distances\n\t\t// compute distance of each cell centre from x0; units of mesh.C() are those of length, as this field\n\t\t// describes position in the Cartesian reference frame.\n\t\tmag(dimensionedVector(\"x0\",dimLength,originVector)-mesh.C())\n\t\t).value(); // convert to dim-less scalar\n\n\t// This part of the code performs time stepping for as long as is required by the simulation.\n\tInfo<< \"\\nStarting time loop\\n\" << endl;\n\n\t// This will increment the current time automatically\n    while (runTime.loop())\n    {\n        Info<< \"Time = \" << runTime.timeName() << nl << endl;\n\n\t\t// Loop over all cells in the mesh and calculate the pressure value.\n\t\tfor (label cellI=0; cellI<mesh.C().size(); cellI++)\n\t\t{\n\t\t\t// cellI describes a series of integers, each corresponding to an index of an individual cell in the grid.\n\n\t\t\t// Call the method and compute p.\n\t\t\t// Note how mesh.C() and p elements are accessed by using the [] operators, as in a regular C array.\n\t\t\t// .value() is also called to convert the time to a dim-less scalar\n\t\t\tp[cellI] = calculatePressure(runTime.time().value(), mesh.C()[cellI], originVector, rFarCell);\n\n            // NOTE: it is also possbile to interact with boundary face values, but\n            // this will be addressed in a separate tutorial.\n\t\t}\n\n\t\t// Calculate the gradient of p and substitute for U. Note that the units of grad(p) are not m/s,\n\t\t// so we multiply by a unit time variable to make them so. This is just for illustration purposes, of course.\n\t\t// The result will point either towards or away from the origin, depending on the sign of the\n\t\t// time varying \"pressure\".\n\t\tU = fvc::grad(p)*dimensionedScalar(\"tmp\",dimTime,1.);\n\n\t\t// If requested by controlDict, save the fields to files.\n\t\trunTime.write();\n\n\t\t// NOTE: a more appropriate way to calculate things in OpenFOAM is through performing\n\t\t// operations on field objects and not iterating cell-by-cell, where possible.\n\t\t// How to do this has been shown above, where rFarCell is being computed.\n\t\t// The iterative approach has been presented for completeness and to illustrate certain\n\t\t// basic features, but is, generally, discouraged, unless absolutely necessary.\n\t}\n\n\tInfo << \"Finished! Best to visualise the results by plotting p iso-contours with range (-10,10) and applying a glyph filter to the U field in Paraview.\" << endl;\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// definition of the custom function\nscalar calculatePressure(scalar t, vector x, vector x0, scalar scale)\n{\n\t// Calculates the distance between the base point and x, which is given by the magnitude (hence the name mag)\n\t// of the vector between x0 and x. The value is scaled by the passed factor, with the intention of making\n\t// it vary between 0 and 1.\n\tscalar r (mag(x-x0)/scale);\n\n\t// Calculate the inverse of r and apply a limiter to avoid dividing by zero.\n\tscalar rR (1./(r+1e-12));\n\n\t// definition of a frequency\n\tscalar f (1.);\n\n\t// Return a sinusoidally varying pressure with maximum at x0.\n\t// Note how we call the OpenFOAM sin method by referring to the Foam namespace.\n\t// This is done to differentiate between the native C++ implementation of a method with the same name\n\t// and thus avoid an ambiguous expression.\n\treturn Foam::sin(2.*Foam::constant::mathematical::pi*f*t)*rR;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial4\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.05;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial04_basicFieldOperations/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/Make/files",
    "content": "OFtutorial5.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial5\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/OFtutorial5.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n    // For a case being run in parallel, the domain is decomposed into several\n    // processor meshes. Each of them is run in a separate process and holds\n    // instances of objects like mesh, U or p just as in a single-threaded (serial)\n    // computation. These will have different sizes, of course, as they hold\n    // fewer elements than the whole, undecomposed, mesh.\n    // Pout is a stream to which each processor can write, unlike Info which only\n    // gets used by the head process (processor0)\n    Pout << \"Hello from processor \" << Pstream::myProcNo() << \"! I am working on \"\n         << mesh.C().size() << \" cells\" << endl;\n\n    // To exchange information between processes, special OpenMPI routines need\n    // to be called.\n\n    // This goes over each cell in the subdomain and integrates their volume.\n    scalar meshVolume(0.);\n    forAll(mesh.V(),cellI)\n        meshVolume += mesh.V()[cellI];\n\n    // Add the values from all processes together\n    Pout << \"Mesh volume on this processor: \" << meshVolume << endl;\n    reduce(meshVolume, sumOp<scalar>());\n    Info << \"Total mesh volume on all processors: \" << meshVolume\n        // Note how the reudction operation may be done in place without defning\n        // a temporary variable, where appropriate.\n         << \" over \" << returnReduce(mesh.C().size(), sumOp<label>()) << \" cells\" << endl;\n    // During the reduction stage, different operations may be carried out, summation,\n    // described by the sumOp template, being one of them.\n    // Other very useful operations are minOp and maxOp.\n    // Note how the type\n    // of the variable must be added to make an instance of the template, here\n    // this is done by adding <scalar> in front of the brackets.\n    // Custom reduction operations are easy to implement but need fluency in\n    // object-oriented programming in OpenFOAM, so we'll skip this for now.\n\n    // Spreading a value across all processors is done using a scatter operation.\n    Pstream::scatter(meshVolume);\n    Pout << \"Mesh volume on this processor is now \" << meshVolume << endl;\n\n    // It is often useful to check the distribution of something across all\n    // processors. This may be done using a list, with each element of it\n    // being written to by only one processor.\n    List<label> nInternalFaces (Pstream::nProcs()), nBoundaries (Pstream::nProcs());\n    nInternalFaces[Pstream::myProcNo()] = mesh.Cf().size();\n    nBoundaries[Pstream::myProcNo()] = mesh.boundary().size();\n\n    // The list may then be gathered on the head node as\n    Pstream::gatherList(nInternalFaces);\n    Pstream::gatherList(nBoundaries);\n    // Scattering a list is also possbile\n    Pstream::scatterList(nInternalFaces);\n    Pstream::scatterList(nBoundaries);\n\n    // It can also be useful to do things on the head node only\n    // (in this case this is meaningless since we are using Info, which already\n    // checks this and executes on the head node).\n    // Note how the gathered lists hold information for all processors now.\n    if (Pstream::master())\n    {\n        forAll(nInternalFaces,i)\n            Info << \"Processor \" << i << \" has \" << nInternalFaces[i]\n                 << \" internal faces and \" << nBoundaries[i] << \" boundary patches\" << endl;\n    }\n\n    // As the mesh is decomposed, interfaces between processors are turned\n    // into patches, meaning each subdomain sees a processor boundary as a\n    // boundary condition.\n    forAll(mesh.boundary(),patchI)\n        Pout << \"Patch \" << patchI << \" named \" << mesh.boundary()[patchI].name() << endl;\n\n    // When looking for processor patches, it is useful to check their type,\n    // similarly to how one can check if a patch is of empty type\n    forAll(mesh.boundary(),patchI)\n    {\n        const polyPatch& pp = mesh.boundaryMesh()[patchI];\n        if (isA<processorPolyPatch>(pp))\n            Pout << \"Patch \" << patchI << \" named \" << mesh.boundary()[patchI].name()\n                 << \" is definitely a processor boundary!\" << endl;\n    }\n\n    // ---\n    // this is an example implementation of the code from tutoral 2 which\n    // has been adjusted to run in parallel. Each difference is highlighted\n    // as a NOTE.\n\n    // It is conventional in OpenFOAM to move large parts of code to separate\n    // .H files to make the code of the solver itself more readable. This is not\n    // a standard C++ practice, as header files are normally associated with\n    // declarations rather than definitions.\n    // A very common include, apart from the setRootCase, createTime, and createMesh,\n    // which are generic, is createFields, which is often unique for each solver.\n    // Here we've moved all of the parts of the code dealing with setting up the fields\n    // and transport constants into this include file.\n    #include \"createFields.H\"\n\n    // pre-calculate geometric information using field expressions rather than\n    // cell-by-cell assignment.\n\tconst dimensionedVector originVector(\"x0\", dimLength, vector(0.05,0.05,0.005));\n    volScalarField r (mag(mesh.C()-originVector));\n    // NOTE: we need to get a global value; convert from dimensionedScalar to scalar\n\tconst scalar rFarCell = returnReduce(max(r).value(), maxOp<scalar>());\n    scalar f (1.);\n\n\tInfo<< \"\\nStarting time loop\\n\" << endl;\n\n    while (runTime.loop())\n    {\n        Info<< \"Time = \" << runTime.timeName() << nl << endl;\n\n        // assign values to the field;\n        // sin function expects a dimensionless argument, hence need to convert\n        // current time using .value().\n        // r has dimensions of length, hence the small value being added to it\n        // needs to match that.\n        // Finally, the result has to match dimensions of pressure, which are\n        // m^2 / s^-2/\n\t\tp = Foam::sin(2.*constant::mathematical::pi*f*runTime.time().value())\n            / (r/rFarCell + dimensionedScalar(\"small\", dimLength, 1e-12))\n            * dimensionedScalar(\"tmp\", dimensionSet(0, 3, -2, 0, 0), 1.);\n\n        // NOTE: this is needed to update the values on the processor boundaries.\n        // If this is not done, the gradient operator will get confused around the\n        // processor patches.\n        p.correctBoundaryConditions();\n\n        // calculate velocity from gradient of pressure\n\t\tU = fvc::grad(p)*dimensionedScalar(\"tmp\", dimTime, 1.);\n\t\trunTime.write();\n\t}\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/createFields.H",
    "content": "Info << \"Reading transportProperties\\n\" << endl;\n\nIOdictionary transportProperties\n(\n    IOobject\n    (\n        \"transportProperties\",\n        runTime.constant(),\n        mesh,\n        IOobject::MUST_READ_IF_MODIFIED,\n        IOobject::NO_WRITE\n    )\n);\n\ndimensionedScalar nu\n(\n    \"nu\",\n    dimViscosity,\n    transportProperties.lookup(\"nu\")\n);\n\nInfo<< \"Reading field p\\n\" << endl;\nvolScalarField p\n(\n    IOobject\n    (\n        \"p\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n\nInfo<< \"Reading field U\\n\" << endl;\nvolVectorField U\n(\n    IOobject\n    (\n        \"U\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\ndecomposePar > log.decomposePar\nmpirun -np 4 ofTutorial5 -parallel\nrm -r processor* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\nmethod hierarchical;\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta 0.0001;\n    order           xyz;\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial05_basicParallelComputing/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/Make/files",
    "content": "customClass.C\nderivedClass.C\nOFtutorial6.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial6\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/OFtutorial6.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// Include the code for the custom classes declared in .H and defined\n// in .C files.\n// NOTE: check how the Make/files changed to make sure the additional code gets\n// compiled before the main utility.\n#include \"customClass.H\"\n#include \"derivedClass.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n    // Create a custom class instance\n    customClass customInstance;\n    Info << \"Default value \" << customInstance.get() << endl;\n\n    // Set a new value\n    customInstance.set(10);\n    Info << \"New value \" << customInstance.get() << endl;\n\n    // Call a basic function\n    customInstance.basicFunction();\n\n    // Pass a reference to the mesh to the custom class and let it do its things\n    customInstance.meshOpFunction(mesh);\n    Info << \"Yet another value \" << customInstance.get() << endl;\n\n    // Now, create an instance of a derived class which inherits from an IOdictionary object\n    myDict myTransportProperties\n    (\n        IOobject\n        (\n            \"transportProperties\",\n            runTime.constant(),\n            mesh,\n            IOobject::MUST_READ_IF_MODIFIED,\n            IOobject::NO_WRITE\n        )\n    );\n\n    // Create a viscosity scalar using our new class\n    dimensionedScalar nu\n    (\n        \"nu\",\n        dimViscosity,\n        myTransportProperties.lookup(\"nu\")\n    );\n    Info << \"Created a viscosity scalar: \" << nu << endl;\n\n    // List the contents of the dictionary using the derived class method\n    // implemented specifically for this purpose\n    myTransportProperties.printTokensInTheDict();\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/customClass.C",
    "content": "#include \"customClass.H\"\n\ncustomClass::customClass()\n{\n    myInt_= 0;\n}\n\ncustomClass::~customClass()\n{}\n\nlabel customClass::basicFunction() const\n{\n    Info << \"Calling customClass::basicFunction()\" << endl;\n    return myInt_*2;\n}\n\nvoid customClass::meshOpFunction(fvMesh& mesh)\n{\n    Info << \"Custom class got a mesh with \" << mesh.C().size() << \" cells\" << endl;\n    myInt_ = mesh.C().size();\n}\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/customClass.H",
    "content": "// Include the basic OpenFOAM include file - this allows the most common OF-native\n// types, such as labels, fvMesh, etc. to be used in this class just as in the\n// basic utilities.\n#include \"fvCFD.H\"\n\nclass customClass\n{\nprivate:\n    label myInt_;\n\npublic:\n    customClass();\n    ~customClass();\n\n    // Access operators - allow the internal value to be set or retrieved.\n    // Defined as inline to make the code run faster by avoiding expensive linking.\n    // .set() method defined as const as it is not allowed to modify any of the class fields.\n    inline label get() const {return myInt_;};\n    inline void set(label newInt) {myInt_=newInt;};\n\n    // A basic function\n    label basicFunction() const;\n\n    // A function which accepts a reference to the mesh and does some operations\n    // on it but without modifying it.\n    // Passing a reference rather than the entire mesh object instance by value\n    // is much more memory efficient - in short, only one mesh object exists\n    // and this method only learns to talk to it rather than make a new, separate copy.\n    void meshOpFunction(fvMesh& mesh);\n};\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/derivedClass.C",
    "content": "#include \"derivedClass.H\"\n\nmyDict::myDict(const IOobject& ioObj)\n:\n    // Call the base class constructor to make sure all inherited members get\n    // initialised as required\n    IOdictionary(ioObj)\n{\n// do nothing since we do not have any bespoke fields\n}\n\nmyDict::~myDict()\n{}\n\nvoid myDict::printTokensInTheDict() const\n{\n    // retrieve the list of non-space characters in the file using the\n    // method defined in dictionary.H, from which the IOdictionary object itself\n    // is derived.\n    List<token> characters(this->tokens());\n\n    // Create a stream which will hold the message to be printed out.\n    // Important to remember about the namespace.\n    std::stringstream ss;\n    ss << \"Tokens in the file:\";\n\n    // go over each token in the file\n    forAll(characters,i)\n        // if the entry is a word, add it to the message\n        if (characters[i].isWord())\n            ss << \"\\n\" << tab << characters[i].wordToken();\n\n    // print the message - convert to a C-style char array to make sure the\n    // printout looks good\n    Info << ss.str().c_str() << endl;\n}\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/derivedClass.H",
    "content": "#include \"fvCFD.H\"\n\n// use a standard C++ stringstream object\n#include <sstream>\n\n// This class is derived from the IOdictionary, declared in\n// $FOAM_SRC/OpenFOAM/db/IOobjects/IOdictionary .\n// We derive all the methods by setting maximum access level as public, thus allowing\n// all the inherited methods to be accessed in the same way as they were for\n// the base class.\nclass myDict : public IOdictionary\n{\npublic:\n    // Main constructor which accepts an IOobject (a file)\n    myDict(const IOobject& ioObj);\n    ~myDict();\n\n    // custom method which prints the tokens (variables) defined in the file\n    void printTokensInTheDict() const;\n};\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial6\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\nsomeValue 10;\nsomeVector (1 0 0);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\nmethod hierarchical;\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta 0.0001;\n    order           xyz;\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial06_customClasses/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/Allwclean",
    "content": "#!/bin/bash\n\nwclean libso customLibrary\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/Allwmake",
    "content": "#!/bin/bash\n\nwmake libso customLibrary\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/Make/files",
    "content": "OFtutorial7.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial7\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude \\\n    -IcustomLibrary\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools \\\n    -L$(FOAM_USER_LIBBIN) -lcustomLibrary\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/OFtutorial7.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// Include the headers for the custom library.\n// The library can implement anything from a simple function to several different\n// classes. The main advantage of libraries is that they allow the same code to be\n// compiled once and used by many other pieces of code later on.\n// NOTE: check how the Make/options changed to make sure the additional code gets\n// linked to the current utility.\n#include \"customLibrary.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n    #include \"createFields.H\"\n\n    const dimensionedVector originVector(\"x0\", dimLength, vector(0.05, 0.05, 0.005));\n    scalar f (1.);\n    // NOTE: initialise the radius field with zero values and dimensions\n    volScalarField r\n    (\n        IOobject\n        (\n            \"r\",\n            runTime.timeName(),\n            mesh,\n            IOobject::NO_READ,\n            IOobject::NO_WRITE\n        ),\n        mesh,\n        dimensionedScalar(\"r0\", dimLength, 0.)\n    );\n    // NOTE: use the method implemented in the library to calculate r and rFarCell\n    const scalar rFarCell = computeR(mesh, r, originVector);\n\n    Info<< \"\\nStarting time loop\\n\" << endl;\n\n    while (runTime.loop())\n    {\n        Info<< \"Time = \" << runTime.timeName() << nl << endl;\n\n        p = Foam::sin(2.*constant::mathematical::pi*f*runTime.time().value())\n            / (r/rFarCell + dimensionedScalar(\"small\", dimLength, 1e-12))\n            * dimensionedScalar(\"tmp\", dimensionSet(0, 3, -2, 0, 0), 1.);\n        p.correctBoundaryConditions();\n\n        // NOTE: call the library method to calculate U\n        computeU(mesh, U);\n\n        runTime.write();\n    }\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/createFields.H",
    "content": "Info << \"Reading transportProperties\\n\" << endl;\n\nIOdictionary transportProperties\n(\n    IOobject\n    (\n        \"transportProperties\",\n        runTime.constant(),\n        mesh,\n        IOobject::MUST_READ_IF_MODIFIED,\n        IOobject::NO_WRITE\n    )\n);\n\ndimensionedScalar nu\n(\n    \"nu\",\n    dimViscosity,\n    transportProperties.lookup(\"nu\")\n);\n\nInfo<< \"Reading field p\\n\" << endl;\nvolScalarField p\n(\n    IOobject\n    (\n        \"p\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n\nInfo<< \"Reading field U\\n\" << endl;\nvolVectorField U\n(\n    IOobject\n    (\n        \"U\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/customLibrary/Make/files",
    "content": "customLibrary.C\n\nLIB = $(FOAM_USER_LIBBIN)/libcustomLibrary\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/customLibrary/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/customLibrary/customLibrary.C",
    "content": "#include \"customLibrary.H\"\n\nscalar computeR(const fvMesh& mesh, volScalarField& r, dimensionedVector x0)\n{\n    r = mag(mesh.C()-x0);\n    return returnReduce(max(r).value(), maxOp<scalar>());\n}\n\nvoid computeU(const fvMesh& mesh, volVectorField& U, word pName)\n{\n    // This allows a reference to a field to be obtained through the mesh object\n    // alone by just knowing the name of the field.\n    const volScalarField& pField = mesh.lookupObject<volScalarField>(pName);\n\n    // Do the usual\n    U = fvc::grad(pField)*dimensionedScalar(\"tmp\", dimTime, 1.);\n}\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/customLibrary/customLibrary.H",
    "content": "#include \"fvCFD.H\"\n\n// This method simply implements the calculation of the distance of each\n// cell centre from x0; it accepts the volScalarField r as a reference to avoid\n// passing large amounts of information by value, as this is expensive.\n// It returns the maximum value found.\nscalar computeR(const fvMesh& mesh, volScalarField& r, dimensionedVector x0);\n\n// This computes the velocity field. The reference to the pressure is obtained\n// through the mesh object, using the name of the p field only. This assmes a\n// default value which may be redefined, if necessary.\nvoid computeU(const fvMesh& mesh, volVectorField& U, word pName = \"p\");\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial7\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\nmethod hierarchical;\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta 0.0001;\n    order           xyz;\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial07_customLibraries/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/Allwclean",
    "content": "#!/bin/sh\n\nwclean libso\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/Allwmake",
    "content": "#!/bin/sh\n\nwmake libso\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/Make/files",
    "content": "prescribedPipeInletFvPatchVectorField.C\n\nLIB = $(FOAM_USER_LIBBIN)/libprescribedPipeInlet\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude\n    \nLIB_LIBS = \\\n    -lfiniteVolume\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/prescribedPipeInletFvPatchVectorField.C",
    "content": "/*---------------------------------------------------------------------------* \\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"prescribedPipeInletFvPatchVectorField.H\"\n\n// * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const fvPatch& p,\n    const DimensionedField<vector, volMesh>& iF\n)\n:\n    // NOTE: call the default constructor to make sure everything gets initialised properly\n    fixedValueFvPatchVectorField(p, iF),\n    // NOTE: assign default values to the members using an initialiser list\n    approximationType_(\"exponential\"),\n    flowSpeed_(0.),\n\tdeltaByR_(0.),\n\tcentrepoint_(vector::zero),\n\tR_(0.),\n\tlambda_(0.)\n{}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const fvPatch& p,\n    const DimensionedField<vector, volMesh>& iF,\n    const dictionary& dict\n)\n:\n    // NOTE: this constructor reads all of the control parameters from the boundary\n    // condition definition specified in the time folder U file, imported here\n    // as a dictionary reference.\n    fixedValueFvPatchVectorField(p, iF),\n    approximationType_(\"exponential\"),\n    flowSpeed_(0.),\n\tdeltaByR_(0.),\n\tcentrepoint_(vector::zero),\n\tR_(0.),\n\tlambda_(0.)\n{\n    // NOTE: calls the = operator to assign the value to the faces held by this BC\n    fvPatchVectorField::operator=(vectorField(\"value\", dict, p.size()));\n\n    // NOTE: looks up the necessary paramters\n    approximationType_ = dict.lookupOrDefault<word>(\"approximationType\",\"exponential\");\n    dict.lookup(\"flowSpeed\") >> flowSpeed_;\n\tdict.lookup(\"deltaByR\") >> deltaByR_;\n\tcentrepoint_ = dict.lookupOrDefault<vector>(\"centrepoint\",vector::zero);\n\tdict.lookup(\"R\") >> R_;\n\tlambda_ = dict.lookupOrDefault<scalar>(\"lambda\",0.);\n\n    // NOTE: calls the .updateCoeffs() method to calculate the inlet profile in\n    // accordance with the controls which have just been read.\n\tupdateCoeffs();\n}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const prescribedPipeInletFvPatchVectorField& ptf,\n    const fvPatch& p,\n    const DimensionedField<vector, volMesh>& iF,\n    const fvPatchFieldMapper& mapper\n)\n:\n    // NOTE: this constructor, and the two subsequent ones, transfer data to the\n    // instance being created from another one.\n    fixedValueFvPatchVectorField(ptf, p, iF, mapper),\n    approximationType_(ptf.approximationType_),\n    flowSpeed_(ptf.flowSpeed_),\n\tdeltaByR_(ptf.deltaByR_),\n\tcentrepoint_(ptf.centrepoint_),\n\tR_(ptf.R_),\n\tlambda_(ptf.lambda_)\n{}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const prescribedPipeInletFvPatchVectorField& rifvpvf\n)\n:\n    fixedValueFvPatchVectorField(rifvpvf),\n    approximationType_(rifvpvf.approximationType_),\n    flowSpeed_(rifvpvf.flowSpeed_),\n    deltaByR_(rifvpvf.deltaByR_),\n    centrepoint_(rifvpvf.centrepoint_),\n    R_(rifvpvf.R_),\n    lambda_(rifvpvf.lambda_)\n{}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const prescribedPipeInletFvPatchVectorField& rifvpvf,\n    const DimensionedField<vector, volMesh>& iF\n)\n:\n    fixedValueFvPatchVectorField(rifvpvf, iF),\n    approximationType_(rifvpvf.approximationType_),\n    flowSpeed_(rifvpvf.flowSpeed_),\n    deltaByR_(rifvpvf.deltaByR_),\n    centrepoint_(rifvpvf.centrepoint_),\n    R_(rifvpvf.R_),\n    lambda_(rifvpvf.lambda_)\n{}\n\n// * * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * //\n\nvoid Foam::prescribedPipeInletFvPatchVectorField::autoMap\n(\n    const fvPatchFieldMapper& m\n)\n{\n    vectorField::autoMap(m);\n}\n\n\nvoid Foam::prescribedPipeInletFvPatchVectorField::rmap\n(\n    const fvPatchVectorField& ptf,\n    const labelList& addr\n)\n{\n    fixedValueFvPatchVectorField::rmap(ptf, addr);\n}\n\n// NOTE: this is the key method which implements the actual maths for calculating\n// the inlet profiles.\nvoid Foam::prescribedPipeInletFvPatchVectorField::updateCoeffs()\n{\n    if (updated())\n    {\n        return;\n    }\n\n\t// assign inlet velocity normal to the patch\n\t// by convention, patch faces point outside of the domain\n\tvectorField Uin = (-1.)*(patch().Sf()/patch().magSf()) * flowSpeed_;\n\n    // go over each face and add the BL profile for faces close to the wall\n\tforAll(patch().Cf(), faceI)\n\t{\n        // non-dimensional distance away from the wall\n\t\tscalar yOverDelta ( (1.-mag(centrepoint_ - patch().Cf()[faceI])/R_)/deltaByR_ );\n\n\t\tif (approximationType_.compare(\"parabolic\") == 0)\n\t\t{\n\t\t\tif (yOverDelta < 1.0)\n\t\t\t\tUin[faceI] *= (2*yOverDelta-pow(yOverDelta,2.0));\n\t\t}\n\t\telse if (approximationType_.compare(\"Polhausen\") == 0)\n\t\t{\n\t\t\tif (yOverDelta < 1.0)\n\t\t\t\tUin[faceI] *= 1.-(1.+yOverDelta)*pow(1.-yOverDelta,3.) + lambda_/6.*yOverDelta*pow(1.-yOverDelta,3.);\n\t\t}\n\t\telse if (approximationType_.compare(\"exponential\") == 0)\n\t\t{\n\t\t\tif (yOverDelta < 1.0)\n\t\t\t\tUin[faceI] *= pow(yOverDelta,1./7.);\n\t\t}\n\t\telse\n\t\t{\n\t\t\tFatalErrorIn\n\t\t    (\n\t\t        \"prescribedPipeInletFvPatchVectorField::updateCoeffs()\"\n\t\t    )   << \"Unknown boundary layer profile approximation type \" << approximationType_ << nl << nl\n\t\t        << \"Valid types are :\" << nl\n\t\t        << tab << \"parabolic\" << nl\n\t\t        << tab << \"Polhausen\" << nl\n\t\t        << tab << \"exponential\" << nl\n\t\t        << exit(FatalError);\n\t\t}\n\t}\n\n\n\n\t// set the value_ of this patch to the newly computed flow speed\n    this->operator==(Uin);\n\n    // call the base class method to make sure all the other bits and pieces get updated\n    fixedValueFvPatchVectorField::updateCoeffs();\n}\n\n\nvoid Foam::prescribedPipeInletFvPatchVectorField::write(Ostream& os) const\n{\n    fvPatchVectorField::write(os);\n    os.writeKeyword(\"approximationType\") << approximationType_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"flowSpeed\") << flowSpeed_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"deltaByR\") << deltaByR_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"centrepoint\") << centrepoint_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"R\") << R_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"lambda\") << lambda_ << token::END_STATEMENT << nl;\n    writeEntry(\"value\", os);\n}\n\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n    makePatchTypeField\n    (\n        fvPatchVectorField,\n        prescribedPipeInletFvPatchVectorField\n    );\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/prescribedPipeInletFvPatchVectorField.H",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2013 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\nClass\n    Foam::prescribedPipeInletFvPatchVectorField\n\nGroup\n    grpInletBoundaryConditions grpWallBoundaryConditions\n\nDescription\n    Prescribes an inlet profile for a circular pipe inlet patch. Flow direction is determined\n    automatically from face normals, only velocity magnitude needs to be provided.\n\n    \\heading Patch usage\n\n    \\table\n        Property    \t\t| Description             \t\t\t\t\t\t\t\t| Required  | Default value\n        R           \t\t| pipe radius \t\t\t\t\t\t\t\t\t\t\t| yes     \t|\n        flowSpeed   \t\t| magnitude of flow velocity      \t\t\t\t\t\t| yes       |\n        deltaByR\t\t\t| wall function thickness as a fraction of pipe radius  | yes \t\t|\n        approximationType\t| name of approximation profile\t\t\t\t\t\t\t| no\t\t| exponential\n        centrePoint\t\t\t| point on the centreline of the pipe\t\t\t\t\t| no \t\t| (0 0 0)\n        lambda\t\t\t\t| pressure gradient coefficient \t\t\t\t\t\t| no \t\t| 0\n    \\endtable\n\n    Example of the boundary condition specification:\n    \\verbatim\n    inlet\n\t{\n\t\t// prescribes a parabolic inlet profile\n\t    type        prescribedPipeInlet;\n\t    // (optional, default exponential) type of profile used for approximation\n\t    approximationType exponential;\n\t    // pipe radius\n\t    R\t$Rpipe;\n\t    // magnitude of flow velocity into the pipe\n\t    flowSpeed\t$flowVelocity;\n\t    // (optional, defaults at origin) centrepoint of the pipe used to determine the radius of each face\n\t    centrepoint\t(0 0 0);\n\t    // inlet BL thickness as a function of radius\n\t    deltaByR $deltaByR;\n\t    // (optional, default 0) pressure gradient coefficient (see Polhausen profile literature for explanation)\n\t    lambda 0.;\n\t    // dummy value overwritten by the BC, used for initialisation only\n\t    value\t\t$internalField;\n\t}\n\t\\endverbatim\n\nSeeAlso\n    Foam::fixedValueFvPatchField\n\nSourceFiles\n    prescribedPipeInletFvPatchVectorField.C\n\n\\*---------------------------------------------------------------------------*/\n\n#ifndef prescribedPipeInletFvPatchVectorField_H\n#define prescribedPipeInletFvPatchVectorField_H\n\n#include \"fvPatchFields.H\"\n#include \"fixedValueFvPatchFields.H\"\n#include \"Switch.H\"\n#include \"addToRunTimeSelectionTable.H\"\n#include \"volFields.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n\n/*---------------------------------------------------------------------------*\\\n               Class prescribedPipeInletFvPatchVectorField Declaration\n\\*---------------------------------------------------------------------------*/\n\n// NOTE: the patch is derived from a fixedValue BC since it does prescribe\n// a fixed value, although non-uniform across all of the faces, unlike the base\n// class does.\nclass prescribedPipeInletFvPatchVectorField\n:\n    public fixedValueFvPatchVectorField\n{\nprivate:\n    // Private data\n        // NOTE: these class fields are used to determine the inlet profile\n\n    \t// denotes the type of the profile used to perform the approximation\n        // (optional, defaults to exponential)\n    \tword approximationType_;\n\n    \t// flow velocity magnitude\n    \tscalar flowSpeed_;\n\n    \t// bl thickness\n    \tscalar deltaByR_;\n\n    \t// centre of the pipe (optional, defaults to the origin)\n    \tvector centrepoint_;\n\n    \t// radius of the pipe\n    \tscalar R_;\n\n    \t// pressure gradient coefficient (optional, default to 0, not used by all approximations)\n    \tscalar lambda_;\n\npublic:\n\n    //- Runtime type information\n    // NOTE: this gets used by the runtimeSelector. In other words, this is the\n    // name under which OpenFOAM knows this BC.\n    TypeName(\"prescribedPipeInlet\");\n\n    // Constructors\n\n        //- Construct from patch and internal field\n        prescribedPipeInletFvPatchVectorField\n        (\n            const fvPatch&,\n            const DimensionedField<vector, volMesh>&\n        );\n\n        //- Construct from patch, internal field and dictionary\n        prescribedPipeInletFvPatchVectorField\n        (\n            const fvPatch&,\n            const DimensionedField<vector, volMesh>&,\n            const dictionary&\n        );\n\n        //- Construct by mapping given prescribedPipeInletFvPatchVectorField\n        //  onto a new patch\n        prescribedPipeInletFvPatchVectorField\n        (\n            const prescribedPipeInletFvPatchVectorField&,\n            const fvPatch&,\n            const DimensionedField<vector, volMesh>&,\n            const fvPatchFieldMapper&\n        );\n\n        //- Construct as copy\n        prescribedPipeInletFvPatchVectorField\n        (\n            const prescribedPipeInletFvPatchVectorField&\n        );\n\n        //- Construct and return a clone\n        virtual tmp<fvPatchVectorField> clone() const\n        {\n            return tmp<fvPatchVectorField>\n            (\n                new prescribedPipeInletFvPatchVectorField(*this)\n            );\n        }\n\n        //- Construct as copy setting internal field reference\n        prescribedPipeInletFvPatchVectorField\n        (\n            const prescribedPipeInletFvPatchVectorField&,\n            const DimensionedField<vector, volMesh>&\n        );\n\n        //- Construct and return a clone setting internal field reference\n        virtual tmp<fvPatchVectorField> clone\n        (\n            const DimensionedField<vector, volMesh>& iF\n        ) const\n        {\n            return tmp<fvPatchVectorField>\n            (\n                new prescribedPipeInletFvPatchVectorField(*this, iF)\n            );\n        }\n\n    // Member functions\n\n        // Access\n\n        // Mapping functions\n\n            //- Map (and resize as needed) from self given a mapping object\n            virtual void autoMap\n            (\n                const fvPatchFieldMapper&\n            );\n\n            //- Reverse map the given fvPatchField onto this fvPatchField\n            virtual void rmap\n            (\n                const fvPatchVectorField&,\n                const labelList&\n            );\n\n        // Evaluation functions\n\n            //- Update the coefficients associated with the patch field\n            virtual void updateCoeffs();\n\n        // I-O\n\n            //- Write\n            virtual void write(Ostream&) const;\n};\n\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n} // End namespace Foam\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#endif\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/0.org/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform ($flowVelocity 0 0);\n\nboundaryField\n{\n    inlet\n    {\n    \t// prescribes a parabolic inlet profile\n        type       prescribedPipeInlet;\n        // (optional, default exponential) type of profile used for approximation\n        approximationType exponential;\n        // pipe radius\n        R\t$Rpipe;\n        // magnitude of flow velocity into the pipe\n        flowSpeed\t$flowVelocity;\n        // (optional, defaults at origin) centrepoint of the pipe used to determine the radius of each face\n        centrepoint\t(0 0 0);\n        // inlet BL thickness as a function of radius\n        deltaByR $deltaByR;\n        // (optional, default 0) pressure gradient coefficient (see Polhausen profile literature for explanation)\n        lambda 0.;\n        // dummy value overwritten by the BC, used for initialisation only\n        value\t\t$internalField;\n    }\n    outlet\n    {\n        type            pressureInletOutletVelocity;\n        phi             phi;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform (0 0 0);\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/0.org/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform $turbulentKE;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/0.org/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/0.org/omega",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 0 -1 0 0 0 0];\n\ninternalField   uniform $turbulentOmega;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n\tpipe\n    {\n    \ttype omegaWallFunction;\n    \tvalue uniform $turbulentOmega;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/0.org/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type        zeroGradient;\n    }\n    outlet\n    {\n        type\t\tfixedValue;\n\t\tvalue\t\t$internalField;\n    }\n\tpipe\n    {\n    \ttype zeroGradient;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # run from this directory\n\nrm -f log*\n\nrm -rf processor* postProcessing\n\nrm -rf constant/polyMesh/*\nrm -rf constant/triSurface/*.eMesh*\nrm -rf constant/triSurface/*.obj*\nrm -rf constant/extendedFeatureEdgeMesh/\n\nrm -rf 0 1* 2* 3* 4* 5* 6* 7* 8* 9*\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/Allrun",
    "content": "#!/bin/bash\n\n./Allrun.mesh > log.mesh 2>&1\n\ncp -r 0.org 0\n\npotentialFoam > log.potentialFoam 2>&1\n\ndecomposePar > log.decomposePar 2>&1\n\necho \"Finished preparing, running the solver.\"\n\nmpirun -np 4 simpleFoam -parallel > log.run 2>&1\n\nreconstructPar -latestTime > log.reconstruct 2>&1\n\nsimpleFoam -postProcess -func yPlus -latestTime > log.yPlus\nsimpleFoam -postProcess -func sample -latestTime > log.sample\n\nrm -r processor*\n\necho \"Done.\"\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/Allrun.mesh",
    "content": "#!/bin/bash\n\n# read values from the dictionary\ncontrolFile=\"system/runConditions\"\nLpipe=$(awk '/Lpipe/{print $2}' $controlFile | sed 's/;$//')\nRpipe=$(awk '/Rpipe/{print $2}' $controlFile | sed 's/;$//')\nNx=$(awk '/Nx/{print $2}' $controlFile | sed 's/;$//')\nNRinner=$(awk '/NRinner/{print $2}' $controlFile | sed 's/;$//')\nNRouter=$(awk '/NRouter/{print $2}' $controlFile | sed 's/;$//')\nexpRatWall=$(awk '/expRatWall/{print $2}' $controlFile | sed 's/;$//')\nnoQuarters=$(awk '/noQuarters/{print $2}' $controlFile | sed 's/;$//')\n\n# update values in the blockMesh dictionary (optionally could also include the file in the dict\n# and use the variables directly - nice to explore different options to do the same thing though)\nsed -i \"s/Nx.*;/Nx   $Nx;/g\" system/blockMeshDict\nsed -i \"s/NRinner.*;/NRinner   $NRinner;/g\" system/blockMeshDict\nsed -i \"s/NRouter.*;/NRouter   $NRouter;/g\" system/blockMeshDict\nsed -i \"s/expRatWall.*;/expRatWall   $expRatWall;/g\" system/blockMeshDict\n\n# create the baseline mesh of a 1/4 of pipe with unit length and radius\nblockMesh\n\n# scale to give the mesh the desired size\ntransformPoints -scale \"($Lpipe $Rpipe $Rpipe)\"\n\n# mirror the grid as required\nsed -i \"s/normalVector.*;/normalVector (0 1 0);/g\" system/mirrorMeshDict\n\nif (( $noQuarters == 2 ))\nthen\n\tmirrorMesh -overwrite\nfi\n\nif (( $noQuarters == 4 ))\nthen\n\tmirrorMesh -overwrite\n\tsed -i \"s/normalVector.*;/normalVector (0 0 1);/g\" system/mirrorMeshDict\n\tmirrorMesh -overwrite\nfi\n\n# renumber to optimise parallel running\nrenumberMesh -overwrite\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      transportProperties;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ntransportModel Newtonian;\n\nnu              nu [0 2 -1 0 0 0 0] $visc;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------* \\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType RAS;\n\nRAS\n{\n\tRASModel\tkOmegaSST;\n\n\tturbulence      on;\n\n\tprintCoeffs     on;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n//========================\n// CONTROLS\n\n// number of cells\nNx   50;\nNRinner   20;\nNRouter   25;\n\n// size ratio of cell at the wall to the free-stream one in the near-wall blocks\nexpRatWall   0.05;\n\n//========================\n\nconvertToMeters 1;\n\n// all the vertices are in non-dimensional units\n// pipe assumed to have length and radius of 1\nvertices\n(\n    (0.00000e+00 0.00000e+00 0.00000e+00)\n\t(0.00000e+00 0.00000e+00 8.00000e-01)\n\t(0.00000e+00 0.00000e+00 1.00000e+00)\n\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t(0.00000e+00 8.00000e-01 0.00000e+00)\n\t(0.00000e+00 1.00000e+00 0.00000e+00)\n\t(0.00000e+00 7.07107e-01 7.07107e-01)\n\n\t(1 0.00000e+00 0.00000e+00)\n\t(1 0.00000e+00 8.00000e-01)\n\t(1 0.00000e+00 1.00000e+00)\n\t(1 6.10535e-01 6.10532e-01)\n\t(1 8.00000e-01 0.00000e+00)\n\t(1 1.00000e+00 0.00000e+00)\n\t(1 7.07107e-01 7.07107e-01)\n);\n\nblocks\n(\n    hex (0 7 11 4 1 8 10 3) ($Nx $NRinner $NRinner) simpleGrading (1 1 1)\n    hex (4 11 12 5 3 10 13 6) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n    hex (3 10 13 6 1 8 9 2) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n);\n\nedges\n(\n\tBSpline 1 3 (\n\t\t//(0.00000e+00 0.00000e+00 8.00000e-01)\n\t\t(0.00000e+00 1.12269e-01 7.92025e-01)\n\t\t(0.00000e+00 2.22463e-01 7.62587e-01)\n\t\t(0.00000e+00 3.26692e-01 7.24996e-01)\n\t\t(0.00000e+00 4.21177e-01 6.86516e-01)\n\t\t(0.00000e+00 5.02076e-01 6.52300e-01)\n\t\t(0.00000e+00 5.66526e-01 6.25913e-01)\n\t\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 3 4 (\n\t\t(0.00000e+00 6.10532e-01 6.10535e-01)\n\t\t(0.00000e+00 6.25913e-01 5.66526e-01)\n\t\t(0.00000e+00 6.52300e-01 5.02076e-01)\n\t\t(0.00000e+00 6.86516e-01 4.21177e-01)\n\t\t(0.00000e+00 7.24996e-01 3.26692e-01)\n\t\t(0.00000e+00 7.62587e-01 2.22463e-01)\n\t\t(0.00000e+00 7.92025e-01 1.12269e-01)\n\t\t//(0.00000e+00 8.00000e-01 0.00000e+00)\n\t)\n\tBSpline 8 10 (\n\t\t//(1 0.00000e+00 8.00000e-01)\n\t\t(1 1.12269e-01 7.92025e-01)\n\t\t(1 2.22463e-01 7.62587e-01)\n\t\t(1 3.26692e-01 7.24996e-01)\n\t\t(1 4.21177e-01 6.86516e-01)\n\t\t(1 5.02076e-01 6.52300e-01)\n\t\t(1 5.66526e-01 6.25913e-01)\n\t\t(1 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 10 11 (\n\t\t(1 6.10532e-01 6.10535e-01)\n\t\t(1 6.25913e-01 5.66526e-01)\n\t\t(1 6.52300e-01 5.02076e-01)\n\t\t(1 6.86516e-01 4.21177e-01)\n\t\t(1 7.24996e-01 3.26692e-01)\n\t\t(1 7.62587e-01 2.22463e-01)\n\t\t(1 7.92025e-01 1.12269e-01)\n\t\t//(1 8.00000e-01 0.00000e+00)\n\t)\n\t\n\tarc 2 6 (0 0.38268343236508978 0.92387953251128674)\n\tarc 6 5 (0 0.92387953251128674 0.38268343236508978)\n\t\n\tarc 9 13 (1 0.38268343236508978 0.92387953251128674)\n\tarc 13 12 (1 0.92387953251128674 0.38268343236508978)\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (1 2 6 3)\n            (3 6 5 4)\n            (0 1 3 4)\n        );\n    }\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (11 10 8 7)\n            (12 13 10 11)\n            (13 9 8 10)\n        );\n    }\n    pipe\n    {\n        type wall;\n        faces\n        (\n            (9 13 6 2)\n            (13 12 5 6)\n        );\n    }\n    symmetryVer\n    {\n        type symmetryPlane;\n        faces\n        (\n            (2 9 8 1)\n            (1 8 7 0)\n        );\n    }\n    symmetryHor\n    {\n        type symmetryPlane;\n        faces\n        (\n            (11 4 0 7)\n            (12 5 4 11)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     simpleFoam;\n\nstartFrom       latestTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         500;\n\ndeltaT          1;\n\nwriteControl    runTime;\n\nwriteInterval   50;\n\npurgeWrite      1;\n\nwriteFormat     binary;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n// include the custom inlet library\nlibs (\"libprescribedPipeInlet.so\");\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\n\nmethod          hierarchical;\n\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta           0.001;\n    order           xyz;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default steadyState;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwindV grad(U);\n    div(phi,k)      bounded Gauss upwind;\n    div(phi,omega)  bounded Gauss upwind;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include \"runConditions\"\n\nsolvers\n{\n    p\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    U\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    \"(k|omega)\"\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n    \n    Phi\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n}\n\npotentialFlow\n{\n\tnNonOrthogonalCorrectors 4;\n}\n\nSIMPLE\n{\n    nNonOrthogonalCorrectors 0;\n\n    residualControl\n    {\n        p               1e-7;\n        U               1e-7;\n        \"(k|omega)\"     1e-7;\n    }\n}\n\nrelaxationFactors\n{\n\tp\t\t0.4;\n\tU\t\t0.6;\n\tk\t\t0.6;\n\tomega\t0.6;\n}\n\ncache\n{\n    grad(U);\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/mirrorMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      mirrorMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nplaneType pointAndNormal;\nplaneTolerance 1e-6;\n\npointAndNormalDict\n{\n\tbasePoint (0 0 0);\n\tnormalVector (0 1 0);\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/runConditions",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.com                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\n\n// this file controls:\n// - initial conditions for turbulence modelling\n// - initial flow field and boundary condition values\n\n//==================\n// MESH SETTINGS\n\n// length of the pipe [m]\nLpipe 0.68247;\n// radius of the pipe [m]\nRpipe 0.02625;\n\n// number of cells\n//\t- along the pipe\nNx 50;\n//\t- in the inner part of the mesh at the pipe centreline (per radius)\nNRinner 20;\n//\t- in the boundary layer part of the mesh (per radius)\nNRouter 25;\n\n// cell size ratio between the cell at the wall and that in the free stream in the near-wall blocks\nexpRatWall 0.05;\n\n// whether to create 1/4th, 1/2, or a full pipe\nnoQuarters 1;\n\n//==================\n// FLUID PROPERTIES\nvisc\t1.09e-6;\nrho\t\t998.8;\n\n//==================\n// FLOW PARAMETERS\npressure\t0;\nflowVelocity 2;\ndeltaByR 0.1;\n\n// inlet values\nturbulentKE\t6.0000E-2;\nturbulentOmega\t4.4721E+0;\n\n\n// ************************************************************************* //\n\n\n"
  },
  {
    "path": "programmingTutorials/OFtutorial08_customBC/testCase/system/sampleDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\      /  F ield          | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\    /   O peration      | Version:  3.0.0                                 |\n|   \\  /    A nd            | Web:      www.OpenFOAM.org                      |\n|    \\/     M anipulation   |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      sampleDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsetFormat raw;\ninterpolationScheme cellPoint;\n\nfields\n(\n\tp\n\tU\n\tk\n\tomega\n\twallGradU\n\twallShearStress\n);\n\nsets\n(\nwallSampling\n{\n\ttype patchCloud;\n\taxis xyz;\n\tmaxDistance 0.0002625;\n\tpatches\n\t(\n\t\tpipe\n\t);\n\tpoints\n\t(\n\t\t(0.000000e+00 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-03 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-02 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-02 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-02 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-02 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-02 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-02 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-02 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-02 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-02 2.585120e-02 4.558265e-03)\n\t\t(7.507170e-02 2.585120e-02 4.558265e-03)\n\t\t(8.189640e-02 2.585120e-02 4.558265e-03)\n\t\t(8.872110e-02 2.585120e-02 4.558265e-03)\n\t\t(9.554580e-02 2.585120e-02 4.558265e-03)\n\t\t(1.023705e-01 2.585120e-02 4.558265e-03)\n\t\t(1.091952e-01 2.585120e-02 4.558265e-03)\n\t\t(1.160199e-01 2.585120e-02 4.558265e-03)\n\t\t(1.228446e-01 2.585120e-02 4.558265e-03)\n\t\t(1.296693e-01 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-01 2.585120e-02 4.558265e-03)\n\t\t(1.433187e-01 2.585120e-02 4.558265e-03)\n\t\t(1.501434e-01 2.585120e-02 4.558265e-03)\n\t\t(1.569681e-01 2.585120e-02 4.558265e-03)\n\t\t(1.637928e-01 2.585120e-02 4.558265e-03)\n\t\t(1.706175e-01 2.585120e-02 4.558265e-03)\n\t\t(1.774422e-01 2.585120e-02 4.558265e-03)\n\t\t(1.842669e-01 2.585120e-02 4.558265e-03)\n\t\t(1.910916e-01 2.585120e-02 4.558265e-03)\n\t\t(1.979163e-01 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-01 2.585120e-02 4.558265e-03)\n\t\t(2.115657e-01 2.585120e-02 4.558265e-03)\n\t\t(2.183904e-01 2.585120e-02 4.558265e-03)\n\t\t(2.252151e-01 2.585120e-02 4.558265e-03)\n\t\t(2.320398e-01 2.585120e-02 4.558265e-03)\n\t\t(2.388645e-01 2.585120e-02 4.558265e-03)\n\t\t(2.456892e-01 2.585120e-02 4.558265e-03)\n\t\t(2.525139e-01 2.585120e-02 4.558265e-03)\n\t\t(2.593386e-01 2.585120e-02 4.558265e-03)\n\t\t(2.661633e-01 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-01 2.585120e-02 4.558265e-03)\n\t\t(2.798127e-01 2.585120e-02 4.558265e-03)\n\t\t(2.866374e-01 2.585120e-02 4.558265e-03)\n\t\t(2.934621e-01 2.585120e-02 4.558265e-03)\n\t\t(3.002868e-01 2.585120e-02 4.558265e-03)\n\t\t(3.071115e-01 2.585120e-02 4.558265e-03)\n\t\t(3.139362e-01 2.585120e-02 4.558265e-03)\n\t\t(3.207609e-01 2.585120e-02 4.558265e-03)\n\t\t(3.275856e-01 2.585120e-02 4.558265e-03)\n\t\t(3.344103e-01 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-01 2.585120e-02 4.558265e-03)\n\t\t(3.480597e-01 2.585120e-02 4.558265e-03)\n\t\t(3.548844e-01 2.585120e-02 4.558265e-03)\n\t\t(3.617091e-01 2.585120e-02 4.558265e-03)\n\t\t(3.685338e-01 2.585120e-02 4.558265e-03)\n\t\t(3.753585e-01 2.585120e-02 4.558265e-03)\n\t\t(3.821832e-01 2.585120e-02 4.558265e-03)\n\t\t(3.890079e-01 2.585120e-02 4.558265e-03)\n\t\t(3.958326e-01 2.585120e-02 4.558265e-03)\n\t\t(4.026573e-01 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-01 2.585120e-02 4.558265e-03)\n\t\t(4.163067e-01 2.585120e-02 4.558265e-03)\n\t\t(4.231314e-01 2.585120e-02 4.558265e-03)\n\t\t(4.299561e-01 2.585120e-02 4.558265e-03)\n\t\t(4.367808e-01 2.585120e-02 4.558265e-03)\n\t\t(4.436055e-01 2.585120e-02 4.558265e-03)\n\t\t(4.504302e-01 2.585120e-02 4.558265e-03)\n\t\t(4.572549e-01 2.585120e-02 4.558265e-03)\n\t\t(4.640796e-01 2.585120e-02 4.558265e-03)\n\t\t(4.709043e-01 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-01 2.585120e-02 4.558265e-03)\n\t\t(4.845537e-01 2.585120e-02 4.558265e-03)\n\t\t(4.913784e-01 2.585120e-02 4.558265e-03)\n\t\t(4.982031e-01 2.585120e-02 4.558265e-03)\n\t\t(5.050278e-01 2.585120e-02 4.558265e-03)\n\t\t(5.118525e-01 2.585120e-02 4.558265e-03)\n\t\t(5.186772e-01 2.585120e-02 4.558265e-03)\n\t\t(5.255019e-01 2.585120e-02 4.558265e-03)\n\t\t(5.323266e-01 2.585120e-02 4.558265e-03)\n\t\t(5.391513e-01 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-01 2.585120e-02 4.558265e-03)\n\t\t(5.528007e-01 2.585120e-02 4.558265e-03)\n\t\t(5.596254e-01 2.585120e-02 4.558265e-03)\n\t\t(5.664501e-01 2.585120e-02 4.558265e-03)\n\t\t(5.732748e-01 2.585120e-02 4.558265e-03)\n\t\t(5.800995e-01 2.585120e-02 4.558265e-03)\n\t\t(5.869242e-01 2.585120e-02 4.558265e-03)\n\t\t(5.937489e-01 2.585120e-02 4.558265e-03)\n\t\t(6.005736e-01 2.585120e-02 4.558265e-03)\n\t\t(6.073983e-01 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-01 2.585120e-02 4.558265e-03)\n\t\t(6.210477e-01 2.585120e-02 4.558265e-03)\n\t\t(6.278724e-01 2.585120e-02 4.558265e-03)\n\t\t(6.346971e-01 2.585120e-02 4.558265e-03)\n\t\t(6.415218e-01 2.585120e-02 4.558265e-03)\n\t\t(6.483465e-01 2.585120e-02 4.558265e-03)\n\t\t(6.551712e-01 2.585120e-02 4.558265e-03)\n\t\t(6.619959e-01 2.585120e-02 4.558265e-03)\n\t\t(6.688206e-01 2.585120e-02 4.558265e-03)\n\t\t(6.756453e-01 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-01 2.585120e-02 4.558265e-03)\n\t);\n}\n\ncentrelineSampling\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 2.625000e-04 2.625000e-04);\n\tend (6.824700e-01 2.625000e-04 2.625000e-04);\n}\n\nrake_x_0.000\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 -2.585120e-02 -4.558265e-03);\n\tend (0.000000e+00 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.057\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-02 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-02 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.114\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.137450e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.137450e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.171\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.706175e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.706175e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.227\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.274900e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.274900e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.284\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.843625e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.843625e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.341\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.412350e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.412350e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.398\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.981075e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.981075e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.455\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (4.549800e-01 -2.585120e-02 -4.558265e-03);\n\tend (4.549800e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.512\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.118525e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.118525e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.569\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.626\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.255975e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.255975e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.682\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.824700e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.824700e-01 2.585120e-02 4.558265e-03);\n}\n\n);\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/Allwclean",
    "content": "#!/bin/bash\n\nwclean libso\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/Allwmake",
    "content": "#!/bin/bash\n\nwmake libso\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/Make/files",
    "content": "pipeCalc.C\n\nLIB = $(FOAM_USER_LIBBIN)/libpipeCalc\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nLIB_LIBS = \\\n    -lfiniteVolume \\\n    -lgenericPatchFields\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/pipeCalc.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2013-2014 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"pipeCalc.H\"\n#include \"addToRunTimeSelectionTable.H\"\n// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //\n\nnamespace Foam\n{\nnamespace functionObjects\n{\n    defineTypeNameAndDebug(pipeCalc, 0);\n    addToRunTimeSelectionTable(functionObject, pipeCalc, dictionary);\n}\n}\n\n// * * * * * * * * * * * * * * * * Protected members  * * * * * * * * * * * * * * //\n\n// NOTE: this returns a list of file names which match indices of the enum\n// defined in the header of this class. These names are used to create matching\n// files by the logFiles object.\nFoam::wordList Foam::functionObjects::pipeCalc::createFileNames\n(\n    const dictionary& dict\n) const\n{\n    DynamicList<word> names(1);\n\n    // use type of the utility as specified in the dict as the top-level dir name\n    const word objectType(dict.lookup(\"type\"));\n\n    // Name for file(MAIN_FILE=0)\n    names.append(objectType);\n\n    return names;\n}\n\n// NOTE: this method first gets declared in logFiles.H, from which this\n// class is derived. This method gets called automatically when the base object's\n// write() function gets called too.\n// The purpose of the function is to add the header to the output data file.\nvoid Foam::functionObjects::pipeCalc::writeFileHeader(const label i)\n{\n    // Find the correct file to write to from the enum defined in the header.\n    switch (fileID(i))\n    {\n        case MAIN_FILE:\n        {\n            writeHeader(file(i), \"Flow rate through face zone\");\n            writeHeaderValue(file(i), \"Face zone name\", faceZoneName_);\n            writeCommented(file(i), \"Time [s] | Flow rate [m3s-1]\");\n            file() << endl;\n            break; // exit the case structure\n        }\n        default:\n        {\n            FatalErrorInFunction\n                << \"Unhandled file index: \" << i\n                << abort(FatalError);\n        }\n    }\n}\n\n// * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //\nFoam::functionObjects::pipeCalc::pipeCalc\n(\n    const word& name,\n    const Time& runTime,\n    const dictionary& dict\n)\n:\n    // NOTE: call the base class constructor\n    fvMeshFunctionObject(name, runTime, dict),\n    logFiles(obr_, name),\n\n    name_(name),\n    active_(true),\n    UName_(\"U\"),\n    // NOTE: Read the face zone to integrate over. Get its name from the dict, find\n    // it in the mesh, and get a reference to the list of its faces.\n    faceZoneName_(dict.lookup(\"faceZoneName\")),\n    faceZoneLabel_( mesh_.faceZones().findZoneID(faceZoneName_) ),\n    faces_( mesh_.faceZones()[faceZoneLabel_] )\n{\n    // NOTE: calls the separate .read() method to import the controls from the dict.\n    // dict reference is passed automatically by the OpenFOAM runtime object manager.\n    read(dict);\n\n    // built-in logFiles method for creating file streams.\n    resetNames(createFileNames(dict));\n\n    if (active_)\n    {\n        // Any extra initialisation goes here, if necessary\n\n        // NOTE: type() returns the typeName, as defined in the header file. Name\n        // is the individual identifier of this instance, as specified in the dict\n        Info << \"Finished initialising \" << type() << \": \" << name_ << nl << endl;\n    }\n}\n\n// * * * * * * * * * * * * * * * * Destructor  * * * * * * * * * * * * * * * //\n\nFoam::functionObjects::pipeCalc::~pipeCalc()\n{}\n\n// * * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * //\n\nbool Foam::functionObjects::pipeCalc::read(const dictionary& dict)\n{\n    if (active_)\n    {\n        UName_ = dict.lookupOrDefault<word>(\"UName\", \"U\");\n    }\n    return true;\n}\n\nbool Foam::functionObjects::pipeCalc::execute()\n{\n    if (active_)\n    {\n        // This gets called before write, should put things on which other\n        // function objects might depend on here (for instance field calculations)\n    }\n    return true;\n}\n\nbool Foam::functionObjects::pipeCalc::end()\n{\n    if (active_)\n    {\n        execute();\n    }\n    return true;\n}\n\nvoid Foam::functionObjects::pipeCalc::timeSet()\n{}\n\nbool Foam::functionObjects::pipeCalc::write()\n{\n    if (active_)\n    {\n        // NOTE: this is the main part of the function object and implements the\n        // actual functionality.\n\n        // Retrieve a reference to the velocity field\n        const volVectorField& U = obr_.lookupObject<volVectorField>(UName_);\n\n        // itnerpolate onto the faces\n\t\tsurfaceVectorField Uface = fvc::interpolate(U);\n\n        // Go over each face zone face and compute the flow rate normal to the\n        // face zone faces.\n        // This assumes none of the face zone faces are on processor boundaries.\n        // If they are, a seg fault will occur as faces_[faceI] will exceed the\n        // internal field dimensions. A check could be made by using:\n        // if ((faces_[faceI] > mesh_.owner().size()) || (mesh_.owner().size() == 0))\n        // and the boundary values could be used instead. This is not done here\n        // for simplicity.\n        scalar flowRate(0.);\n\n        forAll(faces_, faceI)\n            // Flow rate = dot product of velocity and surface area vector; in Latex terms,\n            // Q = \\mathbf{U} \\cdot \\mathbf{\\hat{n}} A\n            flowRate += Uface[faces_[faceI]] & mesh_.Sf()[faces_[faceI]];\n\n        // reduce for parallel running\n        reduce(flowRate, sumOp<scalar>());\n\n        Info << \"Total flow rate \" << flowRate << \" through \"\n             << returnReduce(faces_.size(), sumOp<label>()) << \" faces\" << nl << endl;\n\n        // Output to file - only execute on the master thread to avoid the file\n        // getting written into from a few processors at the same time\n        if (Pstream::master())\n        {\n            // Call the base class method which checks if the output file exists\n            // and creates it, if necessary. That also calls the .writeFileHeader()\n            // method of the derived class.\n            logFiles::write();\n\n            // Add the entry for this time step that has just been computed.\n            file(MAIN_FILE) << obr_.time().value() << tab << flowRate << endl;\n        }\n    }\n    return true;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/pipeCalc.H",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2013 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\nClass\n    Foam::pipeCalc\n\nDescription\n    This function object calculates and outputs various quantities relevant\n    to flows through pipes and similar geometries.\n\nSourceFiles\n    pipeCalc.C\n\n\\*---------------------------------------------------------------------------*/\n\n#ifndef pipeCalc_H\n#define pipeCalc_H\n\n#include \"volFieldsFwd.H\"\n#include \"Switch.H\"\n#include \"fvc.H\"\n#include \"fvMeshFunctionObject.H\"\n#include \"logFiles.H\"\n#include \"addToRunTimeSelectionTable.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\nnamespace functionObjects\n{\n\n/*---------------------------------------------------------------------------*\\\n                          Class pipeCalc Declaration\n\\*---------------------------------------------------------------------------*/\n\nclass pipeCalc\n:\n    // NOTE: derive from the base fvMeshFunctionObject and logFiles in order to\n    // provide a ready interface for dealing with output files\n    public fvMeshFunctionObject,\n    public logFiles\n{\nprivate:\n    // Private data\n\n        //- Name of this set of pipeCalc objects\n        word name_;\n\n        //- On/off switch\n        bool active_;\n\n        //- Name of velocity field, default is \"U\"\n        word UName_;\n\n        // NOTE: these fields hold the information about the faceZone\n        // Name of the face zone\n        word faceZoneName_;\n\n        // index of the face zone in the mesh container\n\t\tlabel faceZoneLabel_;\n\n        // indices of the faces of the CS in the mesh - keep as reference, should be faster for large sets\n        const labelList& faces_;\n\n    // Private Member Functions\n\n        //- Disallow default bitwise copy construct\n        pipeCalc(const pipeCalc&);\n\n        //- Disallow default bitwise assignment\n        void operator=(const pipeCalc&);\n\nprotected:\n    // NOTE: define a list of files this object writes to; the underlying logFiles\n    // object will handle output to correct streams automatically.\n    enum fileID\n    {\n        MAIN_FILE = 0\n    };\n\n    // NOTE: Create file names for each of the output files\n    wordList createFileNames(const dictionary& dict) const;\n\n    // NOTE: this first gets declared in the baseline object and gets used to\n    // write the header in the output file.\n    virtual void writeFileHeader(const label i);\n\npublic:\n\n    //- Runtime type information\n    TypeName(\"pipeCalc\");\n\n    // Constructors\n\n        //- Construct for given Time and dictionary.\n        pipeCalc\n        (\n            const word& name,\n            const Time& runTime,\n            const dictionary& dict\n        );\n\n    //- Destructor\n    virtual ~pipeCalc();\n\n    // Member Functions\n\n    //- Return name of the set of pipeCalc\n    virtual const word& name() const { return name_; }\n\n    //- Read the pipeCalc data\n    virtual bool read(const dictionary&);\n\n    //- Execute, currently does nothing\n    virtual bool execute();\n\n    //- Execute at the final time-loop, currently does nothing\n    virtual bool end();\n\n    //- Called when time was set at the end of the Time::operator++\n    virtual void timeSet();\n\n    // NOTE: Key method which implements the object's actual functionality\n    virtual bool write();\n\n    //- Update for changes of mesh\n    virtual void updateMesh(const mapPolyMesh&) {}\n\n    //- Update for changes of mesh\n    virtual void movePoints(const polyMesh&) {}\n};\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n} // End namespace functionObjectFile\n} // End namespace Foam\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#endif\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/0.org/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform ($flowVelocity 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type       fixedValue;\n        value\t\t$internalField;\n    }\n    outlet\n    {\n        type            pressureInletOutletVelocity;\n        phi             phi;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform (0 0 0);\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/0.org/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform $turbulentKE;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/0.org/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/0.org/omega",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 0 -1 0 0 0 0];\n\ninternalField   uniform $turbulentOmega;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n\tpipe\n    {\n    \ttype omegaWallFunction;\n    \tvalue uniform $turbulentOmega;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/0.org/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 100000;\n\nboundaryField\n{\n    inlet\n    {\n        type        zeroGradient;\n    }\n    outlet\n    {\n        type\t\tfixedValue;\n\t\tvalue\t\t$internalField;\n    }\n\tpipe\n    {\n    \ttype zeroGradient;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # run from this directory\n\nrm -f log*\n\nrm -rf processor* postProcessing\n\nrm -rf constant/polyMesh/*\nrm -rf constant/triSurface/*.eMesh*\nrm -rf constant/triSurface/*.obj*\nrm -rf constant/extendedFeatureEdgeMesh/\n\nrm -rf 0 1* 2* 3* 4* 5* 6* 7* 8* 9*\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/Allrun",
    "content": "#!/bin/bash\n\n./Allrun.mesh > log.mesh 2>&1\n\n# Need to create the faceZone for runtime post-processing\ntopoSet > log.topoSet 2>&1\n\ncp -r 0.org 0\n\npotentialFoam > log.potentialFoam 2>&1\n\necho \"Finished preparing, running the solver.\"\n\nsimpleFoam > log.run 2>&1\n\necho \"Done.\"\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/Allrun.mesh",
    "content": "#!/bin/bash\n\n# read values from the dictionary\ncontrolFile=\"system/runConditions\"\nLpipe=$(awk '/Lpipe/{print $2}' $controlFile | sed 's/;$//')\nRpipe=$(awk '/Rpipe/{print $2}' $controlFile | sed 's/;$//')\nNx=$(awk '/Nx/{print $2}' $controlFile | sed 's/;$//')\nNRinner=$(awk '/NRinner/{print $2}' $controlFile | sed 's/;$//')\nNRouter=$(awk '/NRouter/{print $2}' $controlFile | sed 's/;$//')\nexpRatWall=$(awk '/expRatWall/{print $2}' $controlFile | sed 's/;$//')\nnoQuarters=$(awk '/noQuarters/{print $2}' $controlFile | sed 's/;$//')\n\n# update values in the blockMesh dictionary (optionally could also include the file in the dict\n# and use the variables directly - nice to explore different options to do the same thing though)\nsed -i \"s/Nx.*;/Nx   $Nx;/g\" system/blockMeshDict\nsed -i \"s/NRinner.*;/NRinner   $NRinner;/g\" system/blockMeshDict\nsed -i \"s/NRouter.*;/NRouter   $NRouter;/g\" system/blockMeshDict\nsed -i \"s/expRatWall.*;/expRatWall   $expRatWall;/g\" system/blockMeshDict\n\n# create the baseline mesh of a 1/4 of pipe with unit length and radius\nblockMesh\n\n# scale to give the mesh the desired size\ntransformPoints -scale \"($Lpipe $Rpipe $Rpipe)\"\n\n# mirror the grid as required\nsed -i \"s/normalVector.*;/normalVector (0 1 0);/g\" system/mirrorMeshDict\n\nif (( $noQuarters == 2 ))\nthen\n\tmirrorMesh -overwrite\nfi\n\nif (( $noQuarters == 4 ))\nthen\n\tmirrorMesh -overwrite\n\tsed -i \"s/normalVector.*;/normalVector (0 0 1);/g\" system/mirrorMeshDict\n\tmirrorMesh -overwrite\nfi\n\n# renumber to optimise parallel running\nrenumberMesh -overwrite\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      transportProperties;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ntransportModel Newtonian;\n\nnu              nu [0 2 -1 0 0 0 0] $visc;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------* \\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType RAS;\n\nRAS\n{\n\tRASModel\tkOmegaSST;\n\n\tturbulence      on;\n\n\tprintCoeffs     on;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n//========================\n// CONTROLS\n\n// number of cells\nNx   50;\nNRinner   20;\nNRouter   25;\n\n// size ratio of cell at the wall to the free-stream one in the near-wall blocks\nexpRatWall   0.05;\n\n//========================\n\nconvertToMeters 1;\n\n// all the vertices are in non-dimensional units\n// pipe assumed to have length and radius of 1\nvertices\n(\n    (0.00000e+00 0.00000e+00 0.00000e+00)\n\t(0.00000e+00 0.00000e+00 8.00000e-01)\n\t(0.00000e+00 0.00000e+00 1.00000e+00)\n\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t(0.00000e+00 8.00000e-01 0.00000e+00)\n\t(0.00000e+00 1.00000e+00 0.00000e+00)\n\t(0.00000e+00 7.07107e-01 7.07107e-01)\n\n\t(1 0.00000e+00 0.00000e+00)\n\t(1 0.00000e+00 8.00000e-01)\n\t(1 0.00000e+00 1.00000e+00)\n\t(1 6.10535e-01 6.10532e-01)\n\t(1 8.00000e-01 0.00000e+00)\n\t(1 1.00000e+00 0.00000e+00)\n\t(1 7.07107e-01 7.07107e-01)\n);\n\nblocks\n(\n    hex (0 7 11 4 1 8 10 3) ($Nx $NRinner $NRinner) simpleGrading (1 1 1)\n    hex (4 11 12 5 3 10 13 6) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n    hex (3 10 13 6 1 8 9 2) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n);\n\nedges\n(\n\tBSpline 1 3 (\n\t\t//(0.00000e+00 0.00000e+00 8.00000e-01)\n\t\t(0.00000e+00 1.12269e-01 7.92025e-01)\n\t\t(0.00000e+00 2.22463e-01 7.62587e-01)\n\t\t(0.00000e+00 3.26692e-01 7.24996e-01)\n\t\t(0.00000e+00 4.21177e-01 6.86516e-01)\n\t\t(0.00000e+00 5.02076e-01 6.52300e-01)\n\t\t(0.00000e+00 5.66526e-01 6.25913e-01)\n\t\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 3 4 (\n\t\t(0.00000e+00 6.10532e-01 6.10535e-01)\n\t\t(0.00000e+00 6.25913e-01 5.66526e-01)\n\t\t(0.00000e+00 6.52300e-01 5.02076e-01)\n\t\t(0.00000e+00 6.86516e-01 4.21177e-01)\n\t\t(0.00000e+00 7.24996e-01 3.26692e-01)\n\t\t(0.00000e+00 7.62587e-01 2.22463e-01)\n\t\t(0.00000e+00 7.92025e-01 1.12269e-01)\n\t\t//(0.00000e+00 8.00000e-01 0.00000e+00)\n\t)\n\tBSpline 8 10 (\n\t\t//(1 0.00000e+00 8.00000e-01)\n\t\t(1 1.12269e-01 7.92025e-01)\n\t\t(1 2.22463e-01 7.62587e-01)\n\t\t(1 3.26692e-01 7.24996e-01)\n\t\t(1 4.21177e-01 6.86516e-01)\n\t\t(1 5.02076e-01 6.52300e-01)\n\t\t(1 5.66526e-01 6.25913e-01)\n\t\t(1 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 10 11 (\n\t\t(1 6.10532e-01 6.10535e-01)\n\t\t(1 6.25913e-01 5.66526e-01)\n\t\t(1 6.52300e-01 5.02076e-01)\n\t\t(1 6.86516e-01 4.21177e-01)\n\t\t(1 7.24996e-01 3.26692e-01)\n\t\t(1 7.62587e-01 2.22463e-01)\n\t\t(1 7.92025e-01 1.12269e-01)\n\t\t//(1 8.00000e-01 0.00000e+00)\n\t)\n\t\n\tarc 2 6 (0 0.38268343236508978 0.92387953251128674)\n\tarc 6 5 (0 0.92387953251128674 0.38268343236508978)\n\t\n\tarc 9 13 (1 0.38268343236508978 0.92387953251128674)\n\tarc 13 12 (1 0.92387953251128674 0.38268343236508978)\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (1 2 6 3)\n            (3 6 5 4)\n            (0 1 3 4)\n        );\n    }\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (11 10 8 7)\n            (12 13 10 11)\n            (13 9 8 10)\n        );\n    }\n    pipe\n    {\n        type wall;\n        faces\n        (\n            (9 13 6 2)\n            (13 12 5 6)\n        );\n    }\n    symmetryVer\n    {\n        type symmetryPlane;\n        faces\n        (\n            (2 9 8 1)\n            (1 8 7 0)\n        );\n    }\n    symmetryHor\n    {\n        type symmetryPlane;\n        faces\n        (\n            (11 4 0 7)\n            (12 5 4 11)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     simpleFoam;\n\nstartFrom       latestTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         10;\n\ndeltaT          1;\n\nwriteControl    runTime;\n\nwriteInterval   50;\n\npurgeWrite      1;\n\nwriteFormat     binary;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\nfunctions\n{\n// NOTE: this calls the bespoke utility and links it to the main solver\npipeCalculator\n{\n    functionObjectLibs (\"libpipeCalc.so\");\n    type pipeCalc;\n\n    faceZoneName planeFaceZone;\n    UName U;\n\n    writeInterval timeStep;\n    writeInterval 1;\n}\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\n\nmethod          hierarchical;\n\nhierarchicalCoeffs\n{\n    n               (1 2 2);\n    delta           0.001;\n    order           xyz;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default steadyState;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwindV grad(U);\n    div(phi,k)      bounded Gauss upwind;\n    div(phi,omega)  bounded Gauss upwind;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include \"runConditions\"\n\nsolvers\n{\n    p\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    U\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    \"(k|omega)\"\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n    \n    Phi\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n}\n\npotentialFlow\n{\n\tnNonOrthogonalCorrectors 4;\n}\n\nSIMPLE\n{\n    nNonOrthogonalCorrectors 0;\n\n    residualControl\n    {\n        p               1e-7;\n        U               1e-7;\n        \"(k|omega)\"     1e-7;\n    }\n}\n\nrelaxationFactors\n{\n\tp\t\t0.4;\n\tU\t\t0.6;\n\tk\t\t0.6;\n\tomega\t0.6;\n}\n\ncache\n{\n    grad(U);\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/mirrorMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      mirrorMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nplaneType pointAndNormal;\nplaneTolerance 1e-6;\n\npointAndNormalDict\n{\n\tbasePoint (0 0 0);\n\tnormalVector (0 1 0);\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/runConditions",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.com                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\n\n// this file controls:\n// - initial conditions for turbulence modelling\n// - initial flow field and boundary condition values\n\n//==================\n// MESH SETTINGS\n\n// length of the pipe [m]\nLpipe 0.68247;\n// radius of the pipe [m]\nRpipe 0.02625;\n\n// number of cells\n//\t- along the pipe\nNx 50;\n//\t- in the inner part of the mesh at the pipe centreline (per radius)\nNRinner 20;\n//\t- in the boundary layer part of the mesh (per radius)\nNRouter 25;\n\n// cell size ratio between the cell at the wall and that in the free stream in the near-wall blocks\nexpRatWall 0.05;\n\n// whether to create 1/4th, 1/2, or a full pipe\nnoQuarters 1;\n\n//==================\n// FLUID PROPERTIES\nvisc\t1.09e-6;\nrho\t\t998.8;\n\n//==================\n// FLOW PARAMETERS\npressure\t0;\nflowVelocity 2;\ndeltaByR 0.1;\n\n// inlet values\nturbulentKE\t6.0000E-2;\nturbulentOmega\t4.4721E+0;\n\n\n// ************************************************************************* //\n\n\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/sampleDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\      /  F ield          | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\    /   O peration      | Version:  3.0.0                                 |\n|   \\  /    A nd            | Web:      www.OpenFOAM.org                      |\n|    \\/     M anipulation   |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      sampleDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsetFormat raw;\ninterpolationScheme cellPoint;\n\nfields\n(\n\tp\n\tU\n\tk\n\tomega\n\twallGradU\n\twallShearStress\n);\n\nsets\n(\nwallSampling\n{\n\ttype patchCloud;\n\taxis xyz;\n\tmaxDistance 0.0002625;\n\tpatches\n\t(\n\t\tpipe\n\t);\n\tpoints\n\t(\n\t\t(0.000000e+00 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-03 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-02 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-02 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-02 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-02 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-02 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-02 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-02 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-02 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-02 2.585120e-02 4.558265e-03)\n\t\t(7.507170e-02 2.585120e-02 4.558265e-03)\n\t\t(8.189640e-02 2.585120e-02 4.558265e-03)\n\t\t(8.872110e-02 2.585120e-02 4.558265e-03)\n\t\t(9.554580e-02 2.585120e-02 4.558265e-03)\n\t\t(1.023705e-01 2.585120e-02 4.558265e-03)\n\t\t(1.091952e-01 2.585120e-02 4.558265e-03)\n\t\t(1.160199e-01 2.585120e-02 4.558265e-03)\n\t\t(1.228446e-01 2.585120e-02 4.558265e-03)\n\t\t(1.296693e-01 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-01 2.585120e-02 4.558265e-03)\n\t\t(1.433187e-01 2.585120e-02 4.558265e-03)\n\t\t(1.501434e-01 2.585120e-02 4.558265e-03)\n\t\t(1.569681e-01 2.585120e-02 4.558265e-03)\n\t\t(1.637928e-01 2.585120e-02 4.558265e-03)\n\t\t(1.706175e-01 2.585120e-02 4.558265e-03)\n\t\t(1.774422e-01 2.585120e-02 4.558265e-03)\n\t\t(1.842669e-01 2.585120e-02 4.558265e-03)\n\t\t(1.910916e-01 2.585120e-02 4.558265e-03)\n\t\t(1.979163e-01 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-01 2.585120e-02 4.558265e-03)\n\t\t(2.115657e-01 2.585120e-02 4.558265e-03)\n\t\t(2.183904e-01 2.585120e-02 4.558265e-03)\n\t\t(2.252151e-01 2.585120e-02 4.558265e-03)\n\t\t(2.320398e-01 2.585120e-02 4.558265e-03)\n\t\t(2.388645e-01 2.585120e-02 4.558265e-03)\n\t\t(2.456892e-01 2.585120e-02 4.558265e-03)\n\t\t(2.525139e-01 2.585120e-02 4.558265e-03)\n\t\t(2.593386e-01 2.585120e-02 4.558265e-03)\n\t\t(2.661633e-01 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-01 2.585120e-02 4.558265e-03)\n\t\t(2.798127e-01 2.585120e-02 4.558265e-03)\n\t\t(2.866374e-01 2.585120e-02 4.558265e-03)\n\t\t(2.934621e-01 2.585120e-02 4.558265e-03)\n\t\t(3.002868e-01 2.585120e-02 4.558265e-03)\n\t\t(3.071115e-01 2.585120e-02 4.558265e-03)\n\t\t(3.139362e-01 2.585120e-02 4.558265e-03)\n\t\t(3.207609e-01 2.585120e-02 4.558265e-03)\n\t\t(3.275856e-01 2.585120e-02 4.558265e-03)\n\t\t(3.344103e-01 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-01 2.585120e-02 4.558265e-03)\n\t\t(3.480597e-01 2.585120e-02 4.558265e-03)\n\t\t(3.548844e-01 2.585120e-02 4.558265e-03)\n\t\t(3.617091e-01 2.585120e-02 4.558265e-03)\n\t\t(3.685338e-01 2.585120e-02 4.558265e-03)\n\t\t(3.753585e-01 2.585120e-02 4.558265e-03)\n\t\t(3.821832e-01 2.585120e-02 4.558265e-03)\n\t\t(3.890079e-01 2.585120e-02 4.558265e-03)\n\t\t(3.958326e-01 2.585120e-02 4.558265e-03)\n\t\t(4.026573e-01 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-01 2.585120e-02 4.558265e-03)\n\t\t(4.163067e-01 2.585120e-02 4.558265e-03)\n\t\t(4.231314e-01 2.585120e-02 4.558265e-03)\n\t\t(4.299561e-01 2.585120e-02 4.558265e-03)\n\t\t(4.367808e-01 2.585120e-02 4.558265e-03)\n\t\t(4.436055e-01 2.585120e-02 4.558265e-03)\n\t\t(4.504302e-01 2.585120e-02 4.558265e-03)\n\t\t(4.572549e-01 2.585120e-02 4.558265e-03)\n\t\t(4.640796e-01 2.585120e-02 4.558265e-03)\n\t\t(4.709043e-01 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-01 2.585120e-02 4.558265e-03)\n\t\t(4.845537e-01 2.585120e-02 4.558265e-03)\n\t\t(4.913784e-01 2.585120e-02 4.558265e-03)\n\t\t(4.982031e-01 2.585120e-02 4.558265e-03)\n\t\t(5.050278e-01 2.585120e-02 4.558265e-03)\n\t\t(5.118525e-01 2.585120e-02 4.558265e-03)\n\t\t(5.186772e-01 2.585120e-02 4.558265e-03)\n\t\t(5.255019e-01 2.585120e-02 4.558265e-03)\n\t\t(5.323266e-01 2.585120e-02 4.558265e-03)\n\t\t(5.391513e-01 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-01 2.585120e-02 4.558265e-03)\n\t\t(5.528007e-01 2.585120e-02 4.558265e-03)\n\t\t(5.596254e-01 2.585120e-02 4.558265e-03)\n\t\t(5.664501e-01 2.585120e-02 4.558265e-03)\n\t\t(5.732748e-01 2.585120e-02 4.558265e-03)\n\t\t(5.800995e-01 2.585120e-02 4.558265e-03)\n\t\t(5.869242e-01 2.585120e-02 4.558265e-03)\n\t\t(5.937489e-01 2.585120e-02 4.558265e-03)\n\t\t(6.005736e-01 2.585120e-02 4.558265e-03)\n\t\t(6.073983e-01 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-01 2.585120e-02 4.558265e-03)\n\t\t(6.210477e-01 2.585120e-02 4.558265e-03)\n\t\t(6.278724e-01 2.585120e-02 4.558265e-03)\n\t\t(6.346971e-01 2.585120e-02 4.558265e-03)\n\t\t(6.415218e-01 2.585120e-02 4.558265e-03)\n\t\t(6.483465e-01 2.585120e-02 4.558265e-03)\n\t\t(6.551712e-01 2.585120e-02 4.558265e-03)\n\t\t(6.619959e-01 2.585120e-02 4.558265e-03)\n\t\t(6.688206e-01 2.585120e-02 4.558265e-03)\n\t\t(6.756453e-01 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-01 2.585120e-02 4.558265e-03)\n\t);\n}\n\ncentrelineSampling\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 2.625000e-04 2.625000e-04);\n\tend (6.824700e-01 2.625000e-04 2.625000e-04);\n}\n\nrake_x_0.000\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 -2.585120e-02 -4.558265e-03);\n\tend (0.000000e+00 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.057\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-02 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-02 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.114\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.137450e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.137450e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.171\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.706175e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.706175e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.227\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.274900e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.274900e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.284\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.843625e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.843625e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.341\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.412350e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.412350e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.398\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.981075e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.981075e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.455\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (4.549800e-01 -2.585120e-02 -4.558265e-03);\n\tend (4.549800e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.512\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.118525e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.118525e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.569\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.626\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.255975e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.255975e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.682\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.824700e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.824700e-01 2.585120e-02 4.558265e-03);\n}\n\n);\n"
  },
  {
    "path": "programmingTutorials/OFtutorial09_runtimePostprocessingUtility/testCase/system/topoSetDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      topoSetDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactions\n(\n\t// create a cellSet which contains all cells up to the plane of interest\n   {\n        name    inletToPlaneCells;\n        type    cellSet;\n        action  new;\n        source  cylinderToCell;\n        sourceInfo\n        {\n            p1      (-100 0 0);\n            p2      (0.65 0 0);\n            radius  100;\n        }\n    }\n    // move all faces (including internal and boundaries) of the cell set to a face set\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  new;\n        source  cellToFace;\n        sourceInfo\n        {\n        \tset inletToPlaneCells;\n        \toption all;\n        }\n    }\n    // delete all faces not aligned with x (flow direction) up to 45 degrees\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 1 0);\n        \tcos 0.5;\n        }\n    }\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 -1 0);\n        \tcos 0.5;\n        }\n    }\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 0 1);\n        \tcos 0.5;\n        }\n    }\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 0 -1);\n        \tcos 0.5;\n        }\n    }\n    // remove the internal faces of the cell set from the face set (note the \"both\" option)\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  cellToFace;\n        sourceInfo\n        {\n        \tset inletToPlaneCells;\n        \toption both;\n        }\n    }\n    // remove the inlet plane faces from the face set\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  patchToFace;\n        sourceInfo\n        {\n        \tname inlet;\n        }\n    }\n    // convert the face set to a face zone\n    {\n        name    planeFaceZone;\n        type    faceZoneSet;\n        action  new;\n        source  setToFaceZone;\n        sourceInfo\n        {\n            faceSet     inletToPlaneFaces;\n        }\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/Make/files",
    "content": "OFtutorial10.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial10\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/fvOptions/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude \\\n    -I$(LIB_SRC)/sampling/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lfvOptions \\\n    -lmeshTools \\\n    -lsampling\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/OFtutorial10.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nint main(int argc, char *argv[])\n{\n\t// Set up the case, parse command line options and create the grid\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n    \n    // Create the scalar field and read BCs and the initial conditions\n    // NOTE: beta is thus already subjects to the BCs specified in 0/beta\n    Info << \"Reading field beta\" << nl << endl;\n    volScalarField beta\n    (\n        IOobject\n        (\n            \"beta\",\n            runTime.timeName(),\n            mesh,\n            IOobject::MUST_READ,\n            IOobject::AUTO_WRITE\n        ),\n        mesh\n    );\n    \n    // Read the constant velocity field\n    Info << \"Reading field U\" << nl << endl;\n    volVectorField U\n    (\n        IOobject\n        (\n            \"U\",\n            runTime.timeName(),\n            mesh,\n            IOobject::MUST_READ,\n            IOobject::AUTO_WRITE\n        ),\n        mesh\n    );\n    \n    // Read transport properties and get the diffusion constant\n    Info << \"Reading transportProperties\\n\" << endl;\n    IOdictionary transportProperties\n    (\n        IOobject\n        (\n            \"transportProperties\",\n            runTime.constant(),\n            mesh,\n            IOobject::MUST_READ_IF_MODIFIED,\n            IOobject::NO_WRITE\n        )\n    );\n\n    Info<< \"Reading diffusivity\\n\" << endl;\n    dimensionedScalar gamma (transportProperties.lookup(\"gamma\"));\n    \n    // Create the flux field\n    // NOTE: typically this is done by including createPhi.H from $FOAM_SRC/finiteVolume/cfdTools/incompressible\n    Info << \"Reading/calculating face flux field phi\" << nl << endl;\n\tsurfaceScalarField phi\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"phi\",\n\t\t    runTime.timeName(),\n\t\t    mesh,\n\t\t    IOobject::READ_IF_PRESENT,\n\t\t    IOobject::AUTO_WRITE\n\t\t),\n\t\t// Interpolates U onto the faces and does a dot product with the face area vectors\n\t\t// Yields a scalar representing rate of change of volume through each face, i.e. the flux\n\t\t// NOTE: the original implementation uses linearInterpolate(U); changed here to fvc::interpolate(U)\n\t\t// to show how the method searches system/fvSchemes for an interpolate(U) entry which allows\n\t\t// a different scheme to be chosen.\n\t\tfvc::interpolate(U) & mesh.Sf() // [(m s-1) * (m2) = (m3 s-1)] <=> flow rate\n\t);\n\t\n\t// Solve the steady scalar transport equation using the solver specified in the system/fvSolution dict.\n\t// Discretisation of the individual terms is specified in system/fvSchemes.\n\t// Boundary conditions form part of the beta field already, since it's been read from the file,\n\t// and thus do not need to be explicitly stated here - this keeps the syntax general.\n\tsolve\n    (\n    \t// Convective term - advection of beta due to the velocity field\n\t\tfvm::div(phi, beta) // [(m-1) * (m s-1) * (kg m-3) = (kg m-3 s-1)] <=> flux of beta\n\t\t// Diffusive term - diffusion of beta due to its own gradient and a proportionality constant gamma\n\t\t- fvm::laplacian(gamma, beta) // [(m2 s-1) * (m-2) * (kg m-3) = (kg m-3 s-1)] <=> flux of beta\n\t\t// NOTE: to apply an explicit source term, use the following:\n\t\t//== SourceTerm\n\t\t// NOTE: to make the source term implicit, use:\n\t\t//== Sp(SourceTerm)\n\t\t// NOTE: to use the OpenFOAM interface for applying arbitrary source terms from a dictionary, use:\n\t\t//== fvOptions(beta)\n    );\n    \n    // Save the result under a different name - we don't do any time stepping so the result ends up\n    // in the same folder as the initial conditions which we don't want to overwrite.\n    volScalarField result\n    (\n        IOobject\n        (\n            \"result\",\n            runTime.timeName(),\n            mesh,\n            IOobject::NO_READ,\n            IOobject::AUTO_WRITE\n        ),\n        beta // copy all beta contents, including the BCs\n    );\n\tresult.write(); // force output\n\n    Info << nl << \"End\" << nl << endl;\n\n    return 0;\n}\n\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (1 1 0);\n\nboundaryField\n{\n    \"(lower|upper|left|right)\"\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/0/beta",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      beta;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n// Make this a dimensionless scalar\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    left\n    {\n        type            fixedValue;\n        value           uniform 1;\n    }\n    \n    lower\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n    \n    \"(upper|right)\"\n    {\n    \ttype zeroGradient;\n\t}\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/Allclean",
    "content": "#!/bin/bash\nrm 0/result* constant/polyMesh/* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial10\necho \"Now run: paraview --state=viewData.pvsm\"\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ngamma gamma [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    upper\n    {\n        type patch;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    left\n    {\n        type patch;\n        faces\n        (\n            (0 4 7 3)\n        );\n    }\n    right\n    {\n        type patch;\n        faces\n        (\n            (2 6 5 1)\n        );\n    }\n    lower\n    {\n        type patch;\n        faces\n        (\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default none;\n}\n\ngradSchemes\n{\n    default none;\n    // Gradient of the scalar variable, \\beta\n    grad(beta) Gauss linear;\n}\n\ndivSchemes\n{\n    default none;\n\t// Convective term discretisation for the scalar variable\n\t// NOTE: convection of scalars in OpenFOAM is expressed using the flux field rather than cell-centred velocity\n\tdiv(phi,beta) bounded Gauss upwind;\n}\n\nlaplacianSchemes\n{\n    default none;\n    // Laplacian scheme to compute the diffusive term, \\gamma \\nabla^2 \\beta, in the scalar transport equation\n    laplacian(gamma,beta) Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default none;\n    // interpolation scheme for U for computing the flux, phi\n    interpolate(U) linear;\n}\n\nsnGradSchemes\n{\n    default none;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    beta\n    {\n        solver\t\tGAMG;\n        smoother\tDILUGaussSeidel;\n        tolerance\t1e-6;\n        relTol\t\t0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial10_transportEquation/testCase/viewData.pvsm",
    "content": "<ParaView>\n  <ServerManagerState version=\"5.4.0\">\n    <Proxy group=\"animation\" type=\"AnimationScene\" id=\"263\" servers=\"16\">\n      <Property name=\"AnimationTime\" id=\"263.AnimationTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Cues\" id=\"263.Cues\" number_of_elements=\"1\">\n        <Proxy value=\"265\"/>\n        <Domain name=\"groups\" id=\"263.Cues.groups\"/>\n      </Property>\n      <Property name=\"Duration\" id=\"263.Duration\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"EndTime\" id=\"263.EndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"FramesPerTimestep\" id=\"263.FramesPerTimestep\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"263.FramesPerTimestep.range\"/>\n      </Property>\n      <Property name=\"GoToFirst\" id=\"263.GoToFirst\"/>\n      <Property name=\"GoToLast\" id=\"263.GoToLast\"/>\n      <Property name=\"GoToNext\" id=\"263.GoToNext\"/>\n      <Property name=\"GoToPrevious\" id=\"263.GoToPrevious\"/>\n      <Property name=\"LockEndTime\" id=\"263.LockEndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.LockEndTime.bool\"/>\n      </Property>\n      <Property name=\"LockStartTime\" id=\"263.LockStartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.LockStartTime.bool\"/>\n      </Property>\n      <Property name=\"Loop\" id=\"263.Loop\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.Loop.bool\"/>\n      </Property>\n      <Property name=\"NumberOfFrames\" id=\"263.NumberOfFrames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"263.NumberOfFrames.range\"/>\n      </Property>\n      <Property name=\"Play\" id=\"263.Play\"/>\n      <Property name=\"PlayMode\" id=\"263.PlayMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"263.PlayMode.enum\">\n          <Entry value=\"0\" text=\"Sequence\"/>\n          <Entry value=\"1\" text=\"Real Time\"/>\n          <Entry value=\"2\" text=\"Snap To TimeSteps\"/>\n        </Domain>\n      </Property>\n      <Property name=\"StartTime\" id=\"263.StartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Stop\" id=\"263.Stop\"/>\n      <Property name=\"TimeKeeper\" id=\"263.TimeKeeper\" number_of_elements=\"1\">\n        <Proxy value=\"259\"/>\n      </Property>\n      <Property name=\"ViewModules\" id=\"263.ViewModules\" number_of_elements=\"1\">\n        <Proxy value=\"2087\"/>\n        <Domain name=\"groups\" id=\"263.ViewModules.groups\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"animation\" type=\"TimeAnimationCue\" id=\"265\" servers=\"16\">\n      <Property name=\"AnimatedDomainName\" id=\"265.AnimatedDomainName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"AnimatedElement\" id=\"265.AnimatedElement\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"AnimatedPropertyName\" id=\"265.AnimatedPropertyName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Time\"/>\n      </Property>\n      <Property name=\"AnimatedProxy\" id=\"265.AnimatedProxy\" number_of_elements=\"1\">\n        <Proxy value=\"259\"/>\n        <Domain name=\"groups\" id=\"265.AnimatedProxy.groups\"/>\n      </Property>\n      <Property name=\"Enabled\" id=\"265.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"265.Enabled.bool\"/>\n      </Property>\n      <Property name=\"EndTime\" id=\"265.EndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"KeyFrames\" id=\"265.KeyFrames\">\n        <Domain name=\"groups\" id=\"265.KeyFrames.groups\"/>\n      </Property>\n      <Property name=\"LastAddedKeyFrameIndex\" id=\"265.LastAddedKeyFrameIndex\"/>\n      <Property name=\"StartTime\" id=\"265.StartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"TimeMode\" id=\"265.TimeMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"265.TimeMode.enum\">\n          <Entry value=\"0\" text=\"Normalized\"/>\n          <Entry value=\"1\" text=\"Relative\"/>\n        </Domain>\n      </Property>\n      <Property name=\"UseAnimationTime\" id=\"265.UseAnimationTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"265.UseAnimationTime.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"ViewLayout\" id=\"2059\" servers=\"16\">\n      <Property name=\"ShowWindowDecorations\" id=\"2059.ShowWindowDecorations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Layout number_of_elements=\"1\">\n        <Item direction=\"0\" fraction=\"0.5\" view=\"2087\"/>\n      </Layout>\n    </Proxy>\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"4377\" servers=\"21\">\n      <Property name=\"AboveRangeColor\" id=\"4377.AboveRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n      </Property>\n      <Property name=\"ActiveAnnotatedValues\" id=\"4377.ActiveAnnotatedValues\"/>\n      <Property name=\"AllowDuplicateScalars\" id=\"4377.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4377.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Annotations\" id=\"4377.Annotations\"/>\n      <Property name=\"BelowRangeColor\" id=\"4377.BelowRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Build\" id=\"4377.Build\"/>\n      <Property name=\"ColorSpace\" id=\"4377.ColorSpace\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4377.ColorSpace.enum\">\n          <Entry value=\"0\" text=\"RGB\"/>\n          <Entry value=\"1\" text=\"HSV\"/>\n          <Entry value=\"2\" text=\"Lab\"/>\n          <Entry value=\"3\" text=\"Diverging\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Discretize\" id=\"4377.Discretize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4377.Discretize.bool\"/>\n      </Property>\n      <Property name=\"EnableOpacityMapping\" id=\"4377.EnableOpacityMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.EnableOpacityMapping.bool\"/>\n      </Property>\n      <Property name=\"HSVWrap\" id=\"4377.HSVWrap\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.HSVWrap.bool\"/>\n      </Property>\n      <Property name=\"IndexedColors\" id=\"4377.IndexedColors\"/>\n      <Property name=\"IndexedLookup\" id=\"4377.IndexedLookup\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.IndexedLookup.bool\"/>\n      </Property>\n      <Property name=\"LockScalarRange\" id=\"4377.LockScalarRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.LockScalarRange.bool\"/>\n      </Property>\n      <Property name=\"NanColor\" id=\"4377.NanColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.498039215686\"/>\n        <Element index=\"1\" value=\"0.498039215686\"/>\n        <Element index=\"2\" value=\"0.498039215686\"/>\n      </Property>\n      <Property name=\"NumberOfTableValues\" id=\"4377.NumberOfTableValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"17\"/>\n        <Domain name=\"range\" id=\"4377.NumberOfTableValues.range\"/>\n      </Property>\n      <Property name=\"RGBPoints\" id=\"4377.RGBPoints\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0.999964\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"RescaleOnVisibilityChange\" id=\"4377.RescaleOnVisibilityChange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.RescaleOnVisibilityChange.bool\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4377.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4376\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4377.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4377.ScalarRangeInitialized.bool\"/>\n      </Property>\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"4377.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.ShowIndexedColorActiveValues.bool\"/>\n      </Property>\n      <Property name=\"UseAboveRangeColor\" id=\"4377.UseAboveRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.UseAboveRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseBelowRangeColor\" id=\"4377.UseBelowRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.UseBelowRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseLogScale\" id=\"4377.UseLogScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4377.UseLogScale.bool\"/>\n      </Property>\n      <Property name=\"VectorComponent\" id=\"4377.VectorComponent\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4377.VectorComponent.range\"/>\n      </Property>\n      <Property name=\"VectorMode\" id=\"4377.VectorMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4377.VectorMode.enum\">\n          <Entry value=\"0\" text=\"Magnitude\"/>\n          <Entry value=\"1\" text=\"Component\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4376\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4376.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4376.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4376.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.999964\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4376.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4376.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"annotations\" type=\"GridAxes3DActor\" id=\"2085\" servers=\"21\">\n      <Property name=\"AxesToLabel\" id=\"2085.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"2085.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"DataBoundsInflateFactor\" id=\"2085.DataBoundsInflateFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.0008\"/>\n        <Domain name=\"range\" id=\"2085.DataBoundsInflateFactor.range\"/>\n      </Property>\n      <Property name=\"DataPosition\" id=\"2085.DataPosition\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.DataPosition.range\"/>\n      </Property>\n      <Property name=\"DataScale\" id=\"2085.DataScale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2085.DataScale.range\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"2085.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"2085.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"2085.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2085.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ModelBounds\" id=\"2085.ModelBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"ModelTransformMatrix\" id=\"2085.ModelTransformMatrix\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"2085.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2085.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"2085.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"2085.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2085.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"UseModelTransform\" id=\"2085.UseModelTransform\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.UseModelTransform.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"2085.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.Visibility.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"2085.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"2085.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"2085.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"2085.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"2085.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"2085.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"2085.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"2085.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"2085.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"2085.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"2085.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"2085.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"2085.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"2085.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"2085.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"2085.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"2085.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"2085.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"2085.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"2085.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"2085.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"2085.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"2085.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2085.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"2085.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.GridColor.range\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"2085.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"2085.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"2085.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"2085.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"2085.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"2085.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"2085.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2085.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"2085.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"2085.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"2085.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"2085.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"2085.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"2085.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"2085.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"2085.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2085.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"2085.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"2085.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"2085.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"2085.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"2085.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"2085.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"2085.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"2085.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2085.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"2085.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"2085.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"2085.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"2085.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"2085.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"2085.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"2085.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"2085.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2085.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"2085.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"2085.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"2085.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"2085.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"2085.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"2085.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"2085.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"2085.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2085.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"2085.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"2085.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"2085.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2085.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"2085.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2085.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"2085.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"2085.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"2085.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"2085.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2085.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"2085.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2085.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"4063\" servers=\"16\">\n      <Property name=\"Source\" id=\"4063.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4051\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4138\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4138.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4138.Input\">\n        <Domain name=\"input_array_any\" id=\"4138.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4138.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4138.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4138.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4138.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4138.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4138.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4138.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4138.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4138.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4138.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4138.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4138.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4138.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4138.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4138.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4138.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4138.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4138.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4138.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4138.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4138.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4138.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4138.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4138.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4138.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4138.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4138.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4138.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4138.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4138.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4138.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4138.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4138.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4138.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4138.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4138.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4138.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4138.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4138.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4138.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4138.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4138.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4138.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4138.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4138.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4138.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4138.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4138.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4138.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4138.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4138.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4138.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4138.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4138.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4138.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4138.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4138.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4138.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4138.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4138.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4138.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4138.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4138.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4138.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4138.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4138.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4138.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4138.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4138.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4138.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4138.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4138.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4138.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4138.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4138.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4138.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4138.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4138.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4138.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4138.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4138.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4138.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4138.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4138.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4138.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4138.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4138.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4138.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4138.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4138.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4138.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4138.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4138.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4138.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4138.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4138.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4164\" servers=\"21\">\n      <Property name=\"Invert\" id=\"4164.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4164.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4164.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4164.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4164.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4164.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4164.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4164.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4164.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4164.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4164.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4164.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4175\" servers=\"21\">\n      <Property name=\"Capping\" id=\"4175.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4175.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4175.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4175.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4175.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4175.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4175.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4175.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4175.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4175.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4175.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4175.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4186\" servers=\"21\">\n      <Property name=\"Center\" id=\"4186.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4186.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4186.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4186.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4186.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4186.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4186.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4186.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4197\" servers=\"21\">\n      <Property name=\"Capping\" id=\"4197.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4197.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4197.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4197.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4197.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4197.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4197.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4197.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4197.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4197.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4208\" servers=\"21\">\n      <Property name=\"Point1\" id=\"4208.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4208.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4208.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4208.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4208.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4208.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4219\" servers=\"21\">\n      <Property name=\"Center\" id=\"4219.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4219.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4219.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4219.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4219.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4219.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4219.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4219.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4219.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4219.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4219.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4219.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4219.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4219.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4219.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4219.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4230\" servers=\"21\">\n      <Property name=\"Center\" id=\"4230.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4230.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4230.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4230.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4230.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4230.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4241\" servers=\"21\">\n      <Property name=\"AllowNullInput\" id=\"4241.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4241.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4241.Input\">\n        <Domain name=\"groups\" id=\"4241.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4241.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4296\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4296.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4296.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4296.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"370.074981689453\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"409.787658691406\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4296.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4296.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4153\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4153.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4153.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4153.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4153.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4153.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4153.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4153.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4153.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4153.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4153.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4153.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4153.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4153.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4153.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4153.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4153.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4153.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4153.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4153.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4153.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4153.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4153.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4153.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4153.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4153.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4153.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4153.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4153.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4153.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4153.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4051\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4153.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4153.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4153.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4153.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4153.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4153.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4153.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4153.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4153.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4153.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4153.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4153.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4153.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4153.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4153.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4153.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4153.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4153.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4153.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4153.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4153.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4153.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4153.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4153.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4153.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4153.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4153.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4153.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4153.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4153.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4153.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4153.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4153.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4153.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4153.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4153.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4153.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4153.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4153.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4153.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4153.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4153.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4153.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4153.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4153.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4153.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4153.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4153.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4153.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4153.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4153.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4153.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4153.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4153.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4153.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4153.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4153.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4153.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4153.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4153.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4153.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4153.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4153.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4153.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4153.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4153.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4153.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4153.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4153.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4153.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4153.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4153.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4153.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4153.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4153.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4153.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4153.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4153.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4153.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4153.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4153.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4153.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4153.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4153.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4153.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4153.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4153.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4153.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4153.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4153.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"UnstructuredGridRepresentation\" id=\"4325\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4325.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4138\"/>\n        <Domain name=\"proxy_list\" id=\"4325.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4138\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4325.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4051\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4325.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4325.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4325.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4325.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4153\"/>\n        <Domain name=\"proxy_list\" id=\"4325.PolarAxes.proxy_list\">\n          <Proxy value=\"4153\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4325.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface With Edges\"/>\n        <Domain name=\"list\" id=\"4325.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Volume\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4325.RepresentationTypesInfo\" number_of_elements=\"7\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Volume\"/>\n        <Element index=\"6\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4325.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4325.SelectionCellFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4325.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4325.SelectionPointFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4325.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4325.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4325.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4325.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4325.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4325.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4325.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4325.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4325.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4325.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4325.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4325.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4325.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4325.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4325.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4325.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"result\"/>\n        <Domain name=\"array_list\" id=\"4325.ColorArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"cellNormals\"/>\n          <String text=\"result\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4325.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4325.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4325.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4325.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"ExtractedBlockIndex\" id=\"4325.ExtractedBlockIndex\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"tree\" id=\"4325.ExtractedBlockIndex.tree\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4325.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4325.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4325.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4164\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4325.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4325.GlyphType.proxy_list\">\n          <Proxy value=\"4164\"/>\n          <Proxy value=\"4175\"/>\n          <Proxy value=\"4186\"/>\n          <Proxy value=\"4197\"/>\n          <Proxy value=\"4208\"/>\n          <Proxy value=\"4219\"/>\n          <Proxy value=\"4230\"/>\n          <Proxy value=\"4241\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4325.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4325.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4325.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4325.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4325.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4325.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4377\"/>\n        <Domain name=\"groups\" id=\"4325.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4325.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4325.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4325.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4325.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4325.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4325.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4325.OSPRayScaleArray.array_list\">\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4325.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4296\"/>\n        <Domain name=\"groups\" id=\"4325.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4325.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4296\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4325.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4325.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4325.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4325.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4325.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4325.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4325.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4325.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4325.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4325.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4325.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4325.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.Position.range\"/>\n      </Property>\n      <Property name=\"SamplingDimensions\" id=\"4325.SamplingDimensions\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"128\"/>\n        <Element index=\"1\" value=\"128\"/>\n        <Element index=\"2\" value=\"128\"/>\n        <Domain name=\"range\" id=\"4325.SamplingDimensions.range\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4325.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4376\"/>\n        <Domain name=\"groups\" id=\"4325.ScalarOpacityFunction.groups\"/>\n      </Property>\n      <Property name=\"ScalarOpacityUnitDistance\" id=\"4325.ScalarOpacityUnitDistance\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.192417557844458\"/>\n        <Domain name=\"bounds\" id=\"4325.ScalarOpacityUnitDistance.bounds\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4325.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4325.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"bounds\" id=\"4325.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4325.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4325.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4325.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4325.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4325.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMapper\" id=\"4325.SelectMapper\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Projected tetra\"/>\n        <Domain name=\"list\" id=\"4325.SelectMapper.list\">\n          <String text=\"Projected tetra\"/>\n          <String text=\"HAVS\"/>\n          <String text=\"Z sweep\"/>\n          <String text=\"Bunyk ray cast\"/>\n          <String text=\"Resample To Image\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4325.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4325.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4325.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4325.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4325.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n          <String text=\"U\"/>\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4325.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4325.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4325.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4325.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4325.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4325.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4325.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4325.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4325.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4325.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4325.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4325.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4325.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4325.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4325.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4325.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4325.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4325.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4325.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4325.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4325.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4325.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4325.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4325.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4325.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4325.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4325.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4325.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4325.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4325.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4325.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4325.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4325.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4325.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4325.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4325.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4325.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4325.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4325.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4325.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4325.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4325.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4325.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4325.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4325.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4325.Texture\">\n        <Domain name=\"groups\" id=\"4325.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4325.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4325.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4325.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseFloatingPointFrameBuffer\" id=\"4325.UseFloatingPointFrameBuffer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4325.UseFloatingPointFrameBuffer.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4325.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4325.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4325.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"4383\" servers=\"21\">\n      <Property name=\"Enabled\" id=\"4383.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.Enabled.bool\"/>\n      </Property>\n      <Property name=\"LockPosition\" id=\"4383.LockPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.LockPosition.bool\"/>\n      </Property>\n      <Property name=\"UseNonCompositedRenderer\" id=\"4383.UseNonCompositedRenderer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"AddRangeAnnotations\" id=\"4383.AddRangeAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.AddRangeAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AddRangeLabels\" id=\"4383.AddRangeLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.AddRangeLabels.bool\"/>\n      </Property>\n      <Property name=\"AutoOrient\" id=\"4383.AutoOrient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.AutoOrient.bool\"/>\n      </Property>\n      <Property name=\"AutoOrientInfo\" id=\"4383.AutoOrientInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.AutoOrientInfo.bool\"/>\n      </Property>\n      <Property name=\"AutomaticAnnotations\" id=\"4383.AutomaticAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.AutomaticAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AutomaticLabelFormat\" id=\"4383.AutomaticLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.AutomaticLabelFormat.bool\"/>\n      </Property>\n      <Property name=\"ComponentTitle\" id=\"4383.ComponentTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"CustomLabels\" id=\"4383.CustomLabels\"/>\n      <Property name=\"DrawAnnotations\" id=\"4383.DrawAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.DrawAnnotations.bool\"/>\n      </Property>\n      <Property name=\"DrawNanAnnotation\" id=\"4383.DrawNanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.DrawNanAnnotation.bool\"/>\n      </Property>\n      <Property name=\"DrawTickLabels\" id=\"4383.DrawTickLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.DrawTickLabels.bool\"/>\n      </Property>\n      <Property name=\"DrawTickMarks\" id=\"4383.DrawTickMarks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.DrawTickMarks.bool\"/>\n      </Property>\n      <Property name=\"LabelBold\" id=\"4383.LabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.LabelBold.bool\"/>\n      </Property>\n      <Property name=\"LabelColor\" id=\"4383.LabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4383.LabelColor.range\"/>\n      </Property>\n      <Property name=\"LabelFontFamily\" id=\"4383.LabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4383.LabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LabelFontSize\" id=\"4383.LabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4383.LabelFontSize.range\"/>\n      </Property>\n      <Property name=\"LabelFormat\" id=\"4383.LabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"LabelItalic\" id=\"4383.LabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.LabelItalic.bool\"/>\n      </Property>\n      <Property name=\"LabelOpacity\" id=\"4383.LabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4383.LabelOpacity.range\"/>\n      </Property>\n      <Property name=\"LabelShadow\" id=\"4383.LabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.LabelShadow.bool\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4383.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4377\"/>\n        <Domain name=\"groups\" id=\"4383.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"NanAnnotation\" id=\"4383.NanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"NaN\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4383.Orientation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4383.Orientation.enum\">\n          <Entry value=\"0\" text=\"Horizontal\"/>\n          <Entry value=\"1\" text=\"Vertical\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OrientationInfo\" id=\"4383.OrientationInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4383.Position\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.109\"/>\n        <Element index=\"1\" value=\"0.400952380952381\"/>\n        <Domain name=\"range\" id=\"4383.Position.range\"/>\n      </Property>\n      <Property name=\"PositionInfo\" id=\"4383.PositionInfo\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.109\"/>\n        <Element index=\"1\" value=\"0.400952380952381\"/>\n      </Property>\n      <Property name=\"RangeLabelFormat\" id=\"4383.RangeLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"Repositionable\" id=\"4383.Repositionable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.Repositionable.bool\"/>\n      </Property>\n      <Property name=\"Resizable\" id=\"4383.Resizable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.Resizable.bool\"/>\n      </Property>\n      <Property name=\"ScalarBarLength\" id=\"4383.ScalarBarLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.33\"/>\n      </Property>\n      <Property name=\"ScalarBarThickness\" id=\"4383.ScalarBarThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n      </Property>\n      <Property name=\"Selectable\" id=\"4383.Selectable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.Selectable.bool\"/>\n      </Property>\n      <Property name=\"TextPosition\" id=\"4383.TextPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4383.TextPosition.enum\">\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Title\" id=\"4383.Title\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"result\"/>\n      </Property>\n      <Property name=\"TitleBold\" id=\"4383.TitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.TitleBold.bool\"/>\n      </Property>\n      <Property name=\"TitleColor\" id=\"4383.TitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4383.TitleColor.range\"/>\n      </Property>\n      <Property name=\"TitleFontFamily\" id=\"4383.TitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4383.TitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleFontSize\" id=\"4383.TitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4383.TitleFontSize.range\"/>\n      </Property>\n      <Property name=\"TitleItalic\" id=\"4383.TitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.TitleItalic.bool\"/>\n      </Property>\n      <Property name=\"TitleJustification\" id=\"4383.TitleJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4383.TitleJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Centered\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleOpacity\" id=\"4383.TitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4383.TitleOpacity.range\"/>\n      </Property>\n      <Property name=\"TitleShadow\" id=\"4383.TitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.TitleShadow.bool\"/>\n      </Property>\n      <Property name=\"UseCustomLabels\" id=\"4383.UseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4383.UseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4383.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4383.Visibility.bool\"/>\n      </Property>\n      <Property name=\"WindowLocation\" id=\"4383.WindowLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4383.WindowLocation.enum\">\n          <Entry value=\"0\" text=\"AnyLocation\"/>\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\n          <Entry value=\"3\" text=\"LowerCenter\"/>\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\n          <Entry value=\"6\" text=\"UpperCenter\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"PVFoamReader\" id=\"4051\" servers=\"1\">\n      <Property name=\"FileName\" id=\"4051.FileName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"testCase.OpenFOAM\"/>\n        <Domain name=\"files\" id=\"4051.FileName.files\"/>\n      </Property>\n      <Property name=\"LagrangianFieldArrayStatus\" id=\"4051.LagrangianFieldArrayStatus\"/>\n      <Property name=\"LagrangianFieldStatus\" id=\"4051.LagrangianFieldStatus\">\n        <Domain name=\"array_list\" id=\"4051.LagrangianFieldStatus.array_list\"/>\n      </Property>\n      <Property name=\"PartArrayStatus\" id=\"4051.PartArrayStatus\" number_of_elements=\"14\">\n        <Element index=\"0\" value=\"internalMesh\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"empty - group\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"upper - patch\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"left - patch\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"right - patch\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"lower - patch\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"frontAndBack - patch\"/>\n        <Element index=\"13\" value=\"0\"/>\n      </Property>\n      <Property name=\"PartStatus\" id=\"4051.PartStatus\" number_of_elements=\"14\">\n        <Element index=\"0\" value=\"internalMesh\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"empty - group\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"upper - patch\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"left - patch\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"right - patch\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"lower - patch\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"frontAndBack - patch\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Domain name=\"array_list\" id=\"4051.PartStatus.array_list\">\n          <String text=\"internalMesh\"/>\n          <String text=\"empty - group\"/>\n          <String text=\"upper - patch\"/>\n          <String text=\"left - patch\"/>\n          <String text=\"right - patch\"/>\n          <String text=\"lower - patch\"/>\n          <String text=\"frontAndBack - patch\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PointFieldArrayStatus\" id=\"4051.PointFieldArrayStatus\"/>\n      <Property name=\"PointFieldStatus\" id=\"4051.PointFieldStatus\">\n        <Domain name=\"array_list\" id=\"4051.PointFieldStatus.array_list\"/>\n      </Property>\n      <Property name=\"TimestepValues\" id=\"4051.TimestepValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"UiCacheMesh\" id=\"4051.UiCacheMesh\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4051.UiCacheMesh.bool\"/>\n      </Property>\n      <Property name=\"UiIncludeSets\" id=\"4051.UiIncludeSets\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4051.UiIncludeSets.bool\"/>\n      </Property>\n      <Property name=\"UiIncludeZones\" id=\"4051.UiIncludeZones\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4051.UiIncludeZones.bool\"/>\n      </Property>\n      <Property name=\"UiInterpolateVolFields\" id=\"4051.UiInterpolateVolFields\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4051.UiInterpolateVolFields.bool\"/>\n      </Property>\n      <Property name=\"UiRefresh\" id=\"4051.UiRefresh\"/>\n      <Property name=\"UiShowGroupsOnly\" id=\"4051.UiShowGroupsOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4051.UiShowGroupsOnly.bool\"/>\n      </Property>\n      <Property name=\"UiShowPatchNames\" id=\"4051.UiShowPatchNames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4051.UiShowPatchNames.bool\"/>\n      </Property>\n      <Property name=\"UiUseVTKPolyhedron\" id=\"4051.UiUseVTKPolyhedron\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4051.UiUseVTKPolyhedron.bool\"/>\n      </Property>\n      <Property name=\"UiZeroTime\" id=\"4051.UiZeroTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4051.UiZeroTime.bool\"/>\n      </Property>\n      <Property name=\"VolFieldArrayStatus\" id=\"4051.VolFieldArrayStatus\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"beta\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"result\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"U\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"VolFieldStatus\" id=\"4051.VolFieldStatus\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"beta\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"result\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"U\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Domain name=\"array_list\" id=\"4051.VolFieldStatus.array_list\">\n          <String text=\"beta\"/>\n          <String text=\"result\"/>\n          <String text=\"U\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"TimeKeeper\" id=\"259\" servers=\"16\">\n      <Property name=\"SuppressedTimeSources\" id=\"259.SuppressedTimeSources\"/>\n      <Property name=\"Time\" id=\"259.Time\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"259.Time.range\"/>\n      </Property>\n      <Property name=\"TimeLabel\" id=\"259.TimeLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Time\"/>\n      </Property>\n      <Property name=\"TimeRange\" id=\"259.TimeRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n      </Property>\n      <Property name=\"TimeSources\" id=\"259.TimeSources\" number_of_elements=\"1\">\n        <Proxy value=\"4051\"/>\n      </Property>\n      <Property name=\"TimestepValues\" id=\"259.TimestepValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Views\" id=\"259.Views\" number_of_elements=\"1\">\n        <Proxy value=\"2087\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"views\" type=\"RenderView\" id=\"2087\" servers=\"21\">\n      <Property name=\"AlphaBitPlanes\" id=\"2087.AlphaBitPlanes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.AlphaBitPlanes.bool\"/>\n      </Property>\n      <Property name=\"AmbientSamples\" id=\"2087.AmbientSamples\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2087.AmbientSamples.range\"/>\n      </Property>\n      <Property name=\"AnnotationColor\" id=\"2087.AnnotationColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"ArrayComponentToDraw\" id=\"2087.ArrayComponentToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2087.ArrayComponentToDraw.range\"/>\n      </Property>\n      <Property name=\"ArrayNameToDraw\" id=\"2087.ArrayNameToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"ArrayNumberToDraw\" id=\"2087.ArrayNumberToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2087.ArrayNumberToDraw.range\"/>\n      </Property>\n      <Property name=\"AxesGrid\" id=\"2087.AxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"2085\"/>\n        <Domain name=\"proxy_list\" id=\"2087.AxesGrid.proxy_list\">\n          <Proxy value=\"2085\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BackLightAzimuth\" id=\"2087.BackLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"110\"/>\n        <Domain name=\"range\" id=\"2087.BackLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"BackLightElevation\" id=\"2087.BackLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2087.BackLightElevation.range\"/>\n      </Property>\n      <Property name=\"BackLightK:B Ratio\" id=\"2087.BackLightK:B Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3.5\"/>\n        <Domain name=\"range\" id=\"2087.BackLightK:B Ratio.range\"/>\n      </Property>\n      <Property name=\"BackLightWarmth\" id=\"2087.BackLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"2087.BackLightWarmth.range\"/>\n      </Property>\n      <Property name=\"Background\" id=\"2087.Background\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.Background.range\"/>\n      </Property>\n      <Property name=\"Background2\" id=\"2087.Background2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.165\"/>\n        <Domain name=\"range\" id=\"2087.Background2.range\"/>\n      </Property>\n      <Property name=\"BackgroundTexture\" id=\"2087.BackgroundTexture\">\n        <Domain name=\"groups\" id=\"2087.BackgroundTexture.groups\"/>\n      </Property>\n      <Property name=\"BeginValueCapture\" id=\"2087.BeginValueCapture\"/>\n      <Property name=\"CacheKey\" id=\"2087.CacheKey\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2087.CacheKey.range\"/>\n      </Property>\n      <Property name=\"Camera2DManipulators\" id=\"2087.Camera2DManipulators\" number_of_elements=\"9\">\n        <Element index=\"0\" value=\"4\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"2\"/>\n        <Element index=\"3\" value=\"3\"/>\n        <Element index=\"4\" value=\"4\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"2\"/>\n        <Element index=\"7\" value=\"4\"/>\n        <Element index=\"8\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"2087.Camera2DManipulators.enum\">\n          <Entry value=\"0\" text=\"None\"/>\n          <Entry value=\"1\" text=\"Pan\"/>\n          <Entry value=\"2\" text=\"Zoom\"/>\n          <Entry value=\"3\" text=\"Roll\"/>\n          <Entry value=\"4\" text=\"Rotate\"/>\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Camera2DMouseWheelMotionFactor\" id=\"2087.Camera2DMouseWheelMotionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.Camera2DMouseWheelMotionFactor.range\"/>\n      </Property>\n      <Property name=\"Camera3DManipulators\" id=\"2087.Camera3DManipulators\" number_of_elements=\"9\">\n        <Element index=\"0\" value=\"4\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"2\"/>\n        <Element index=\"3\" value=\"3\"/>\n        <Element index=\"4\" value=\"4\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"2\"/>\n        <Element index=\"7\" value=\"4\"/>\n        <Element index=\"8\" value=\"6\"/>\n        <Domain name=\"enum\" id=\"2087.Camera3DManipulators.enum\">\n          <Entry value=\"0\" text=\"None\"/>\n          <Entry value=\"1\" text=\"Pan\"/>\n          <Entry value=\"2\" text=\"Zoom\"/>\n          <Entry value=\"3\" text=\"Roll\"/>\n          <Entry value=\"4\" text=\"Rotate\"/>\n          <Entry value=\"5\" text=\"Multi-Rotate\"/>\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Camera3DMouseWheelMotionFactor\" id=\"2087.Camera3DMouseWheelMotionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.Camera3DMouseWheelMotionFactor.range\"/>\n      </Property>\n      <Property name=\"CameraParallelProjection\" id=\"2087.CameraParallelProjection\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.CameraParallelProjection.bool\"/>\n      </Property>\n      <Property name=\"CaptureValuesFloat\" id=\"2087.CaptureValuesFloat\"/>\n      <Property name=\"CaptureZBuffer\" id=\"2087.CaptureZBuffer\"/>\n      <Property name=\"CenterAxesVisibility\" id=\"2087.CenterAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.CenterAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"CenterOfRotation\" id=\"2087.CenterOfRotation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0.5\"/>\n        <Element index=\"2\" value=\"0.0500000007450581\"/>\n      </Property>\n      <Property name=\"CollectGeometryThreshold\" id=\"2087.CollectGeometryThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n      </Property>\n      <Property name=\"CompressorConfig\" id=\"2087.CompressorConfig\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkLZ4Compressor 0 3\"/>\n      </Property>\n      <Property name=\"DepthPeeling\" id=\"2087.DepthPeeling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.DepthPeeling.bool\"/>\n      </Property>\n      <Property name=\"DrawCells\" id=\"2087.DrawCells\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.DrawCells.bool\"/>\n      </Property>\n      <Property name=\"EnableOSPRay\" id=\"2087.EnableOSPRay\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.EnableOSPRay.bool\"/>\n      </Property>\n      <Property name=\"EnableRenderOnInteraction\" id=\"2087.EnableRenderOnInteraction\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.EnableRenderOnInteraction.bool\"/>\n      </Property>\n      <Property name=\"EndValueCapture\" id=\"2087.EndValueCapture\"/>\n      <Property name=\"FXAAEndpointSearchIterations\" id=\"2087.FXAAEndpointSearchIterations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n      </Property>\n      <Property name=\"FXAAHardContrastThreshold\" id=\"2087.FXAAHardContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.045\"/>\n      </Property>\n      <Property name=\"FXAARelativeContrastThreshold\" id=\"2087.FXAARelativeContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.125\"/>\n      </Property>\n      <Property name=\"FXAASubpixelBlendLimit\" id=\"2087.FXAASubpixelBlendLimit\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.75\"/>\n      </Property>\n      <Property name=\"FXAASubpixelContrastThreshold\" id=\"2087.FXAASubpixelContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.25\"/>\n      </Property>\n      <Property name=\"FXAAUseHighQualityEndpoints\" id=\"2087.FXAAUseHighQualityEndpoints\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.FXAAUseHighQualityEndpoints.bool\"/>\n      </Property>\n      <Property name=\"FillLightAzimuth\" id=\"2087.FillLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"-10\"/>\n        <Domain name=\"range\" id=\"2087.FillLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"FillLightElevation\" id=\"2087.FillLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"-75\"/>\n        <Domain name=\"range\" id=\"2087.FillLightElevation.range\"/>\n      </Property>\n      <Property name=\"FillLightK:F Ratio\" id=\"2087.FillLightK:F Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"2087.FillLightK:F Ratio.range\"/>\n      </Property>\n      <Property name=\"FillLightWarmth\" id=\"2087.FillLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.4\"/>\n        <Domain name=\"range\" id=\"2087.FillLightWarmth.range\"/>\n      </Property>\n      <Property name=\"HeadLightK:H Ratio\" id=\"2087.HeadLightK:H Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"2087.HeadLightK:H Ratio.range\"/>\n      </Property>\n      <Property name=\"HeadLightWarmth\" id=\"2087.HeadLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"2087.HeadLightWarmth.range\"/>\n      </Property>\n      <Property name=\"HiddenLineRemoval\" id=\"2087.HiddenLineRemoval\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.HiddenLineRemoval.bool\"/>\n      </Property>\n      <Property name=\"ImageReductionFactor\" id=\"2087.ImageReductionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"2087.ImageReductionFactor.range\"/>\n      </Property>\n      <Property name=\"InteractionMode\" id=\"2087.InteractionMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2087.InteractionMode.enum\">\n          <Entry value=\"0\" text=\"3D\"/>\n          <Entry value=\"1\" text=\"2D\"/>\n          <Entry value=\"2\" text=\"Selection\"/>\n        </Domain>\n      </Property>\n      <Property name=\"KeyLightAzimuth\" id=\"2087.KeyLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"2087.KeyLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"KeyLightElevation\" id=\"2087.KeyLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"50\"/>\n        <Domain name=\"range\" id=\"2087.KeyLightElevation.range\"/>\n      </Property>\n      <Property name=\"KeyLightIntensity\" id=\"2087.KeyLightIntensity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.75\"/>\n        <Domain name=\"range\" id=\"2087.KeyLightIntensity.range\"/>\n      </Property>\n      <Property name=\"KeyLightWarmth\" id=\"2087.KeyLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.6\"/>\n        <Domain name=\"range\" id=\"2087.KeyLightWarmth.range\"/>\n      </Property>\n      <Property name=\"LODResolution\" id=\"2087.LODResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"2087.LODResolution.range\"/>\n      </Property>\n      <Property name=\"LODThreshold\" id=\"2087.LODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"20\"/>\n        <Domain name=\"range\" id=\"2087.LODThreshold.range\"/>\n      </Property>\n      <Property name=\"LightAmbientColor\" id=\"2087.LightAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.LightAmbientColor.range\"/>\n      </Property>\n      <Property name=\"LightDiffuseColor\" id=\"2087.LightDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.LightDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"LightIntensity\" id=\"2087.LightIntensity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.LightIntensity.range\"/>\n      </Property>\n      <Property name=\"LightScale\" id=\"2087.LightScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.LightScale.range\"/>\n      </Property>\n      <Property name=\"LightSpecularColor\" id=\"2087.LightSpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.LightSpecularColor.range\"/>\n      </Property>\n      <Property name=\"LightSwitch\" id=\"2087.LightSwitch\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.LightSwitch.bool\"/>\n      </Property>\n      <Property name=\"LightType\" id=\"2087.LightType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"2087.LightType.enum\">\n          <Entry value=\"1\" text=\"HeadLight\"/>\n          <Entry value=\"2\" text=\"CameraLight\"/>\n          <Entry value=\"3\" text=\"SceneLight\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LockBounds\" id=\"2087.LockBounds\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.LockBounds.bool\"/>\n      </Property>\n      <Property name=\"MaintainLuminance\" id=\"2087.MaintainLuminance\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.MaintainLuminance.bool\"/>\n      </Property>\n      <Property name=\"MaxClipBounds\" id=\"2087.MaxClipBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"-1\"/>\n        <Domain name=\"range\" id=\"2087.MaxClipBounds.range\"/>\n      </Property>\n      <Property name=\"MaxFrames\" id=\"2087.MaxFrames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.MaxFrames.range\"/>\n      </Property>\n      <Property name=\"MaximumNumberOfPeels\" id=\"2087.MaximumNumberOfPeels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"4\"/>\n        <Domain name=\"range\" id=\"2087.MaximumNumberOfPeels.range\"/>\n      </Property>\n      <Property name=\"MultiSamples\" id=\"2087.MultiSamples\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"NonInteractiveRenderDelay\" id=\"2087.NonInteractiveRenderDelay\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesInteractivity\" id=\"2087.OrientationAxesInteractivity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.OrientationAxesInteractivity.bool\"/>\n      </Property>\n      <Property name=\"OrientationAxesLabelColor\" id=\"2087.OrientationAxesLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesOutlineColor\" id=\"2087.OrientationAxesOutlineColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesVisibility\" id=\"2087.OrientationAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.OrientationAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"PPI\" id=\"2087.PPI\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"96\"/>\n      </Property>\n      <Property name=\"RemoteRenderThreshold\" id=\"2087.RemoteRenderThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"20\"/>\n        <Domain name=\"range\" id=\"2087.RemoteRenderThreshold.range\"/>\n      </Property>\n      <Property name=\"Representations\" id=\"2087.Representations\" number_of_elements=\"2\">\n        <Proxy value=\"4325\"/>\n        <Proxy value=\"4383\"/>\n      </Property>\n      <Property name=\"RotationFactor\" id=\"2087.RotationFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"SamplesPerPixel\" id=\"2087.SamplesPerPixel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.SamplesPerPixel.range\"/>\n      </Property>\n      <Property name=\"ScalarRange\" id=\"2087.ScalarRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Domain name=\"range\" id=\"2087.ScalarRange.range\"/>\n      </Property>\n      <Property name=\"Send to OpenVR\" id=\"2087.Send to OpenVR\"/>\n      <Property name=\"ServerStereoType\" id=\"2087.ServerStereoType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2087.ServerStereoType.enum\">\n          <Entry value=\"0\" text=\"Same As Client\"/>\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\n          <Entry value=\"2\" text=\"Red-Blue\"/>\n          <Entry value=\"3\" text=\"Interlaced\"/>\n          <Entry value=\"4\" text=\"Left\"/>\n          <Entry value=\"5\" text=\"Right\"/>\n          <Entry value=\"6\" text=\"Dresden\"/>\n          <Entry value=\"7\" text=\"Anaglyph\"/>\n          <Entry value=\"8\" text=\"Checkerboard\"/>\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\n          <Entry value=\"10\" text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Shadows\" id=\"2087.Shadows\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.Shadows.bool\"/>\n      </Property>\n      <Property name=\"ShowAnnotation\" id=\"2087.ShowAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.ShowAnnotation.bool\"/>\n      </Property>\n      <Property name=\"StartCaptureLuminance\" id=\"2087.StartCaptureLuminance\"/>\n      <Property name=\"StencilCapable\" id=\"2087.StencilCapable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.StencilCapable.bool\"/>\n      </Property>\n      <Property name=\"StereoRender\" id=\"2087.StereoRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.StereoRender.bool\"/>\n      </Property>\n      <Property name=\"StereoType\" id=\"2087.StereoType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"2087.StereoType.enum\">\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\n          <Entry value=\"2\" text=\"Red-Blue\"/>\n          <Entry value=\"3\" text=\"Interlaced\"/>\n          <Entry value=\"4\" text=\"Left\"/>\n          <Entry value=\"5\" text=\"Right\"/>\n          <Entry value=\"6\" text=\"Dresden\"/>\n          <Entry value=\"7\" text=\"Anaglyph\"/>\n          <Entry value=\"8\" text=\"Checkerboard\"/>\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\n          <Entry value=\"10\" text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"StillRenderImageReductionFactor\" id=\"2087.StillRenderImageReductionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.StillRenderImageReductionFactor.range\"/>\n      </Property>\n      <Property name=\"StopCaptureLuminance\" id=\"2087.StopCaptureLuminance\"/>\n      <Property name=\"UseCache\" id=\"2087.UseCache\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.UseCache.bool\"/>\n      </Property>\n      <Property name=\"UseFXAA\" id=\"2087.UseFXAA\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.UseFXAA.bool\"/>\n      </Property>\n      <Property name=\"UseGradientBackground\" id=\"2087.UseGradientBackground\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.UseGradientBackground.bool\"/>\n      </Property>\n      <Property name=\"UseInteractiveRenderingForScreenshots\" id=\"2087.UseInteractiveRenderingForScreenshots\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.UseInteractiveRenderingForScreenshots.bool\"/>\n      </Property>\n      <Property name=\"UseLight\" id=\"2087.UseLight\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"2087.UseLight.bool\"/>\n      </Property>\n      <Property name=\"UseOffscreenRendering\" id=\"2087.UseOffscreenRendering\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.UseOffscreenRendering.bool\"/>\n      </Property>\n      <Property name=\"UseOffscreenRenderingForScreenshots\" id=\"2087.UseOffscreenRenderingForScreenshots\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.UseOffscreenRenderingForScreenshots.bool\"/>\n      </Property>\n      <Property name=\"UseOutlineForLODRendering\" id=\"2087.UseOutlineForLODRendering\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.UseOutlineForLODRendering.bool\"/>\n      </Property>\n      <Property name=\"UseTexturedBackground\" id=\"2087.UseTexturedBackground\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"2087.UseTexturedBackground.bool\"/>\n      </Property>\n      <Property name=\"ValueRenderingMode\" id=\"2087.ValueRenderingMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"2087.ValueRenderingMode.range\"/>\n      </Property>\n      <Property name=\"ValueRenderingModeGet\" id=\"2087.ValueRenderingModeGet\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"ViewSize\" id=\"2087.ViewSize\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"1000\"/>\n        <Element index=\"1\" value=\"546\"/>\n      </Property>\n      <Property name=\"ViewTime\" id=\"2087.ViewTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"2087.ViewTime.range\"/>\n      </Property>\n      <Property name=\"CameraFocalPoint\" id=\"2087.CameraFocalPoint\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.508886612208213\"/>\n        <Element index=\"1\" value=\"0.48000512253152\"/>\n        <Element index=\"2\" value=\"0.0500000007450581\"/>\n      </Property>\n      <Property name=\"CameraFocalPointInfo\" id=\"2087.CameraFocalPointInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.508886612208213\"/>\n        <Element index=\"1\" value=\"0.48000512253152\"/>\n        <Element index=\"2\" value=\"0.0500000007450581\"/>\n      </Property>\n      <Property name=\"CameraParallelScale\" id=\"2087.CameraParallelScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.708872343990444\"/>\n      </Property>\n      <Property name=\"CameraParallelScaleInfo\" id=\"2087.CameraParallelScaleInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.708872343990444\"/>\n      </Property>\n      <Property name=\"CameraPosition\" id=\"2087.CameraPosition\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.508886612208213\"/>\n        <Element index=\"1\" value=\"0.48000512253152\"/>\n        <Element index=\"2\" value=\"2.31353092505064\"/>\n      </Property>\n      <Property name=\"CameraPositionInfo\" id=\"2087.CameraPositionInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.508886612208213\"/>\n        <Element index=\"1\" value=\"0.48000512253152\"/>\n        <Element index=\"2\" value=\"2.31353092505064\"/>\n      </Property>\n      <Property name=\"CameraViewAngle\" id=\"2087.CameraViewAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"30\"/>\n      </Property>\n      <Property name=\"CameraViewUp\" id=\"2087.CameraViewUp\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"CameraViewUpInfo\" id=\"2087.CameraViewUpInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EyeAngle\" id=\"2087.EyeAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"2087.EyeAngle.range\"/>\n      </Property>\n    </Proxy>\n    <ProxyCollection name=\"animation\">\n      <Item id=\"263\" name=\"AnimationScene1\"/>\n      <Item id=\"265\" name=\"TimeAnimationCue1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"layouts\">\n      <Item id=\"2059\" name=\"Layout #1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"lookup_tables\">\n      <Item id=\"4377\" name=\"result.PVLookupTable\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"piecewise_functions\">\n      <Item id=\"4376\" name=\"result.PiecewiseFunction\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.2087\">\n      <Item id=\"2085\" name=\"AxesGrid\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4051\">\n      <Item id=\"4063\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4325\">\n      <Item id=\"4138\" name=\"DataAxesGrid\"/>\n      <Item id=\"4164\" name=\"GlyphType\"/>\n      <Item id=\"4175\" name=\"GlyphType\"/>\n      <Item id=\"4186\" name=\"GlyphType\"/>\n      <Item id=\"4197\" name=\"GlyphType\"/>\n      <Item id=\"4208\" name=\"GlyphType\"/>\n      <Item id=\"4219\" name=\"GlyphType\"/>\n      <Item id=\"4230\" name=\"GlyphType\"/>\n      <Item id=\"4241\" name=\"GlyphType\"/>\n      <Item id=\"4296\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4153\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"representations\">\n      <Item id=\"4325\" name=\"UnstructuredGridRepresentation1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"scalar_bars\">\n      <Item id=\"4383\" name=\"ScalarBarWidgetRepresentation1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"sources\">\n      <Item id=\"4051\" name=\"testCase.OpenFOAM\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"timekeeper\">\n      <Item id=\"259\" name=\"TimeKeeper1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"views\">\n      <Item id=\"2087\" name=\"RenderView1\"/>\n    </ProxyCollection>\n    <CustomProxyDefinitions/>\n    <Links>\n      <GlobalPropertyLink global_name=\"BackgroundColor\" proxy=\"2087\" property=\"Background\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4325\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"2085\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"2087\" property=\"OrientationAxesOutlineColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4138\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4325\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4325\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4325\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4325\" property=\"DiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2085\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2085\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2085\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2085\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2085\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2085\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2087\" property=\"AnnotationColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"2087\" property=\"OrientationAxesLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4138\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4138\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4138\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4138\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4138\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4138\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4153\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4153\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4153\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4153\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4383\" property=\"LabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4383\" property=\"TitleColor\"/>\n      <GlobalPropertyLink global_name=\"UseGradientBackground\" proxy=\"2087\" property=\"UseGradientBackground\"/>\n    </Links>\n  </ServerManagerState>\n  <InteractiveViewLinks/>\n</ParaView>\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/Allwclean",
    "content": "#!/bin/bash\n\nwclean\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/Allwmake",
    "content": "#!/bin/bash\n\nwmake\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/Make/files",
    "content": "OFtutorial11.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial11\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/OFtutorial11.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n#include \"cellModeller.H\"\n\nint main(int argc, char *argv[])\n{\n    // set up the case\n    #include \"setRootCase.H\"\n\n    // create the run time object\n    Info<< \"Create time\\n\" << endl;\n    Time runTime\n    (\n        Time::controlDictName,\n        args.rootPath(),\n        args.caseName()\n    );\n\n    // disable post-processing etc.\n    runTime.functionObjects().off();\n\n    // ---\n    // create cell types\n    const cellModel& hex = *(cellModeller::lookup(\"hex\"));\n    const cellModel& prism = *(cellModeller::lookup(\"prism\"));\n    const cellModel& pyr = *(cellModeller::lookup(\"pyr\"));\n    const cellModel& tet = *(cellModeller::lookup(\"tet\"));\n    Info << \"Created cell types\" << endl;\n\n    // create a point cloud between which the cells will stretch\n    pointField points(17);\n    points[ 0] = vector(0.0, 0, 0); // hexes\n    points[ 1] = vector(0.5, 0, 0);\n    points[ 2] = vector(1.0, 0, 0);\n    points[ 3] = vector(0.0, 1, 0);\n    points[ 4] = vector(0.5, 1, 0);\n    points[ 5] = vector(1.0, 1, 0);\n    points[ 6] = vector(0.0, 0, 0.1);\n    points[ 7] = vector(0.5, 0, 0.1);\n    points[ 8] = vector(1.0, 0, 0.1);\n    points[ 9] = vector(0.0, 1, 0.1);\n    points[10] = vector(0.5, 1, 0.1);\n    points[11] = vector(1.0, 1, 0.1);\n    points[12] = vector(0.7, 0.5, -0.5); // tip of pyramid\n    points[13] = vector(0.7, 1.0, -0.5); // last point of a tet\n    points[14] = vector(0.7, 1.2, -0.5); // top face of a prism\n    points[15] = vector(0.5, 1.2, 0.0);\n    points[16] = vector(1.0, 1.2, 0.0);\n    Info << \"Created points\" << endl;\n\n    // create the cells from a particular cell shape and list of points\n    // ordering is important\n    List<cellShape> cells;\n\n    List<label> cellPoints(8);\n    cellPoints[0] = 0; // first face - x=0.0, clock-wise loop looking outwards\n    cellPoints[1] = 3;\n    cellPoints[2] = 9;\n    cellPoints[3] = 6;\n    cellPoints[4] = 1; // second face - x=0.5, points 4-7 share edges with 0-3, respectively\n    cellPoints[5] = 4;\n    cellPoints[6] = 10;\n    cellPoints[7] = 7;\n    cells.append(cellShape(hex, cellPoints));\n\n    cellPoints[0] = 4;\n    cellPoints[1] = 10;\n    cellPoints[2] = 7;\n    cellPoints[3] = 1;\n    cellPoints[4] = 5;\n    cellPoints[5] = 11;\n    cellPoints[6] = 8;\n    cellPoints[7] = 2;\n    cells.append(cellShape(hex, cellPoints));\n\n    cellPoints.resize(6);\n    cellPoints[0] = 13;\n    cellPoints[1] = 4;\n    cellPoints[2] = 5;\n    cellPoints[3] = 14;\n    cellPoints[4] = 15;\n    cellPoints[5] = 16;\n    cells.append(cellShape(prism, cellPoints));\n\n    // ordering of pyramid and tet points seems to be random\n    cellPoints.resize(5);\n    cellPoints[0] = 4;\n    cellPoints[1] = 5;\n    cellPoints[2] = 2;\n    cellPoints[3] = 1;\n    cellPoints[4] = 12;\n    cells.append(cellShape(pyr, cellPoints));\n\n    cellPoints.resize(4);\n    cellPoints[0] = 12;\n    cellPoints[1] = 4;\n    cellPoints[2] = 5;\n    cellPoints[3] = 13;\n    cells.append(cellShape(tet, cellPoints));\n\n    Info << \"Created cells\" << endl;\n\n    // create patch definitions from lists of points defining individual faces\n    // this is a list of List<List<label> > objects; each lowest-level list\n    // contains indices of vertices making up the patch; these are grouped by\n    // boundary index, i.e. patch number. The overall list holds all of those in\n    // a single container.\n    faceListList patchFaces;\n\n    // create a single face\n    List<label> patchPoints(4);\n    patchPoints[0] = 3; // ordered clock-wise looking outside of fluid domain\n    patchPoints[1] = 9;\n    patchPoints[2] = 6;\n    patchPoints[3] = 0;\n    patchFaces.append(List<face>(1, face(patchPoints)));\n\n    // create a list of faces constituting one patch\n    List<face> faces(4);\n    patchPoints[0] = 14;\n    patchPoints[1] = 15;\n    patchPoints[2] = 4;\n    patchPoints[3] = 13;\n    faces[0] = face(patchPoints);\n    patchPoints[0] = 15;\n    patchPoints[1] = 16;\n    patchPoints[2] = 5;\n    patchPoints[3] = 4;\n    faces[1] = face(patchPoints);\n    patchPoints[0] = 16;\n    patchPoints[1] = 14;\n    patchPoints[2] = 13;\n    patchPoints[3] = 5;\n    faces[2] = face(patchPoints);\n    patchPoints.resize(3);\n    patchPoints[0] = 15;\n    patchPoints[1] = 14;\n    patchPoints[2] = 16;\n    faces[3] = face(patchPoints);\n    patchFaces.append(faces);\n\n    // add external faces of the tet\n    faces.resize(2);\n    patchPoints[0] = 4;\n    patchPoints[1] = 12;\n    patchPoints[2] = 13;\n    faces[0] = face(patchPoints);\n    patchPoints[0] = 13;\n    patchPoints[1] = 12;\n    patchPoints[2] = 5;\n    faces[1] = face(patchPoints);\n    patchFaces.append(faces);\n\n    // add external faces of the pyramid\n    faces.resize(3);\n    patchPoints[0] = 4;\n    patchPoints[1] = 1;\n    patchPoints[2] = 12;\n    faces[0] = face(patchPoints);\n    patchPoints[0] = 12;\n    patchPoints[1] = 1;\n    patchPoints[2] = 2;\n    faces[1] = face(patchPoints);\n    patchPoints[0] = 12;\n    patchPoints[1] = 2;\n    patchPoints[2] = 5;\n    faces[2] = face(patchPoints);\n    patchFaces.append(faces);\n\n    Info << \"Created patches\" << endl;\n\n    // patch names\n    List<word> boundaryPatchNames;\n    boundaryPatchNames.append(\"hexSide0\");\n    boundaryPatchNames.append(\"prismFaces\");\n    boundaryPatchNames.append(\"tetFaces\");\n    boundaryPatchNames.append(\"pyramidFaces\");\n\n    // types and physical types\n    wordList boundaryPatchTypes(patchFaces.size());\n    boundaryPatchTypes[0] = \"symmetryPlane\";\n    boundaryPatchTypes[1] = \"patch\";\n    boundaryPatchTypes[2] = \"wall\";\n    boundaryPatchTypes[3] = \"symmetry\";\n\n    wordList boundaryPatchPhysicalTypes(patchFaces.size());\n    boundaryPatchPhysicalTypes[0] = \"symmetryPlane\";\n    boundaryPatchPhysicalTypes[1] = \"patch\";\n    boundaryPatchPhysicalTypes[2] = \"wall\";\n    boundaryPatchPhysicalTypes[3] = \"symmetry\";\n\n    // name of the mesh region - use OF default\n    word regionName = polyMesh::defaultRegion;\n\n    // default values for undefined faces\n    word defaultFacesName = \"defaultFaces\";\n    word defaultFacesType = emptyPolyPatch::typeName;\n\n    Info << \"Created physical and default values\" << endl;\n\n    // create the mesh\n    polyMesh mesh\n    (\n        IOobject\n        (\n            regionName,\n            runTime.constant(),\n            runTime\n        ),\n        xferMove(points),\n        cells,\n        patchFaces,\n        boundaryPatchNames,\n        boundaryPatchTypes,\n        defaultFacesName,\n        defaultFacesType,\n        boundaryPatchPhysicalTypes\n    );\n    Info << \"Created the mesh object\" << endl;\n\n    // ---\n    // Write the grid\n    Info << nl << \"Writing extruded mesh to time = \" << runTime.timeName() << nl << endl;\n    mesh.write();\n\n    // ---\n    Info << nl << \"To best visualise the results, load the mesh and extract all patches\" << nl << endl;\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/meshPoints.geo",
    "content": "//+\nPoint(0) = {0.0, 0, 0};\nPoint(1) = {0.5, 0, 0};\nPoint(2) = {1.0, 0, 0};\nPoint(3) = {0.0, 1, 0};\nPoint(4) = {0.5, 1, 0};\nPoint(5) = {1.0, 1, 0};\nPoint(6) = {0.0, 0, 0.1};\nPoint(7) = {0.5, 0, 0.1};\nPoint(8) = {1.0, 0, 0.1};\nPoint(9) = {0.0, 1, 0.1};\nPoint(10) = {0.5, 1, 0.1};\nPoint(11) = {1.0, 1, 0.1};\nPoint(12) = {0.7, 0.5, -0.5};\nPoint(13) = {0.7, 1.0, -0.5};\nPoint(14) = {0.7, 1.2, -0.5};\nPoint(15) = {0.5, 1.2, 0.0};\nPoint(16) = {1.0, 1.2, 0.0};\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/Allrun",
    "content": "#!/bin/bash\n./Allclean\nblockMesh > log.blockMesh\nofTutorial11\ncheckMesh -constant -allTopology -allGeometry\necho \"Now run: paraview --state=viewGrid.pvsm\"\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type patch;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial11_modifyingTheMesh/testCase/viewGrid.pvsm",
    "content": "<ParaView>\n  <ServerManagerState version=\"5.4.0\">\n    <Proxy group=\"animation\" type=\"AnimationScene\" id=\"263\" servers=\"16\">\n      <Property name=\"AnimationTime\" id=\"263.AnimationTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Cues\" id=\"263.Cues\" number_of_elements=\"1\">\n        <Proxy value=\"265\"/>\n        <Domain name=\"groups\" id=\"263.Cues.groups\"/>\n      </Property>\n      <Property name=\"Duration\" id=\"263.Duration\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"EndTime\" id=\"263.EndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"FramesPerTimestep\" id=\"263.FramesPerTimestep\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"263.FramesPerTimestep.range\"/>\n      </Property>\n      <Property name=\"GoToFirst\" id=\"263.GoToFirst\"/>\n      <Property name=\"GoToLast\" id=\"263.GoToLast\"/>\n      <Property name=\"GoToNext\" id=\"263.GoToNext\"/>\n      <Property name=\"GoToPrevious\" id=\"263.GoToPrevious\"/>\n      <Property name=\"LockEndTime\" id=\"263.LockEndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.LockEndTime.bool\"/>\n      </Property>\n      <Property name=\"LockStartTime\" id=\"263.LockStartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.LockStartTime.bool\"/>\n      </Property>\n      <Property name=\"Loop\" id=\"263.Loop\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.Loop.bool\"/>\n      </Property>\n      <Property name=\"NumberOfFrames\" id=\"263.NumberOfFrames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"263.NumberOfFrames.range\"/>\n      </Property>\n      <Property name=\"Play\" id=\"263.Play\"/>\n      <Property name=\"PlayMode\" id=\"263.PlayMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"263.PlayMode.enum\">\n          <Entry value=\"0\" text=\"Sequence\"/>\n          <Entry value=\"1\" text=\"Real Time\"/>\n          <Entry value=\"2\" text=\"Snap To TimeSteps\"/>\n        </Domain>\n      </Property>\n      <Property name=\"StartTime\" id=\"263.StartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Stop\" id=\"263.Stop\"/>\n      <Property name=\"TimeKeeper\" id=\"263.TimeKeeper\" number_of_elements=\"1\">\n        <Proxy value=\"259\"/>\n      </Property>\n      <Property name=\"ViewModules\" id=\"263.ViewModules\" number_of_elements=\"1\">\n        <Proxy value=\"5303\"/>\n        <Domain name=\"groups\" id=\"263.ViewModules.groups\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"animation\" type=\"TimeAnimationCue\" id=\"265\" servers=\"16\">\n      <Property name=\"AnimatedDomainName\" id=\"265.AnimatedDomainName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"AnimatedElement\" id=\"265.AnimatedElement\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"AnimatedPropertyName\" id=\"265.AnimatedPropertyName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Time\"/>\n      </Property>\n      <Property name=\"AnimatedProxy\" id=\"265.AnimatedProxy\" number_of_elements=\"1\">\n        <Proxy value=\"259\"/>\n        <Domain name=\"groups\" id=\"265.AnimatedProxy.groups\"/>\n      </Property>\n      <Property name=\"Enabled\" id=\"265.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"265.Enabled.bool\"/>\n      </Property>\n      <Property name=\"EndTime\" id=\"265.EndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"KeyFrames\" id=\"265.KeyFrames\">\n        <Domain name=\"groups\" id=\"265.KeyFrames.groups\"/>\n      </Property>\n      <Property name=\"LastAddedKeyFrameIndex\" id=\"265.LastAddedKeyFrameIndex\"/>\n      <Property name=\"StartTime\" id=\"265.StartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"TimeMode\" id=\"265.TimeMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"265.TimeMode.enum\">\n          <Entry value=\"0\" text=\"Normalized\"/>\n          <Entry value=\"1\" text=\"Relative\"/>\n        </Domain>\n      </Property>\n      <Property name=\"UseAnimationTime\" id=\"265.UseAnimationTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"265.UseAnimationTime.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"ViewLayout\" id=\"5304\" servers=\"16\">\n      <Property name=\"ShowWindowDecorations\" id=\"5304.ShowWindowDecorations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Layout number_of_elements=\"1\">\n        <Item direction=\"0\" fraction=\"0.5\" view=\"5303\"/>\n      </Layout>\n    </Proxy>\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"4295\" servers=\"21\">\n      <Property name=\"AboveRangeColor\" id=\"4295.AboveRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n      </Property>\n      <Property name=\"ActiveAnnotatedValues\" id=\"4295.ActiveAnnotatedValues\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"2\"/>\n        <Element index=\"3\" value=\"3\"/>\n        <Element index=\"4\" value=\"4\"/>\n        <Element index=\"5\" value=\"5\"/>\n      </Property>\n      <Property name=\"AllowDuplicateScalars\" id=\"4295.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4295.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Annotations\" id=\"4295.Annotations\" number_of_elements=\"24\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"2\"/>\n        <Element index=\"5\" value=\"2\"/>\n        <Element index=\"6\" value=\"3\"/>\n        <Element index=\"7\" value=\"3\"/>\n        <Element index=\"8\" value=\"4\"/>\n        <Element index=\"9\" value=\"4\"/>\n        <Element index=\"10\" value=\"5\"/>\n        <Element index=\"11\" value=\"5\"/>\n        <Element index=\"12\" value=\"6\"/>\n        <Element index=\"13\" value=\"6\"/>\n        <Element index=\"14\" value=\"7\"/>\n        <Element index=\"15\" value=\"7\"/>\n        <Element index=\"16\" value=\"8\"/>\n        <Element index=\"17\" value=\"8\"/>\n        <Element index=\"18\" value=\"9\"/>\n        <Element index=\"19\" value=\"9\"/>\n        <Element index=\"20\" value=\"10\"/>\n        <Element index=\"21\" value=\"10\"/>\n        <Element index=\"22\" value=\"11\"/>\n        <Element index=\"23\" value=\"11\"/>\n      </Property>\n      <Property name=\"BelowRangeColor\" id=\"4295.BelowRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Build\" id=\"4295.Build\"/>\n      <Property name=\"ColorSpace\" id=\"4295.ColorSpace\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4295.ColorSpace.enum\">\n          <Entry value=\"0\" text=\"RGB\"/>\n          <Entry value=\"1\" text=\"HSV\"/>\n          <Entry value=\"2\" text=\"Lab\"/>\n          <Entry value=\"3\" text=\"Diverging\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Discretize\" id=\"4295.Discretize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4295.Discretize.bool\"/>\n      </Property>\n      <Property name=\"EnableOpacityMapping\" id=\"4295.EnableOpacityMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.EnableOpacityMapping.bool\"/>\n      </Property>\n      <Property name=\"HSVWrap\" id=\"4295.HSVWrap\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.HSVWrap.bool\"/>\n      </Property>\n      <Property name=\"IndexedColors\" id=\"4295.IndexedColors\" number_of_elements=\"36\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"1\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"0\"/>\n        <Element index=\"11\" value=\"1\"/>\n        <Element index=\"12\" value=\"1\"/>\n        <Element index=\"13\" value=\"1\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n        <Element index=\"16\" value=\"0\"/>\n        <Element index=\"17\" value=\"1\"/>\n        <Element index=\"18\" value=\"0\"/>\n        <Element index=\"19\" value=\"1\"/>\n        <Element index=\"20\" value=\"1\"/>\n        <Element index=\"21\" value=\"0.63\"/>\n        <Element index=\"22\" value=\"0.63\"/>\n        <Element index=\"23\" value=\"1\"/>\n        <Element index=\"24\" value=\"0.67\"/>\n        <Element index=\"25\" value=\"0.5\"/>\n        <Element index=\"26\" value=\"0.33\"/>\n        <Element index=\"27\" value=\"1\"/>\n        <Element index=\"28\" value=\"0.5\"/>\n        <Element index=\"29\" value=\"0.75\"/>\n        <Element index=\"30\" value=\"0.53\"/>\n        <Element index=\"31\" value=\"0.35\"/>\n        <Element index=\"32\" value=\"0.7\"/>\n        <Element index=\"33\" value=\"1\"/>\n        <Element index=\"34\" value=\"0.75\"/>\n        <Element index=\"35\" value=\"0.5\"/>\n      </Property>\n      <Property name=\"IndexedLookup\" id=\"4295.IndexedLookup\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4295.IndexedLookup.bool\"/>\n      </Property>\n      <Property name=\"LockScalarRange\" id=\"4295.LockScalarRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.LockScalarRange.bool\"/>\n      </Property>\n      <Property name=\"NanColor\" id=\"4295.NanColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.498039215686\"/>\n        <Element index=\"1\" value=\"0.498039215686\"/>\n        <Element index=\"2\" value=\"0.498039215686\"/>\n      </Property>\n      <Property name=\"NumberOfTableValues\" id=\"4295.NumberOfTableValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"17\"/>\n        <Domain name=\"range\" id=\"4295.NumberOfTableValues.range\"/>\n      </Property>\n      <Property name=\"RGBPoints\" id=\"4295.RGBPoints\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0.00795354042202234\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"RescaleOnVisibilityChange\" id=\"4295.RescaleOnVisibilityChange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.RescaleOnVisibilityChange.bool\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4295.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4294\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4295.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.ScalarRangeInitialized.bool\"/>\n      </Property>\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"4295.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.ShowIndexedColorActiveValues.bool\"/>\n      </Property>\n      <Property name=\"UseAboveRangeColor\" id=\"4295.UseAboveRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.UseAboveRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseBelowRangeColor\" id=\"4295.UseBelowRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.UseBelowRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseLogScale\" id=\"4295.UseLogScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4295.UseLogScale.bool\"/>\n      </Property>\n      <Property name=\"VectorComponent\" id=\"4295.VectorComponent\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4295.VectorComponent.range\"/>\n      </Property>\n      <Property name=\"VectorMode\" id=\"4295.VectorMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4295.VectorMode.enum\">\n          <Entry value=\"0\" text=\"Magnitude\"/>\n          <Entry value=\"1\" text=\"Component\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4294\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4294.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4294.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4294.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.0810204967856407\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4294.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4294.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5305\" servers=\"16\">\n      <Property name=\"Source\" id=\"5305.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4113\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4102\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4102.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4102.Input\">\n        <Domain name=\"input_array_any\" id=\"4102.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4102.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4102.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4102.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4102.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4102.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4102.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4102.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4102.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4102.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4102.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4102.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4102.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4102.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4102.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4102.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4102.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4102.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4102.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4102.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4102.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4102.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4102.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4102.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4102.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4102.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4102.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4102.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4102.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4102.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4102.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4102.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4102.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4102.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4102.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4102.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4102.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4102.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4102.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4102.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4102.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4102.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4102.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4102.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4102.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4102.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4102.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4102.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4102.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4102.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4102.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4102.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4102.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4102.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4102.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4102.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4102.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4102.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4102.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4102.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4102.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4102.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4102.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4102.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4102.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4102.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4102.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4102.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4102.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4102.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4102.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4102.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4102.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4102.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4102.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4102.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4102.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4102.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4102.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4102.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4102.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4102.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4102.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4102.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4102.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4102.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4102.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4102.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4102.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4102.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4102.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4102.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4102.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4102.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4102.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4102.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4102.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4161\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4161.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4161.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4161.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4161.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4161.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4161.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4161.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4161.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4161.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4161.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4161.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4161.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4172\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4172.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4172.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4172.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4172.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4172.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4172.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4172.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4172.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4172.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4172.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4172.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4172.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4183\" servers=\"1\">\n      <Property name=\"Center\" id=\"4183.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4183.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4183.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4183.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4183.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4183.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4183.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4183.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4194\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4194.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4194.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4194.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4194.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4194.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4194.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4194.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4194.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4194.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4194.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4205\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4205.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4205.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4205.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4205.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4205.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4205.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4216\" servers=\"1\">\n      <Property name=\"Center\" id=\"4216.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4216.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4216.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4216.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4216.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4216.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4216.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4216.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4216.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4216.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4216.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4216.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4216.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4216.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4216.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4216.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4227\" servers=\"1\">\n      <Property name=\"Center\" id=\"4227.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4227.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4227.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4227.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4227.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4227.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4238\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4238.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4238.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4238.Input\">\n        <Domain name=\"groups\" id=\"4238.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4238.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4249\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4249.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4249.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4249.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.0810204967856407\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4249.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4249.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4150\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4150.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4150.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4150.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4150.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4150.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4150.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4150.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4150.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4150.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4150.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4150.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4150.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4150.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4150.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4150.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4150.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4150.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4150.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4150.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4150.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4150.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4150.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4150.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4150.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4150.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4150.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4150.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4150.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4150.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4150.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4113\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4150.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4150.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4150.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4150.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4150.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4150.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4150.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4150.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4150.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4150.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4150.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4150.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4150.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4150.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4150.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4150.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4150.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4150.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4150.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4150.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4150.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4150.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4150.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4150.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4150.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4150.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4150.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4150.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4150.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4150.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4150.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4150.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4150.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4150.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4150.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4150.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4150.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4150.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4150.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4150.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4150.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4150.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4150.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4150.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4150.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4150.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4150.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4150.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4150.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4150.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4150.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4150.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4150.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4150.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4150.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4150.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4150.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4150.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4150.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4150.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4150.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4150.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4150.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4150.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4150.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4150.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4150.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4150.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4150.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4150.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4150.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4150.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4150.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4150.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4150.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4150.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4150.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4150.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4150.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4150.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4150.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4150.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4150.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4150.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4150.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4150.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4150.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4150.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4150.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4150.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5306\" servers=\"16\">\n      <Property name=\"Source\" id=\"5306.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4321\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4310\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4310.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4310.Input\">\n        <Domain name=\"input_array_any\" id=\"4310.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4310.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4310.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4310.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4310.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4310.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4310.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4310.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4310.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4310.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4310.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4310.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4310.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4310.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4310.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4310.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4310.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4310.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4310.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4310.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4310.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4310.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4310.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4310.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4310.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4310.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4310.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4310.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4310.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4310.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4310.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4310.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4310.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4310.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4310.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4310.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4310.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4310.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4310.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4310.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4310.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4310.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4310.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4310.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4310.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4310.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4310.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4310.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4310.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4310.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4310.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4310.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4310.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4310.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4310.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4310.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4310.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4310.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4310.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4310.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4310.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4310.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4310.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4310.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4310.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4310.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4310.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4310.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4310.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4310.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4310.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4310.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4310.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4310.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4310.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4310.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4310.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4310.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4310.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4310.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4310.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4310.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4310.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4310.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4310.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4310.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4310.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4310.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4310.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4310.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4310.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4310.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4310.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4310.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4310.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4310.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4310.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4369\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4369.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4369.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4369.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4369.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4369.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4369.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4369.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4369.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4369.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4369.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4369.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4369.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4380\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4380.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4380.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4380.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4380.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4380.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4380.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4380.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4380.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4380.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4380.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4380.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4380.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4391\" servers=\"1\">\n      <Property name=\"Center\" id=\"4391.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4391.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4391.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4391.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4391.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4391.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4391.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4391.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4402\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4402.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4402.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4402.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4402.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4402.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4402.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4402.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4402.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4402.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4402.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4413\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4413.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4413.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4413.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4413.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4413.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4413.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4424\" servers=\"1\">\n      <Property name=\"Center\" id=\"4424.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4424.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4424.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4424.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4424.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4424.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4424.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4424.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4424.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4424.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4424.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4424.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4424.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4424.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4424.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4424.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4435\" servers=\"1\">\n      <Property name=\"Center\" id=\"4435.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4435.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4435.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4435.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4435.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4435.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4446\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4446.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4446.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4446.Input\">\n        <Domain name=\"groups\" id=\"4446.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4446.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4457\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4457.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4457.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4457.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.0810204967856407\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4457.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4457.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4358\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4358.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4358.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4358.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4358.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4358.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4358.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4358.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4358.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4358.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4358.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4358.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4358.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4358.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4358.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4358.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4358.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4358.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4358.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4358.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4358.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4358.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4358.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4358.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4358.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4358.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4358.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4358.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4358.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4358.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4358.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4321\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4358.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4358.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4358.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4358.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4358.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4358.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4358.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4358.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4358.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4358.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4358.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4358.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4358.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4358.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4358.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4358.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4358.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4358.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4358.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4358.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4358.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4358.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4358.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4358.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4358.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4358.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4358.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4358.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4358.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4358.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4358.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4358.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4358.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4358.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4358.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4358.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4358.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4358.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4358.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4358.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4358.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4358.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4358.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4358.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4358.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4358.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4358.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4358.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4358.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4358.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4358.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4358.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4358.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4358.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4358.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4358.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4358.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4358.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4358.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4358.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4358.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4358.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4358.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4358.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4358.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4358.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4358.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4358.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4358.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4358.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4358.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4358.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4358.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4358.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4358.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4358.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4358.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4358.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4358.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4358.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4358.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4358.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4358.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4358.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4358.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4358.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4358.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4358.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4358.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4358.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5307\" servers=\"16\">\n      <Property name=\"Source\" id=\"5307.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4521\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4510\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4510.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4510.Input\">\n        <Domain name=\"input_array_any\" id=\"4510.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4510.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4510.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4510.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4510.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4510.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4510.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4510.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4510.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4510.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4510.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4510.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4510.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4510.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4510.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4510.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4510.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4510.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4510.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4510.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4510.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4510.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4510.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4510.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4510.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4510.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4510.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4510.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4510.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4510.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4510.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4510.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4510.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4510.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4510.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4510.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4510.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4510.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4510.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4510.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4510.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4510.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4510.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4510.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4510.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4510.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4510.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4510.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4510.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4510.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4510.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4510.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4510.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4510.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4510.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4510.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4510.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4510.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4510.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4510.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4510.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4510.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4510.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4510.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4510.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4510.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4510.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4510.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4510.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4510.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4510.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4510.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4510.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4510.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4510.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4510.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4510.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4510.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4510.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4510.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4510.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4510.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4510.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4510.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4510.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4510.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4510.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4510.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4510.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4510.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4510.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4510.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4510.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4510.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4510.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4510.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4510.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4569\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4569.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4569.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4569.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4569.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4569.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4569.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4569.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4569.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4569.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4569.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4569.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4569.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4580\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4580.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4580.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4580.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4580.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4580.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4580.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4580.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4580.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4580.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4580.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4580.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4580.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4591\" servers=\"1\">\n      <Property name=\"Center\" id=\"4591.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4591.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4591.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4591.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4591.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4591.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4591.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4591.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4602\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4602.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4602.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4602.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4602.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4602.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4602.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4602.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4602.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4602.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4602.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4613\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4613.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4613.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4613.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4613.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4613.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4613.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4624\" servers=\"1\">\n      <Property name=\"Center\" id=\"4624.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4624.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4624.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4624.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4624.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4624.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4624.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4624.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4624.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4624.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4624.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4624.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4624.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4624.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4624.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4624.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4635\" servers=\"1\">\n      <Property name=\"Center\" id=\"4635.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4635.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4635.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4635.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4635.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4635.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4646\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4646.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4646.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4646.Input\">\n        <Domain name=\"groups\" id=\"4646.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4646.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4657\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4657.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4657.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4657.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.0810204967856407\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4657.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4657.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4558\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4558.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4558.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4558.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4558.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4558.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4558.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4558.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4558.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4558.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4558.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4558.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4558.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4558.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4558.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4558.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4558.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4558.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4558.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4558.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4558.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4558.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4558.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4558.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4558.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4558.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4558.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4558.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4558.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4558.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4558.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4521\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4558.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4558.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4558.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4558.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4558.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4558.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4558.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4558.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4558.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4558.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4558.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4558.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4558.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4558.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4558.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4558.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4558.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4558.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4558.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4558.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4558.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4558.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4558.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4558.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4558.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4558.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4558.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4558.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4558.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4558.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4558.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4558.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4558.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4558.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4558.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4558.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4558.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4558.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4558.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4558.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4558.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4558.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4558.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4558.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4558.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4558.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4558.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4558.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4558.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4558.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4558.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4558.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4558.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4558.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4558.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4558.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4558.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4558.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4558.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4558.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4558.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4558.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4558.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4558.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4558.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4558.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4558.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4558.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4558.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4558.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4558.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4558.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4558.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4558.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4558.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4558.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4558.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4558.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4558.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4558.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4558.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4558.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4558.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4558.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4558.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4558.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4558.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4558.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4558.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4558.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5308\" servers=\"16\">\n      <Property name=\"Source\" id=\"5308.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4721\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4710\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4710.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4710.Input\">\n        <Domain name=\"input_array_any\" id=\"4710.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4710.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4710.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4710.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4710.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4710.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4710.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4710.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4710.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4710.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4710.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4710.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4710.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4710.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4710.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4710.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4710.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4710.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4710.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4710.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4710.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4710.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4710.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4710.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4710.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4710.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4710.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4710.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4710.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4710.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4710.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4710.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4710.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4710.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4710.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4710.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4710.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4710.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4710.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4710.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4710.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4710.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4710.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4710.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4710.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4710.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4710.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4710.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4710.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4710.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4710.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4710.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4710.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4710.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4710.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4710.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4710.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4710.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4710.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4710.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4710.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4710.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4710.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4710.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4710.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4710.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4710.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4710.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4710.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4710.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4710.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4710.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4710.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4710.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4710.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4710.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4710.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4710.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4710.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4710.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4710.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4710.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4710.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4710.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4710.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4710.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4710.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4710.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4710.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4710.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4710.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4710.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4710.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4710.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4710.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4710.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4710.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4769\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4769.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4769.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4769.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4769.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4769.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4769.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4769.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4769.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4769.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4769.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4769.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4780\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4780.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4780.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4780.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4780.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4780.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4780.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4780.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4780.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4780.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4780.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4780.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4780.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4791\" servers=\"1\">\n      <Property name=\"Center\" id=\"4791.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4791.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4791.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4791.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4791.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4791.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4791.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4791.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4802\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4802.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4802.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4802.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4802.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4802.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4802.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4802.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4802.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4802.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4802.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4813\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4813.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4813.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4813.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4813.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4813.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4813.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4824\" servers=\"1\">\n      <Property name=\"Center\" id=\"4824.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4824.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4824.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4824.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4824.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4824.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4824.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4824.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4824.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4824.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4824.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4824.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4824.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4824.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4824.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4824.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4835\" servers=\"1\">\n      <Property name=\"Center\" id=\"4835.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4835.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4835.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4835.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4835.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4835.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4846\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4846.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4846.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4846.Input\">\n        <Domain name=\"groups\" id=\"4846.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4846.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4857\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4857.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4857.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4857.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.0810204967856407\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4857.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4857.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4758\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4758.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4758.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4758.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4758.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4758.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4758.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4758.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4758.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4758.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4758.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4758.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4758.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4758.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4758.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4758.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4758.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4758.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4758.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4758.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4758.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4758.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4758.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4758.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4758.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4758.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4758.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4758.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4758.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4758.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4758.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4721\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4758.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4758.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4758.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4758.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4758.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4758.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4758.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4758.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4758.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4758.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4758.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4758.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4758.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4758.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4758.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4758.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4758.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4758.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4758.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4758.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4758.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4758.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4758.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4758.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4758.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4758.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4758.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4758.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4758.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4758.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4758.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4758.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4758.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4758.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4758.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4758.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4758.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4758.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4758.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4758.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4758.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4758.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4758.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4758.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4758.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4758.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4758.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4758.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4758.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4758.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4758.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4758.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4758.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4758.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4758.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4758.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4758.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4758.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4758.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4758.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4758.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4758.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4758.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4758.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4758.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4758.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4758.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4758.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4758.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4758.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4758.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4758.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4758.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4758.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4758.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4758.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4758.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4758.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4758.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4758.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4758.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4758.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4758.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4758.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4758.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4758.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4758.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4758.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4758.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4758.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5309\" servers=\"16\">\n      <Property name=\"Source\" id=\"5309.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4921\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4910\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4910.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4910.Input\">\n        <Domain name=\"input_array_any\" id=\"4910.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4910.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4910.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4910.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4910.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4910.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4910.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4910.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4910.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4910.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4910.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4910.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4910.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4910.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4910.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4910.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4910.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4910.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4910.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4910.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4910.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4910.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4910.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4910.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4910.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4910.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4910.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4910.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4910.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4910.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4910.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4910.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4910.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4910.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4910.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4910.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4910.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4910.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4910.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4910.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4910.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4910.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4910.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4910.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4910.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4910.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4910.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4910.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4910.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4910.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4910.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4910.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4910.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4910.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4910.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4910.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4910.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4910.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4910.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4910.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4910.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4910.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4910.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4910.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4910.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4910.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4910.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4910.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4910.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4910.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4910.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4910.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4910.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4910.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4910.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4910.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4910.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4910.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4910.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4910.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4910.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4910.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4910.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4910.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4910.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4910.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4910.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4910.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4910.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4910.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4910.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4910.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4910.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4910.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4910.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4910.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4910.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4969\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4969.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4969.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4969.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4969.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4969.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4969.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4969.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4969.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4969.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4969.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4969.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4969.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4980\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4980.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4980.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4980.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4980.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4980.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4980.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4980.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4980.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4980.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4980.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4980.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4980.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4991\" servers=\"1\">\n      <Property name=\"Center\" id=\"4991.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4991.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4991.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4991.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4991.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4991.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4991.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4991.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"5002\" servers=\"1\">\n      <Property name=\"Capping\" id=\"5002.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5002.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"5002.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5002.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"5002.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5002.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"5002.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5002.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"5002.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"5002.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"5013\" servers=\"1\">\n      <Property name=\"Point1\" id=\"5013.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5013.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"5013.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5013.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"5013.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"5013.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"5024\" servers=\"1\">\n      <Property name=\"Center\" id=\"5024.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5024.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"5024.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"5024.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"5024.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"5024.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"5024.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"5024.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"5024.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5024.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"5024.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5024.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"5024.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5024.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"5024.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"5024.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"5035\" servers=\"1\">\n      <Property name=\"Center\" id=\"5035.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5035.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"5035.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5035.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"5035.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"5035.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"5046\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"5046.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5046.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"5046.Input\">\n        <Domain name=\"groups\" id=\"5046.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"5046.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"5057\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"5057.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5057.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"5057.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.0810204967856407\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"5057.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5057.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4958\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4958.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4958.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4958.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4958.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4958.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4958.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4958.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4958.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4958.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4958.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4958.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4958.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4958.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4958.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4958.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4958.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4958.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4958.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4958.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4958.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4958.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4958.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4958.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4958.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4958.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4958.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4958.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4958.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4958.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4958.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4921\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4958.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4958.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4958.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4958.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4958.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4958.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4958.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4958.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4958.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4958.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4958.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4958.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4958.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4958.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4958.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4958.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4958.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4958.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4958.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4958.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4958.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4958.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4958.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4958.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4958.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4958.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4958.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4958.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4958.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4958.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4958.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4958.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4958.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4958.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4958.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4958.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4958.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4958.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4958.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4958.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4958.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4958.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4958.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4958.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4958.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4958.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4958.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4958.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4958.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4958.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4958.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4958.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4958.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4958.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4958.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4958.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4958.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4958.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4958.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4958.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4958.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4958.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4958.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4958.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4958.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4958.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4958.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4958.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4958.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4958.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4958.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4958.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4958.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4958.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4958.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4958.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4958.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4958.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4958.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4958.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4958.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4958.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4958.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4958.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4958.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4958.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4958.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4958.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4958.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4958.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5310\" servers=\"16\">\n      <Property name=\"Source\" id=\"5310.Source\" number_of_elements=\"1\">\n        <Proxy value=\"5121\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"5110\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"5110.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"5110.Input\">\n        <Domain name=\"input_array_any\" id=\"5110.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"5110.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"5110.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5110.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"5110.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"5110.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"5110.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"5110.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5110.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"5110.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"5110.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"5110.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"5110.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5110.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"5110.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5110.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"5110.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"5110.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5110.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"5110.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"5110.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"5110.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"5110.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5110.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"5110.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"5110.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"5110.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"5110.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"5110.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5110.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"5110.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"5110.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5110.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"5110.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"5110.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"5110.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"5110.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"5110.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"5110.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5110.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"5110.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"5110.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5110.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"5110.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"5110.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"5110.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"5110.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"5110.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5110.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"5110.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"5110.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"5110.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"5110.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"5110.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5110.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"5110.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"5110.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5110.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"5110.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"5110.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"5110.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"5110.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"5110.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"5110.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5110.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"5110.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"5110.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5110.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"5110.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"5110.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"5110.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"5110.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"5110.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5110.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"5110.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"5110.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"5110.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"5110.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"5110.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5110.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"5110.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"5110.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5110.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"5110.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"5110.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"5110.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"5110.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5110.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"5110.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5110.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"5110.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5110.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"5110.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"5110.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5110.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"5110.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5110.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"5169\" servers=\"1\">\n      <Property name=\"Invert\" id=\"5169.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5169.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"5169.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"5169.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"5169.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"5169.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"5169.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"5169.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"5169.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"5169.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"5169.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"5169.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"5180\" servers=\"1\">\n      <Property name=\"Capping\" id=\"5180.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5180.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"5180.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5180.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"5180.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5180.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"5180.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5180.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"5180.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5180.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"5180.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"5180.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"5191\" servers=\"1\">\n      <Property name=\"Center\" id=\"5191.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5191.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"5191.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5191.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"5191.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5191.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"5191.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5191.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"5202\" servers=\"1\">\n      <Property name=\"Capping\" id=\"5202.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5202.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"5202.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5202.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"5202.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5202.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"5202.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5202.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"5202.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"5202.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"5213\" servers=\"1\">\n      <Property name=\"Point1\" id=\"5213.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5213.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"5213.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5213.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"5213.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"5213.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"5224\" servers=\"1\">\n      <Property name=\"Center\" id=\"5224.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5224.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"5224.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"5224.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"5224.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"5224.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"5224.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"5224.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"5224.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5224.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"5224.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5224.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"5224.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5224.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"5224.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"5224.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"5235\" servers=\"1\">\n      <Property name=\"Center\" id=\"5235.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5235.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"5235.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5235.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"5235.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"5235.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"5246\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"5246.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5246.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"5246.Input\">\n        <Domain name=\"groups\" id=\"5246.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"5246.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"5257\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"5257.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5257.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"5257.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.0810204967856407\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"5257.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5257.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"5158\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"5158.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"5158.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"5158.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"5158.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"5158.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"5158.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5158.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"5158.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"5158.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"5158.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"5158.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"5158.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"5158.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"5158.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"5158.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"5158.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"5158.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"5158.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"5158.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"5158.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"5158.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"5158.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"5158.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"5158.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"5158.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"5158.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"5158.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"5158.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"5158.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"5158.Input\" number_of_elements=\"1\">\n        <Proxy value=\"5121\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"5158.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"5158.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"5158.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"5158.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"5158.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"5158.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"5158.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"5158.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"5158.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"5158.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"5158.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"5158.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"5158.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"5158.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"5158.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"5158.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"5158.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"5158.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"5158.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"5158.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"5158.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"5158.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5158.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"5158.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"5158.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"5158.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"5158.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"5158.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"5158.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"5158.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"5158.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"5158.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"5158.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"5158.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"5158.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5158.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"5158.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"5158.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5158.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"5158.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"5158.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"5158.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"5158.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"5158.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"5158.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"5158.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5158.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"5158.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"5158.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"5158.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"5158.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"5158.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"5158.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"5158.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"5158.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"5158.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"5158.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5158.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"5158.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"5158.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"5158.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"5158.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"5158.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"5158.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"5158.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5158.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"5158.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"5158.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"5158.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"5158.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"5158.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"5158.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"5158.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5158.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"5158.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"5158.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"5158.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"5158.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"5158.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"5158.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5158.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"5158.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5158.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"5158.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5158.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"5158.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"5158.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5158.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"5158.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5158.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"annotations\" type=\"GridAxes3DActor\" id=\"4093\" servers=\"21\">\n      <Property name=\"AxesToLabel\" id=\"4093.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4093.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"DataBoundsInflateFactor\" id=\"4093.DataBoundsInflateFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.0008\"/>\n        <Domain name=\"range\" id=\"4093.DataBoundsInflateFactor.range\"/>\n      </Property>\n      <Property name=\"DataPosition\" id=\"4093.DataPosition\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.DataPosition.range\"/>\n      </Property>\n      <Property name=\"DataScale\" id=\"4093.DataScale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4093.DataScale.range\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4093.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4093.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4093.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4093.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ModelBounds\" id=\"4093.ModelBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"ModelTransformMatrix\" id=\"4093.ModelTransformMatrix\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4093.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4093.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4093.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4093.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4093.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"UseModelTransform\" id=\"4093.UseModelTransform\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.UseModelTransform.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4093.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.Visibility.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4093.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4093.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4093.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4093.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4093.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4093.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4093.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4093.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4093.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4093.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4093.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4093.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4093.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4093.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4093.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4093.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4093.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4093.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4093.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4093.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4093.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4093.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4093.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4093.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4093.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.GridColor.range\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4093.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4093.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4093.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4093.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4093.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4093.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4093.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4093.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4093.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4093.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4093.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4093.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4093.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4093.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4093.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4093.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4093.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4093.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4093.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4093.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4093.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4093.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4093.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4093.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4093.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4093.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4093.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4093.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4093.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4093.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4093.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4093.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4093.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4093.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4093.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4093.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4093.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4093.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4093.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4093.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4093.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4093.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4093.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4093.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4093.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4093.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4093.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4093.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4093.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4093.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4093.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4093.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4093.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4093.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4093.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4093.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4093.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"4283\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4283.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4102\"/>\n        <Domain name=\"proxy_list\" id=\"4283.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4102\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4283.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4113\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4283.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4283.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4283.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4283.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4150\"/>\n        <Domain name=\"proxy_list\" id=\"4283.PolarAxes.proxy_list\">\n          <Proxy value=\"4150\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4283.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Wireframe\"/>\n        <Domain name=\"list\" id=\"4283.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4283.RepresentationTypesInfo\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4283.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalCellIds\"/>\n        <Domain name=\"array_list\" id=\"4283.SelectionCellFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4283.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalPointIds\"/>\n        <Domain name=\"array_list\" id=\"4283.SelectionPointFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4283.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4283.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4283.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4283.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4283.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4283.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4283.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4283.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4283.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4283.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4283.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4283.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4283.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4283.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4283.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4283.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4283.ColorArrayName.array_list\">\n          <String text=\"cellNormals\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4283.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4283.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4283.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4283.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4283.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4283.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4283.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4161\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4283.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4283.GlyphType.proxy_list\">\n          <Proxy value=\"4161\"/>\n          <Proxy value=\"4172\"/>\n          <Proxy value=\"4183\"/>\n          <Proxy value=\"4194\"/>\n          <Proxy value=\"4205\"/>\n          <Proxy value=\"4216\"/>\n          <Proxy value=\"4227\"/>\n          <Proxy value=\"4238\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4283.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4283.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4283.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4283.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4283.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4283.LookupTable\">\n        <Domain name=\"groups\" id=\"4283.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4283.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4283.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4283.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4283.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4283.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4283.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4283.OSPRayScaleArray.array_list\"/>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4283.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4249\"/>\n        <Domain name=\"groups\" id=\"4283.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4283.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4249\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4283.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4283.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4283.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4283.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4283.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4283.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4283.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4283.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4283.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4283.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4283.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4283.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4283.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4283.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.120000004768372\"/>\n        <Domain name=\"bounds\" id=\"4283.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4283.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4283.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4283.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4283.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4283.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4283.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4283.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4283.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4283.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4283.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4283.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4283.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4283.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4283.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4283.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4283.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4283.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4283.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4283.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4283.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4283.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4283.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4283.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4283.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4283.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4283.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4283.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4283.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4283.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4283.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4283.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4283.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4283.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4283.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4283.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4283.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4283.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4283.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4283.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4283.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4283.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4283.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4283.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4283.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4283.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4283.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4283.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4283.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4283.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4283.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4283.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4283.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4283.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4283.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4283.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4283.Texture\">\n        <Domain name=\"groups\" id=\"4283.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4283.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4283.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4283.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4283.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4283.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4283.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"4491\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4491.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4310\"/>\n        <Domain name=\"proxy_list\" id=\"4491.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4310\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4491.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4321\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4491.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4491.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4491.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4491.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4358\"/>\n        <Domain name=\"proxy_list\" id=\"4491.PolarAxes.proxy_list\">\n          <Proxy value=\"4358\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4491.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"4491.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4491.RepresentationTypesInfo\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4491.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalCellIds\"/>\n        <Domain name=\"array_list\" id=\"4491.SelectionCellFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4491.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalPointIds\"/>\n        <Domain name=\"array_list\" id=\"4491.SelectionPointFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4491.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4491.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4491.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4491.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4491.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4491.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4491.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4491.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4491.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4491.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4491.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4491.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4491.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4491.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4491.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4491.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4491.ColorArrayName.array_list\">\n          <String text=\"cellNormals\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4491.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4491.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4491.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4491.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4491.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4491.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4491.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4369\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4491.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4491.GlyphType.proxy_list\">\n          <Proxy value=\"4369\"/>\n          <Proxy value=\"4380\"/>\n          <Proxy value=\"4391\"/>\n          <Proxy value=\"4402\"/>\n          <Proxy value=\"4413\"/>\n          <Proxy value=\"4424\"/>\n          <Proxy value=\"4435\"/>\n          <Proxy value=\"4446\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4491.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4491.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4491.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4491.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4491.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4491.LookupTable\">\n        <Domain name=\"groups\" id=\"4491.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4491.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4491.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4491.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4491.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4491.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4491.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4491.OSPRayScaleArray.array_list\"/>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4491.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4457\"/>\n        <Domain name=\"groups\" id=\"4491.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4491.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4457\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4491.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4491.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4491.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4491.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4491.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4491.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4491.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4491.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4491.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4491.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4491.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4491.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4491.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4491.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"bounds\" id=\"4491.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4491.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4491.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4491.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4491.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4491.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4491.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4491.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4491.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4491.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4491.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4491.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4491.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4491.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4491.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4491.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4491.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4491.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4491.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4491.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4491.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4491.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4491.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4491.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4491.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4491.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4491.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4491.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4491.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4491.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4491.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4491.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4491.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4491.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4491.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4491.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4491.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4491.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4491.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4491.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4491.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4491.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4491.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4491.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4491.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4491.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4491.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4491.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4491.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4491.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4491.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4491.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4491.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4491.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4491.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4491.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4491.Texture\">\n        <Domain name=\"groups\" id=\"4491.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4491.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4491.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4491.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4491.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4491.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4491.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"4691\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4691.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4510\"/>\n        <Domain name=\"proxy_list\" id=\"4691.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4510\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4691.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4521\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4691.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4691.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4691.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4691.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4558\"/>\n        <Domain name=\"proxy_list\" id=\"4691.PolarAxes.proxy_list\">\n          <Proxy value=\"4558\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4691.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"4691.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4691.RepresentationTypesInfo\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4691.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalCellIds\"/>\n        <Domain name=\"array_list\" id=\"4691.SelectionCellFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4691.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalPointIds\"/>\n        <Domain name=\"array_list\" id=\"4691.SelectionPointFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4691.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4691.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4691.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4691.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4691.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4691.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4691.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4691.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4691.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4691.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4691.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4691.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4691.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4691.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4691.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4691.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4691.ColorArrayName.array_list\">\n          <String text=\"cellNormals\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4691.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4691.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4691.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.333333333333333\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4691.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4691.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4691.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4691.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4569\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4691.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4691.GlyphType.proxy_list\">\n          <Proxy value=\"4569\"/>\n          <Proxy value=\"4580\"/>\n          <Proxy value=\"4591\"/>\n          <Proxy value=\"4602\"/>\n          <Proxy value=\"4613\"/>\n          <Proxy value=\"4624\"/>\n          <Proxy value=\"4635\"/>\n          <Proxy value=\"4646\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4691.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4691.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4691.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4691.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4691.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4691.LookupTable\">\n        <Domain name=\"groups\" id=\"4691.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4691.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4691.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4691.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4691.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4691.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4691.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4691.OSPRayScaleArray.array_list\"/>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4691.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4657\"/>\n        <Domain name=\"groups\" id=\"4691.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4691.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4657\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4691.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4691.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4691.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4691.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4691.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4691.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4691.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4691.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4691.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4691.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4691.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4691.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4691.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4691.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.05\"/>\n        <Domain name=\"bounds\" id=\"4691.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4691.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4691.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4691.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4691.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4691.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4691.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4691.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4691.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4691.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4691.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4691.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4691.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4691.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4691.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4691.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4691.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4691.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4691.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4691.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4691.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4691.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4691.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4691.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4691.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4691.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4691.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4691.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4691.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4691.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4691.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4691.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4691.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4691.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4691.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4691.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4691.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4691.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4691.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4691.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4691.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4691.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4691.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4691.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4691.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4691.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4691.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4691.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4691.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4691.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4691.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4691.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4691.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4691.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4691.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4691.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4691.Texture\">\n        <Domain name=\"groups\" id=\"4691.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4691.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4691.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4691.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4691.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4691.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4691.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"4891\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4891.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4710\"/>\n        <Domain name=\"proxy_list\" id=\"4891.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4710\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4891.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4721\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4891.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4891.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4891.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4891.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4758\"/>\n        <Domain name=\"proxy_list\" id=\"4891.PolarAxes.proxy_list\">\n          <Proxy value=\"4758\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4891.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"4891.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4891.RepresentationTypesInfo\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4891.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalCellIds\"/>\n        <Domain name=\"array_list\" id=\"4891.SelectionCellFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4891.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalPointIds\"/>\n        <Domain name=\"array_list\" id=\"4891.SelectionPointFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4891.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4891.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4891.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4891.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4891.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4891.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4891.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4891.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4891.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4891.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4891.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4891.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4891.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4891.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4891.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4891.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4891.ColorArrayName.array_list\">\n          <String text=\"cellNormals\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4891.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4891.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4891.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4891.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4891.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4891.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4891.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4769\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4891.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4891.GlyphType.proxy_list\">\n          <Proxy value=\"4769\"/>\n          <Proxy value=\"4780\"/>\n          <Proxy value=\"4791\"/>\n          <Proxy value=\"4802\"/>\n          <Proxy value=\"4813\"/>\n          <Proxy value=\"4824\"/>\n          <Proxy value=\"4835\"/>\n          <Proxy value=\"4846\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4891.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4891.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4891.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4891.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4891.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4891.LookupTable\">\n        <Domain name=\"groups\" id=\"4891.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4891.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4891.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4891.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4891.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4891.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4891.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4891.OSPRayScaleArray.array_list\"/>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4891.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4857\"/>\n        <Domain name=\"groups\" id=\"4891.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4891.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4857\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4891.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4891.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4891.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4891.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4891.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4891.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4891.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4891.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4891.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4891.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4891.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4891.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4891.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4891.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.05\"/>\n        <Domain name=\"bounds\" id=\"4891.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4891.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4891.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4891.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4891.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4891.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4891.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4891.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4891.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4891.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4891.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4891.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4891.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4891.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4891.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4891.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4891.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4891.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4891.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4891.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4891.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4891.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4891.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4891.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4891.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4891.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4891.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4891.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4891.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4891.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4891.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4891.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4891.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4891.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4891.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4891.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4891.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4891.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4891.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4891.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4891.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4891.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4891.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4891.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4891.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4891.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4891.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4891.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4891.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4891.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4891.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4891.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4891.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4891.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4891.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4891.Texture\">\n        <Domain name=\"groups\" id=\"4891.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4891.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4891.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4891.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4891.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4891.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4891.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"5091\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"5091.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4910\"/>\n        <Domain name=\"proxy_list\" id=\"5091.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4910\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"5091.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4921\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"5091.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"5091.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"5091.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"5091.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4958\"/>\n        <Domain name=\"proxy_list\" id=\"5091.PolarAxes.proxy_list\">\n          <Proxy value=\"4958\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"5091.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"5091.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"5091.RepresentationTypesInfo\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"5091.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalCellIds\"/>\n        <Domain name=\"array_list\" id=\"5091.SelectionCellFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"5091.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalPointIds\"/>\n        <Domain name=\"array_list\" id=\"5091.SelectionPointFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"5091.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"5091.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5091.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"5091.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"5091.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"5091.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"5091.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"5091.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"5091.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"5091.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"5091.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"5091.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5091.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"5091.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"5091.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"5091.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"5091.ColorArrayName.array_list\">\n          <String text=\"cellNormals\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"5091.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"5091.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"5091.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0.333333333333333\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"5091.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"5091.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"5091.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"5091.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4969\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"5091.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"5091.GlyphType.proxy_list\">\n          <Proxy value=\"4969\"/>\n          <Proxy value=\"4980\"/>\n          <Proxy value=\"4991\"/>\n          <Proxy value=\"5002\"/>\n          <Proxy value=\"5013\"/>\n          <Proxy value=\"5024\"/>\n          <Proxy value=\"5035\"/>\n          <Proxy value=\"5046\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"5091.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5091.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"5091.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5091.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"5091.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"5091.LookupTable\">\n        <Domain name=\"groups\" id=\"5091.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"5091.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5091.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"5091.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"5091.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"5091.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"5091.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"5091.OSPRayScaleArray.array_list\"/>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"5091.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"5057\"/>\n        <Domain name=\"groups\" id=\"5091.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"5091.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"5057\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"5091.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"5091.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"5091.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"5091.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"5091.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5091.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"5091.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"5091.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5091.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"5091.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5091.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"5091.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"5091.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"5091.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"bounds\" id=\"5091.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"5091.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"5091.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"5091.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5091.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"5091.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"5091.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"5091.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"5091.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"5091.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"5091.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"5091.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"5091.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"5091.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5091.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"5091.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"5091.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"5091.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"5091.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"5091.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5091.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"5091.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"5091.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"5091.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"5091.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"5091.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5091.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"5091.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"5091.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"5091.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"5091.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"5091.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"5091.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5091.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"5091.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"5091.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"5091.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"5091.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"5091.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5091.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"5091.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"5091.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"5091.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"5091.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"5091.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"5091.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5091.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"5091.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"5091.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5091.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"5091.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5091.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"5091.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"5091.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"5091.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"5091.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"5091.Texture\">\n        <Domain name=\"groups\" id=\"5091.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"5091.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"5091.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"5091.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"5091.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5091.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"5091.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"5291\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"5291.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"5110\"/>\n        <Domain name=\"proxy_list\" id=\"5291.DataAxesGrid.proxy_list\">\n          <Proxy value=\"5110\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"5291.Input\" number_of_elements=\"1\">\n        <Proxy value=\"5121\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"5291.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"5291.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"5291.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"5291.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"5158\"/>\n        <Domain name=\"proxy_list\" id=\"5291.PolarAxes.proxy_list\">\n          <Proxy value=\"5158\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"5291.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"5291.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"5291.RepresentationTypesInfo\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"5291.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalCellIds\"/>\n        <Domain name=\"array_list\" id=\"5291.SelectionCellFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"5291.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkOriginalPointIds\"/>\n        <Domain name=\"array_list\" id=\"5291.SelectionPointFieldDataArrayName.array_list\"/>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"5291.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"5291.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5291.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"5291.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"5291.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"5291.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"5291.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"5291.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"5291.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"5291.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"5291.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"5291.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"5291.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"5291.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"5291.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"5291.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"5291.ColorArrayName.array_list\">\n          <String text=\"cellNormals\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"5291.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"5291.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"5291.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"5291.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"5291.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"5291.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"5291.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"5169\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"5291.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"5291.GlyphType.proxy_list\">\n          <Proxy value=\"5169\"/>\n          <Proxy value=\"5180\"/>\n          <Proxy value=\"5191\"/>\n          <Proxy value=\"5202\"/>\n          <Proxy value=\"5213\"/>\n          <Proxy value=\"5224\"/>\n          <Proxy value=\"5235\"/>\n          <Proxy value=\"5246\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"5291.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5291.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"5291.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5291.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"5291.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"5291.LookupTable\">\n        <Domain name=\"groups\" id=\"5291.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"5291.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5291.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"5291.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"5291.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"5291.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"5291.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"5291.OSPRayScaleArray.array_list\"/>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"5291.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"5257\"/>\n        <Domain name=\"groups\" id=\"5291.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"5291.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"5257\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"5291.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"5291.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"5291.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"5291.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"5291.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5291.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"5291.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"5291.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5291.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"5291.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5291.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"5291.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"5291.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"5291.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"bounds\" id=\"5291.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"5291.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"5291.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"5291.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5291.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"5291.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"5291.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"5291.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"5291.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"5291.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"5291.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"5291.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"5291.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"5291.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5291.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"5291.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"5291.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"5291.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"5291.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"5291.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5291.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"5291.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"5291.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"5291.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"5291.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"5291.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5291.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"5291.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"5291.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"5291.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"5291.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"5291.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"5291.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5291.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"5291.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"5291.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"5291.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"5291.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"5291.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5291.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"5291.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"5291.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"5291.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"5291.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"5291.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"5291.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5291.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"5291.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"5291.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5291.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"5291.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5291.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"5291.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"5291.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"5291.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"5291.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"5291.Texture\">\n        <Domain name=\"groups\" id=\"5291.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"5291.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"5291.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"5291.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"5291.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5291.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"5291.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"4301\" servers=\"21\">\n      <Property name=\"Enabled\" id=\"4301.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.Enabled.bool\"/>\n      </Property>\n      <Property name=\"LockPosition\" id=\"4301.LockPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.LockPosition.bool\"/>\n      </Property>\n      <Property name=\"UseNonCompositedRenderer\" id=\"4301.UseNonCompositedRenderer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"AddRangeAnnotations\" id=\"4301.AddRangeAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.AddRangeAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AddRangeLabels\" id=\"4301.AddRangeLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.AddRangeLabels.bool\"/>\n      </Property>\n      <Property name=\"AutoOrient\" id=\"4301.AutoOrient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.AutoOrient.bool\"/>\n      </Property>\n      <Property name=\"AutoOrientInfo\" id=\"4301.AutoOrientInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.AutoOrientInfo.bool\"/>\n      </Property>\n      <Property name=\"AutomaticAnnotations\" id=\"4301.AutomaticAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.AutomaticAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AutomaticLabelFormat\" id=\"4301.AutomaticLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.AutomaticLabelFormat.bool\"/>\n      </Property>\n      <Property name=\"ComponentTitle\" id=\"4301.ComponentTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"CustomLabels\" id=\"4301.CustomLabels\"/>\n      <Property name=\"DrawAnnotations\" id=\"4301.DrawAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.DrawAnnotations.bool\"/>\n      </Property>\n      <Property name=\"DrawNanAnnotation\" id=\"4301.DrawNanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.DrawNanAnnotation.bool\"/>\n      </Property>\n      <Property name=\"DrawTickLabels\" id=\"4301.DrawTickLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.DrawTickLabels.bool\"/>\n      </Property>\n      <Property name=\"DrawTickMarks\" id=\"4301.DrawTickMarks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.DrawTickMarks.bool\"/>\n      </Property>\n      <Property name=\"LabelBold\" id=\"4301.LabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.LabelBold.bool\"/>\n      </Property>\n      <Property name=\"LabelColor\" id=\"4301.LabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4301.LabelColor.range\"/>\n      </Property>\n      <Property name=\"LabelFontFamily\" id=\"4301.LabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4301.LabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LabelFontSize\" id=\"4301.LabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4301.LabelFontSize.range\"/>\n      </Property>\n      <Property name=\"LabelFormat\" id=\"4301.LabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"LabelItalic\" id=\"4301.LabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.LabelItalic.bool\"/>\n      </Property>\n      <Property name=\"LabelOpacity\" id=\"4301.LabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4301.LabelOpacity.range\"/>\n      </Property>\n      <Property name=\"LabelShadow\" id=\"4301.LabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.LabelShadow.bool\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4301.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4295\"/>\n        <Domain name=\"groups\" id=\"4301.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"NanAnnotation\" id=\"4301.NanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"NaN\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4301.Orientation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4301.Orientation.enum\">\n          <Entry value=\"0\" text=\"Horizontal\"/>\n          <Entry value=\"1\" text=\"Vertical\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OrientationInfo\" id=\"4301.OrientationInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4301.Position\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.89\"/>\n        <Element index=\"1\" value=\"0.02\"/>\n        <Domain name=\"range\" id=\"4301.Position.range\"/>\n      </Property>\n      <Property name=\"PositionInfo\" id=\"4301.PositionInfo\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.89\"/>\n        <Element index=\"1\" value=\"0.02\"/>\n      </Property>\n      <Property name=\"RangeLabelFormat\" id=\"4301.RangeLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.1g\"/>\n      </Property>\n      <Property name=\"Repositionable\" id=\"4301.Repositionable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.Repositionable.bool\"/>\n      </Property>\n      <Property name=\"Resizable\" id=\"4301.Resizable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4301.Resizable.bool\"/>\n      </Property>\n      <Property name=\"ScalarBarLength\" id=\"4301.ScalarBarLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.33\"/>\n      </Property>\n      <Property name=\"ScalarBarThickness\" id=\"4301.ScalarBarThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n      </Property>\n      <Property name=\"Selectable\" id=\"4301.Selectable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.Selectable.bool\"/>\n      </Property>\n      <Property name=\"TextPosition\" id=\"4301.TextPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4301.TextPosition.enum\">\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Title\" id=\"4301.Title\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkBlockColors\"/>\n      </Property>\n      <Property name=\"TitleBold\" id=\"4301.TitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.TitleBold.bool\"/>\n      </Property>\n      <Property name=\"TitleColor\" id=\"4301.TitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4301.TitleColor.range\"/>\n      </Property>\n      <Property name=\"TitleFontFamily\" id=\"4301.TitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4301.TitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleFontSize\" id=\"4301.TitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4301.TitleFontSize.range\"/>\n      </Property>\n      <Property name=\"TitleItalic\" id=\"4301.TitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.TitleItalic.bool\"/>\n      </Property>\n      <Property name=\"TitleJustification\" id=\"4301.TitleJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4301.TitleJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Centered\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleOpacity\" id=\"4301.TitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4301.TitleOpacity.range\"/>\n      </Property>\n      <Property name=\"TitleShadow\" id=\"4301.TitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.TitleShadow.bool\"/>\n      </Property>\n      <Property name=\"UseCustomLabels\" id=\"4301.UseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.UseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4301.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4301.Visibility.bool\"/>\n      </Property>\n      <Property name=\"WindowLocation\" id=\"4301.WindowLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4301.WindowLocation.enum\">\n          <Entry value=\"0\" text=\"AnyLocation\"/>\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\n          <Entry value=\"3\" text=\"LowerCenter\"/>\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\n          <Entry value=\"6\" text=\"UpperCenter\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"ExtractBlock\" id=\"4321\" servers=\"1\">\n      <Property name=\"BlockIndices\" id=\"4321.BlockIndices\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"4\"/>\n        <Domain name=\"tree\" id=\"4321.BlockIndices.tree\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4321.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4113\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"4321.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4321.Input.input_type\"/>\n      </Property>\n      <Property name=\"MaintainStructure\" id=\"4321.MaintainStructure\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4321.MaintainStructure.bool\"/>\n      </Property>\n      <Property name=\"PruneOutput\" id=\"4321.PruneOutput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4321.PruneOutput.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"ExtractBlock\" id=\"4521\" servers=\"1\">\n      <Property name=\"BlockIndices\" id=\"4521.BlockIndices\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"tree\" id=\"4521.BlockIndices.tree\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4521.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4113\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"4521.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4521.Input.input_type\"/>\n      </Property>\n      <Property name=\"MaintainStructure\" id=\"4521.MaintainStructure\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4521.MaintainStructure.bool\"/>\n      </Property>\n      <Property name=\"PruneOutput\" id=\"4521.PruneOutput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4521.PruneOutput.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"ExtractBlock\" id=\"4721\" servers=\"1\">\n      <Property name=\"BlockIndices\" id=\"4721.BlockIndices\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"tree\" id=\"4721.BlockIndices.tree\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4721.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4113\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"4721.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4721.Input.input_type\"/>\n      </Property>\n      <Property name=\"MaintainStructure\" id=\"4721.MaintainStructure\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4721.MaintainStructure.bool\"/>\n      </Property>\n      <Property name=\"PruneOutput\" id=\"4721.PruneOutput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4721.PruneOutput.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"ExtractBlock\" id=\"4921\" servers=\"1\">\n      <Property name=\"BlockIndices\" id=\"4921.BlockIndices\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"7\"/>\n        <Domain name=\"tree\" id=\"4921.BlockIndices.tree\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4921.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4113\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"4921.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4921.Input.input_type\"/>\n      </Property>\n      <Property name=\"MaintainStructure\" id=\"4921.MaintainStructure\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4921.MaintainStructure.bool\"/>\n      </Property>\n      <Property name=\"PruneOutput\" id=\"4921.PruneOutput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4921.PruneOutput.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"ExtractBlock\" id=\"5121\" servers=\"1\">\n      <Property name=\"BlockIndices\" id=\"5121.BlockIndices\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"tree\" id=\"5121.BlockIndices.tree\"/>\n      </Property>\n      <Property name=\"Input\" id=\"5121.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4113\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"5121.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"5121.Input.input_type\"/>\n      </Property>\n      <Property name=\"MaintainStructure\" id=\"5121.MaintainStructure\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5121.MaintainStructure.bool\"/>\n      </Property>\n      <Property name=\"PruneOutput\" id=\"5121.PruneOutput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5121.PruneOutput.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"PVFoamReader\" id=\"4113\" servers=\"1\">\n      <Property name=\"FileName\" id=\"4113.FileName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"./testCase.OpenFOAM\"/>\n        <Domain name=\"files\" id=\"4113.FileName.files\"/>\n      </Property>\n      <Property name=\"LagrangianFieldArrayStatus\" id=\"4113.LagrangianFieldArrayStatus\"/>\n      <Property name=\"LagrangianFieldStatus\" id=\"4113.LagrangianFieldStatus\">\n        <Domain name=\"array_list\" id=\"4113.LagrangianFieldStatus.array_list\"/>\n      </Property>\n      <Property name=\"PartArrayStatus\" id=\"4113.PartArrayStatus\" number_of_elements=\"20\">\n        <Element index=\"0\" value=\"internalMesh\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"symmetryPlane - group\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"wall - group\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"empty - group\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"symmetry - group\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"hexSide0 - symmetryPlane\"/>\n        <Element index=\"11\" value=\"1\"/>\n        <Element index=\"12\" value=\"prismFaces - patch\"/>\n        <Element index=\"13\" value=\"1\"/>\n        <Element index=\"14\" value=\"tetFaces - wall\"/>\n        <Element index=\"15\" value=\"1\"/>\n        <Element index=\"16\" value=\"pyramidFaces - symmetry\"/>\n        <Element index=\"17\" value=\"1\"/>\n        <Element index=\"18\" value=\"defaultFaces - empty\"/>\n        <Element index=\"19\" value=\"1\"/>\n      </Property>\n      <Property name=\"PartStatus\" id=\"4113.PartStatus\" number_of_elements=\"20\">\n        <Element index=\"0\" value=\"internalMesh\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"symmetryPlane - group\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"wall - group\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"empty - group\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"symmetry - group\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"hexSide0 - symmetryPlane\"/>\n        <Element index=\"11\" value=\"1\"/>\n        <Element index=\"12\" value=\"prismFaces - patch\"/>\n        <Element index=\"13\" value=\"1\"/>\n        <Element index=\"14\" value=\"tetFaces - wall\"/>\n        <Element index=\"15\" value=\"1\"/>\n        <Element index=\"16\" value=\"pyramidFaces - symmetry\"/>\n        <Element index=\"17\" value=\"1\"/>\n        <Element index=\"18\" value=\"defaultFaces - empty\"/>\n        <Element index=\"19\" value=\"1\"/>\n        <Domain name=\"array_list\" id=\"4113.PartStatus.array_list\">\n          <String text=\"internalMesh\"/>\n          <String text=\"symmetryPlane - group\"/>\n          <String text=\"wall - group\"/>\n          <String text=\"empty - group\"/>\n          <String text=\"symmetry - group\"/>\n          <String text=\"hexSide0 - symmetryPlane\"/>\n          <String text=\"prismFaces - patch\"/>\n          <String text=\"tetFaces - wall\"/>\n          <String text=\"pyramidFaces - symmetry\"/>\n          <String text=\"defaultFaces - empty\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PointFieldArrayStatus\" id=\"4113.PointFieldArrayStatus\"/>\n      <Property name=\"PointFieldStatus\" id=\"4113.PointFieldStatus\">\n        <Domain name=\"array_list\" id=\"4113.PointFieldStatus.array_list\"/>\n      </Property>\n      <Property name=\"TimestepValues\" id=\"4113.TimestepValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"UiCacheMesh\" id=\"4113.UiCacheMesh\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiCacheMesh.bool\"/>\n      </Property>\n      <Property name=\"UiExtrapolatePatches\" id=\"4113.UiExtrapolatePatches\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiExtrapolatePatches.bool\"/>\n      </Property>\n      <Property name=\"UiIncludeSets\" id=\"4113.UiIncludeSets\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiIncludeSets.bool\"/>\n      </Property>\n      <Property name=\"UiIncludeZones\" id=\"4113.UiIncludeZones\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiIncludeZones.bool\"/>\n      </Property>\n      <Property name=\"UiInterpolateVolFields\" id=\"4113.UiInterpolateVolFields\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4113.UiInterpolateVolFields.bool\"/>\n      </Property>\n      <Property name=\"UiRefresh\" id=\"4113.UiRefresh\"/>\n      <Property name=\"UiShowGroupsOnly\" id=\"4113.UiShowGroupsOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiShowGroupsOnly.bool\"/>\n      </Property>\n      <Property name=\"UiShowPatchNames\" id=\"4113.UiShowPatchNames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiShowPatchNames.bool\"/>\n      </Property>\n      <Property name=\"UiUseVTKPolyhedron\" id=\"4113.UiUseVTKPolyhedron\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiUseVTKPolyhedron.bool\"/>\n      </Property>\n      <Property name=\"UiZeroTime\" id=\"4113.UiZeroTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4113.UiZeroTime.bool\"/>\n      </Property>\n      <Property name=\"VolFieldArrayStatus\" id=\"4113.VolFieldArrayStatus\"/>\n      <Property name=\"VolFieldStatus\" id=\"4113.VolFieldStatus\">\n        <Domain name=\"array_list\" id=\"4113.VolFieldStatus.array_list\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"TimeKeeper\" id=\"259\" servers=\"16\">\n      <Property name=\"SuppressedTimeSources\" id=\"259.SuppressedTimeSources\"/>\n      <Property name=\"Time\" id=\"259.Time\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"259.Time.range\"/>\n      </Property>\n      <Property name=\"TimeLabel\" id=\"259.TimeLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Time\"/>\n      </Property>\n      <Property name=\"TimeRange\" id=\"259.TimeRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n      </Property>\n      <Property name=\"TimeSources\" id=\"259.TimeSources\" number_of_elements=\"6\">\n        <Proxy value=\"4113\"/>\n        <Proxy value=\"4321\"/>\n        <Proxy value=\"4521\"/>\n        <Proxy value=\"4721\"/>\n        <Proxy value=\"4921\"/>\n        <Proxy value=\"5121\"/>\n      </Property>\n      <Property name=\"TimestepValues\" id=\"259.TimestepValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Views\" id=\"259.Views\" number_of_elements=\"1\">\n        <Proxy value=\"5303\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"views\" type=\"RenderView\" id=\"5303\" servers=\"21\">\n      <Property name=\"AlphaBitPlanes\" id=\"5303.AlphaBitPlanes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.AlphaBitPlanes.bool\"/>\n      </Property>\n      <Property name=\"AmbientSamples\" id=\"5303.AmbientSamples\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5303.AmbientSamples.range\"/>\n      </Property>\n      <Property name=\"AnnotationColor\" id=\"5303.AnnotationColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"ArrayComponentToDraw\" id=\"5303.ArrayComponentToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5303.ArrayComponentToDraw.range\"/>\n      </Property>\n      <Property name=\"ArrayNameToDraw\" id=\"5303.ArrayNameToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"ArrayNumberToDraw\" id=\"5303.ArrayNumberToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5303.ArrayNumberToDraw.range\"/>\n      </Property>\n      <Property name=\"AxesGrid\" id=\"5303.AxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4093\"/>\n        <Domain name=\"proxy_list\" id=\"5303.AxesGrid.proxy_list\">\n          <Proxy value=\"4093\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BackLightAzimuth\" id=\"5303.BackLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"110\"/>\n        <Domain name=\"range\" id=\"5303.BackLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"BackLightElevation\" id=\"5303.BackLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5303.BackLightElevation.range\"/>\n      </Property>\n      <Property name=\"BackLightK:B Ratio\" id=\"5303.BackLightK:B Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3.5\"/>\n        <Domain name=\"range\" id=\"5303.BackLightK:B Ratio.range\"/>\n      </Property>\n      <Property name=\"BackLightWarmth\" id=\"5303.BackLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5303.BackLightWarmth.range\"/>\n      </Property>\n      <Property name=\"Background\" id=\"5303.Background\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.Background.range\"/>\n      </Property>\n      <Property name=\"Background2\" id=\"5303.Background2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.165\"/>\n        <Domain name=\"range\" id=\"5303.Background2.range\"/>\n      </Property>\n      <Property name=\"BackgroundTexture\" id=\"5303.BackgroundTexture\">\n        <Domain name=\"groups\" id=\"5303.BackgroundTexture.groups\"/>\n      </Property>\n      <Property name=\"BeginValueCapture\" id=\"5303.BeginValueCapture\"/>\n      <Property name=\"CacheKey\" id=\"5303.CacheKey\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5303.CacheKey.range\"/>\n      </Property>\n      <Property name=\"Camera2DManipulators\" id=\"5303.Camera2DManipulators\" number_of_elements=\"9\">\n        <Element index=\"0\" value=\"4\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"2\"/>\n        <Element index=\"3\" value=\"3\"/>\n        <Element index=\"4\" value=\"4\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"2\"/>\n        <Element index=\"7\" value=\"4\"/>\n        <Element index=\"8\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"5303.Camera2DManipulators.enum\">\n          <Entry value=\"0\" text=\"None\"/>\n          <Entry value=\"1\" text=\"Pan\"/>\n          <Entry value=\"2\" text=\"Zoom\"/>\n          <Entry value=\"3\" text=\"Roll\"/>\n          <Entry value=\"4\" text=\"Rotate\"/>\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Camera2DMouseWheelMotionFactor\" id=\"5303.Camera2DMouseWheelMotionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.Camera2DMouseWheelMotionFactor.range\"/>\n      </Property>\n      <Property name=\"Camera3DManipulators\" id=\"5303.Camera3DManipulators\" number_of_elements=\"9\">\n        <Element index=\"0\" value=\"4\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"2\"/>\n        <Element index=\"3\" value=\"3\"/>\n        <Element index=\"4\" value=\"4\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"2\"/>\n        <Element index=\"7\" value=\"4\"/>\n        <Element index=\"8\" value=\"6\"/>\n        <Domain name=\"enum\" id=\"5303.Camera3DManipulators.enum\">\n          <Entry value=\"0\" text=\"None\"/>\n          <Entry value=\"1\" text=\"Pan\"/>\n          <Entry value=\"2\" text=\"Zoom\"/>\n          <Entry value=\"3\" text=\"Roll\"/>\n          <Entry value=\"4\" text=\"Rotate\"/>\n          <Entry value=\"5\" text=\"Multi-Rotate\"/>\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Camera3DMouseWheelMotionFactor\" id=\"5303.Camera3DMouseWheelMotionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.Camera3DMouseWheelMotionFactor.range\"/>\n      </Property>\n      <Property name=\"CameraParallelProjection\" id=\"5303.CameraParallelProjection\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.CameraParallelProjection.bool\"/>\n      </Property>\n      <Property name=\"CaptureValuesFloat\" id=\"5303.CaptureValuesFloat\"/>\n      <Property name=\"CaptureZBuffer\" id=\"5303.CaptureZBuffer\"/>\n      <Property name=\"CenterAxesVisibility\" id=\"5303.CenterAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.CenterAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"CenterOfRotation\" id=\"5303.CenterOfRotation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0.600000023841858\"/>\n        <Element index=\"2\" value=\"-0.199999999254942\"/>\n      </Property>\n      <Property name=\"CollectGeometryThreshold\" id=\"5303.CollectGeometryThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n      </Property>\n      <Property name=\"CompressorConfig\" id=\"5303.CompressorConfig\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkLZ4Compressor 0 3\"/>\n      </Property>\n      <Property name=\"DepthPeeling\" id=\"5303.DepthPeeling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.DepthPeeling.bool\"/>\n      </Property>\n      <Property name=\"DrawCells\" id=\"5303.DrawCells\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.DrawCells.bool\"/>\n      </Property>\n      <Property name=\"EnableOSPRay\" id=\"5303.EnableOSPRay\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.EnableOSPRay.bool\"/>\n      </Property>\n      <Property name=\"EnableRenderOnInteraction\" id=\"5303.EnableRenderOnInteraction\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.EnableRenderOnInteraction.bool\"/>\n      </Property>\n      <Property name=\"EndValueCapture\" id=\"5303.EndValueCapture\"/>\n      <Property name=\"FXAAEndpointSearchIterations\" id=\"5303.FXAAEndpointSearchIterations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n      </Property>\n      <Property name=\"FXAAHardContrastThreshold\" id=\"5303.FXAAHardContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.045\"/>\n      </Property>\n      <Property name=\"FXAARelativeContrastThreshold\" id=\"5303.FXAARelativeContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.125\"/>\n      </Property>\n      <Property name=\"FXAASubpixelBlendLimit\" id=\"5303.FXAASubpixelBlendLimit\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.75\"/>\n      </Property>\n      <Property name=\"FXAASubpixelContrastThreshold\" id=\"5303.FXAASubpixelContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.25\"/>\n      </Property>\n      <Property name=\"FXAAUseHighQualityEndpoints\" id=\"5303.FXAAUseHighQualityEndpoints\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.FXAAUseHighQualityEndpoints.bool\"/>\n      </Property>\n      <Property name=\"FillLightAzimuth\" id=\"5303.FillLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"-10\"/>\n        <Domain name=\"range\" id=\"5303.FillLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"FillLightElevation\" id=\"5303.FillLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"-75\"/>\n        <Domain name=\"range\" id=\"5303.FillLightElevation.range\"/>\n      </Property>\n      <Property name=\"FillLightK:F Ratio\" id=\"5303.FillLightK:F Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"5303.FillLightK:F Ratio.range\"/>\n      </Property>\n      <Property name=\"FillLightWarmth\" id=\"5303.FillLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.4\"/>\n        <Domain name=\"range\" id=\"5303.FillLightWarmth.range\"/>\n      </Property>\n      <Property name=\"HeadLightK:H Ratio\" id=\"5303.HeadLightK:H Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"5303.HeadLightK:H Ratio.range\"/>\n      </Property>\n      <Property name=\"HeadLightWarmth\" id=\"5303.HeadLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5303.HeadLightWarmth.range\"/>\n      </Property>\n      <Property name=\"HiddenLineRemoval\" id=\"5303.HiddenLineRemoval\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.HiddenLineRemoval.bool\"/>\n      </Property>\n      <Property name=\"ImageReductionFactor\" id=\"5303.ImageReductionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5303.ImageReductionFactor.range\"/>\n      </Property>\n      <Property name=\"InteractionMode\" id=\"5303.InteractionMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5303.InteractionMode.enum\">\n          <Entry value=\"0\" text=\"3D\"/>\n          <Entry value=\"1\" text=\"2D\"/>\n          <Entry value=\"2\" text=\"Selection\"/>\n        </Domain>\n      </Property>\n      <Property name=\"KeyLightAzimuth\" id=\"5303.KeyLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"5303.KeyLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"KeyLightElevation\" id=\"5303.KeyLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"50\"/>\n        <Domain name=\"range\" id=\"5303.KeyLightElevation.range\"/>\n      </Property>\n      <Property name=\"KeyLightIntensity\" id=\"5303.KeyLightIntensity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.75\"/>\n        <Domain name=\"range\" id=\"5303.KeyLightIntensity.range\"/>\n      </Property>\n      <Property name=\"KeyLightWarmth\" id=\"5303.KeyLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.6\"/>\n        <Domain name=\"range\" id=\"5303.KeyLightWarmth.range\"/>\n      </Property>\n      <Property name=\"LODResolution\" id=\"5303.LODResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5303.LODResolution.range\"/>\n      </Property>\n      <Property name=\"LODThreshold\" id=\"5303.LODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"20\"/>\n        <Domain name=\"range\" id=\"5303.LODThreshold.range\"/>\n      </Property>\n      <Property name=\"LightAmbientColor\" id=\"5303.LightAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.LightAmbientColor.range\"/>\n      </Property>\n      <Property name=\"LightDiffuseColor\" id=\"5303.LightDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.LightDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"LightIntensity\" id=\"5303.LightIntensity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.LightIntensity.range\"/>\n      </Property>\n      <Property name=\"LightScale\" id=\"5303.LightScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.LightScale.range\"/>\n      </Property>\n      <Property name=\"LightSpecularColor\" id=\"5303.LightSpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.LightSpecularColor.range\"/>\n      </Property>\n      <Property name=\"LightSwitch\" id=\"5303.LightSwitch\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.LightSwitch.bool\"/>\n      </Property>\n      <Property name=\"LightType\" id=\"5303.LightType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5303.LightType.enum\">\n          <Entry value=\"1\" text=\"HeadLight\"/>\n          <Entry value=\"2\" text=\"CameraLight\"/>\n          <Entry value=\"3\" text=\"SceneLight\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LockBounds\" id=\"5303.LockBounds\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.LockBounds.bool\"/>\n      </Property>\n      <Property name=\"MaintainLuminance\" id=\"5303.MaintainLuminance\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.MaintainLuminance.bool\"/>\n      </Property>\n      <Property name=\"MaxClipBounds\" id=\"5303.MaxClipBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"-1\"/>\n        <Domain name=\"range\" id=\"5303.MaxClipBounds.range\"/>\n      </Property>\n      <Property name=\"MaxFrames\" id=\"5303.MaxFrames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.MaxFrames.range\"/>\n      </Property>\n      <Property name=\"MaximumNumberOfPeels\" id=\"5303.MaximumNumberOfPeels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"4\"/>\n        <Domain name=\"range\" id=\"5303.MaximumNumberOfPeels.range\"/>\n      </Property>\n      <Property name=\"MultiSamples\" id=\"5303.MultiSamples\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"NonInteractiveRenderDelay\" id=\"5303.NonInteractiveRenderDelay\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesInteractivity\" id=\"5303.OrientationAxesInteractivity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.OrientationAxesInteractivity.bool\"/>\n      </Property>\n      <Property name=\"OrientationAxesLabelColor\" id=\"5303.OrientationAxesLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesOutlineColor\" id=\"5303.OrientationAxesOutlineColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesVisibility\" id=\"5303.OrientationAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.OrientationAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"PPI\" id=\"5303.PPI\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"96\"/>\n      </Property>\n      <Property name=\"RemoteRenderThreshold\" id=\"5303.RemoteRenderThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"20\"/>\n        <Domain name=\"range\" id=\"5303.RemoteRenderThreshold.range\"/>\n      </Property>\n      <Property name=\"Representations\" id=\"5303.Representations\" number_of_elements=\"7\">\n        <Proxy value=\"4283\"/>\n        <Proxy value=\"4301\"/>\n        <Proxy value=\"4491\"/>\n        <Proxy value=\"4691\"/>\n        <Proxy value=\"4891\"/>\n        <Proxy value=\"5091\"/>\n        <Proxy value=\"5291\"/>\n      </Property>\n      <Property name=\"RotationFactor\" id=\"5303.RotationFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"SamplesPerPixel\" id=\"5303.SamplesPerPixel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.SamplesPerPixel.range\"/>\n      </Property>\n      <Property name=\"ScalarRange\" id=\"5303.ScalarRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Domain name=\"range\" id=\"5303.ScalarRange.range\"/>\n      </Property>\n      <Property name=\"Send to OpenVR\" id=\"5303.Send to OpenVR\"/>\n      <Property name=\"ServerStereoType\" id=\"5303.ServerStereoType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5303.ServerStereoType.enum\">\n          <Entry value=\"0\" text=\"Same As Client\"/>\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\n          <Entry value=\"2\" text=\"Red-Blue\"/>\n          <Entry value=\"3\" text=\"Interlaced\"/>\n          <Entry value=\"4\" text=\"Left\"/>\n          <Entry value=\"5\" text=\"Right\"/>\n          <Entry value=\"6\" text=\"Dresden\"/>\n          <Entry value=\"7\" text=\"Anaglyph\"/>\n          <Entry value=\"8\" text=\"Checkerboard\"/>\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\n          <Entry value=\"10\" text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Shadows\" id=\"5303.Shadows\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.Shadows.bool\"/>\n      </Property>\n      <Property name=\"ShowAnnotation\" id=\"5303.ShowAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.ShowAnnotation.bool\"/>\n      </Property>\n      <Property name=\"StartCaptureLuminance\" id=\"5303.StartCaptureLuminance\"/>\n      <Property name=\"StencilCapable\" id=\"5303.StencilCapable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.StencilCapable.bool\"/>\n      </Property>\n      <Property name=\"StereoRender\" id=\"5303.StereoRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.StereoRender.bool\"/>\n      </Property>\n      <Property name=\"StereoType\" id=\"5303.StereoType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5303.StereoType.enum\">\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\n          <Entry value=\"2\" text=\"Red-Blue\"/>\n          <Entry value=\"3\" text=\"Interlaced\"/>\n          <Entry value=\"4\" text=\"Left\"/>\n          <Entry value=\"5\" text=\"Right\"/>\n          <Entry value=\"6\" text=\"Dresden\"/>\n          <Entry value=\"7\" text=\"Anaglyph\"/>\n          <Entry value=\"8\" text=\"Checkerboard\"/>\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\n          <Entry value=\"10\" text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"StillRenderImageReductionFactor\" id=\"5303.StillRenderImageReductionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.StillRenderImageReductionFactor.range\"/>\n      </Property>\n      <Property name=\"StopCaptureLuminance\" id=\"5303.StopCaptureLuminance\"/>\n      <Property name=\"UseCache\" id=\"5303.UseCache\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.UseCache.bool\"/>\n      </Property>\n      <Property name=\"UseFXAA\" id=\"5303.UseFXAA\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.UseFXAA.bool\"/>\n      </Property>\n      <Property name=\"UseGradientBackground\" id=\"5303.UseGradientBackground\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.UseGradientBackground.bool\"/>\n      </Property>\n      <Property name=\"UseInteractiveRenderingForScreenshots\" id=\"5303.UseInteractiveRenderingForScreenshots\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.UseInteractiveRenderingForScreenshots.bool\"/>\n      </Property>\n      <Property name=\"UseLight\" id=\"5303.UseLight\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5303.UseLight.bool\"/>\n      </Property>\n      <Property name=\"UseOffscreenRendering\" id=\"5303.UseOffscreenRendering\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.UseOffscreenRendering.bool\"/>\n      </Property>\n      <Property name=\"UseOffscreenRenderingForScreenshots\" id=\"5303.UseOffscreenRenderingForScreenshots\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.UseOffscreenRenderingForScreenshots.bool\"/>\n      </Property>\n      <Property name=\"UseOutlineForLODRendering\" id=\"5303.UseOutlineForLODRendering\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.UseOutlineForLODRendering.bool\"/>\n      </Property>\n      <Property name=\"UseTexturedBackground\" id=\"5303.UseTexturedBackground\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5303.UseTexturedBackground.bool\"/>\n      </Property>\n      <Property name=\"ValueRenderingMode\" id=\"5303.ValueRenderingMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5303.ValueRenderingMode.range\"/>\n      </Property>\n      <Property name=\"ValueRenderingModeGet\" id=\"5303.ValueRenderingModeGet\"/>\n      <Property name=\"ViewSize\" id=\"5303.ViewSize\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"906\"/>\n        <Element index=\"1\" value=\"546\"/>\n      </Property>\n      <Property name=\"ViewTime\" id=\"5303.ViewTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5303.ViewTime.range\"/>\n      </Property>\n      <Property name=\"CameraFocalPoint\" id=\"5303.CameraFocalPoint\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.402271616764529\"/>\n        <Element index=\"1\" value=\"0.572817104970797\"/>\n        <Element index=\"2\" value=\"-0.102791713766491\"/>\n      </Property>\n      <Property name=\"CameraFocalPointInfo\" id=\"5303.CameraFocalPointInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.402271616764529\"/>\n        <Element index=\"1\" value=\"0.572817104970797\"/>\n        <Element index=\"2\" value=\"-0.102791713766491\"/>\n      </Property>\n      <Property name=\"CameraParallelScale\" id=\"5303.CameraParallelScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.571450067549424\"/>\n      </Property>\n      <Property name=\"CameraParallelScaleInfo\" id=\"5303.CameraParallelScaleInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.571450067549424\"/>\n      </Property>\n      <Property name=\"CameraPosition\" id=\"5303.CameraPosition\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-1.86621085147196\"/>\n        <Element index=\"1\" value=\"1.83133932950499\"/>\n        <Element index=\"2\" value=\"-2.03148344564661\"/>\n      </Property>\n      <Property name=\"CameraPositionInfo\" id=\"5303.CameraPositionInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-1.86621085147196\"/>\n        <Element index=\"1\" value=\"1.83133932950499\"/>\n        <Element index=\"2\" value=\"-2.03148344564661\"/>\n      </Property>\n      <Property name=\"CameraViewAngle\" id=\"5303.CameraViewAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"30\"/>\n      </Property>\n      <Property name=\"CameraViewUp\" id=\"5303.CameraViewUp\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.542301928758132\"/>\n        <Element index=\"1\" value=\"-0.251194817240768\"/>\n        <Element index=\"2\" value=\"-0.801754190420348\"/>\n      </Property>\n      <Property name=\"CameraViewUpInfo\" id=\"5303.CameraViewUpInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.542301928758132\"/>\n        <Element index=\"1\" value=\"-0.251194817240768\"/>\n        <Element index=\"2\" value=\"-0.801754190420348\"/>\n      </Property>\n      <Property name=\"EyeAngle\" id=\"5303.EyeAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5303.EyeAngle.range\"/>\n      </Property>\n    </Proxy>\n    <ProxyCollection name=\"animation\">\n      <Item id=\"263\" name=\"AnimationScene1\"/>\n      <Item id=\"265\" name=\"TimeAnimationCue1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"layouts\">\n      <Item id=\"5304\" name=\"Layout #1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"lookup_tables\">\n      <Item id=\"4295\" name=\"vtkBlockColors.PVLookupTable\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"piecewise_functions\">\n      <Item id=\"4294\" name=\"vtkBlockColors.PiecewiseFunction\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4113\">\n      <Item id=\"5305\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4283\">\n      <Item id=\"4102\" name=\"DataAxesGrid\"/>\n      <Item id=\"4161\" name=\"GlyphType\"/>\n      <Item id=\"4172\" name=\"GlyphType\"/>\n      <Item id=\"4183\" name=\"GlyphType\"/>\n      <Item id=\"4194\" name=\"GlyphType\"/>\n      <Item id=\"4205\" name=\"GlyphType\"/>\n      <Item id=\"4216\" name=\"GlyphType\"/>\n      <Item id=\"4227\" name=\"GlyphType\"/>\n      <Item id=\"4238\" name=\"GlyphType\"/>\n      <Item id=\"4249\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4150\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4321\">\n      <Item id=\"5306\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4491\">\n      <Item id=\"4310\" name=\"DataAxesGrid\"/>\n      <Item id=\"4369\" name=\"GlyphType\"/>\n      <Item id=\"4380\" name=\"GlyphType\"/>\n      <Item id=\"4391\" name=\"GlyphType\"/>\n      <Item id=\"4402\" name=\"GlyphType\"/>\n      <Item id=\"4413\" name=\"GlyphType\"/>\n      <Item id=\"4424\" name=\"GlyphType\"/>\n      <Item id=\"4435\" name=\"GlyphType\"/>\n      <Item id=\"4446\" name=\"GlyphType\"/>\n      <Item id=\"4457\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4358\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4521\">\n      <Item id=\"5307\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4691\">\n      <Item id=\"4510\" name=\"DataAxesGrid\"/>\n      <Item id=\"4569\" name=\"GlyphType\"/>\n      <Item id=\"4580\" name=\"GlyphType\"/>\n      <Item id=\"4591\" name=\"GlyphType\"/>\n      <Item id=\"4602\" name=\"GlyphType\"/>\n      <Item id=\"4613\" name=\"GlyphType\"/>\n      <Item id=\"4624\" name=\"GlyphType\"/>\n      <Item id=\"4635\" name=\"GlyphType\"/>\n      <Item id=\"4646\" name=\"GlyphType\"/>\n      <Item id=\"4657\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4558\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4721\">\n      <Item id=\"5308\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4891\">\n      <Item id=\"4710\" name=\"DataAxesGrid\"/>\n      <Item id=\"4769\" name=\"GlyphType\"/>\n      <Item id=\"4780\" name=\"GlyphType\"/>\n      <Item id=\"4791\" name=\"GlyphType\"/>\n      <Item id=\"4802\" name=\"GlyphType\"/>\n      <Item id=\"4813\" name=\"GlyphType\"/>\n      <Item id=\"4824\" name=\"GlyphType\"/>\n      <Item id=\"4835\" name=\"GlyphType\"/>\n      <Item id=\"4846\" name=\"GlyphType\"/>\n      <Item id=\"4857\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4758\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4921\">\n      <Item id=\"5309\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.5091\">\n      <Item id=\"4910\" name=\"DataAxesGrid\"/>\n      <Item id=\"4969\" name=\"GlyphType\"/>\n      <Item id=\"4980\" name=\"GlyphType\"/>\n      <Item id=\"4991\" name=\"GlyphType\"/>\n      <Item id=\"5002\" name=\"GlyphType\"/>\n      <Item id=\"5013\" name=\"GlyphType\"/>\n      <Item id=\"5024\" name=\"GlyphType\"/>\n      <Item id=\"5035\" name=\"GlyphType\"/>\n      <Item id=\"5046\" name=\"GlyphType\"/>\n      <Item id=\"5057\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4958\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.5121\">\n      <Item id=\"5310\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.5291\">\n      <Item id=\"5110\" name=\"DataAxesGrid\"/>\n      <Item id=\"5169\" name=\"GlyphType\"/>\n      <Item id=\"5180\" name=\"GlyphType\"/>\n      <Item id=\"5191\" name=\"GlyphType\"/>\n      <Item id=\"5202\" name=\"GlyphType\"/>\n      <Item id=\"5213\" name=\"GlyphType\"/>\n      <Item id=\"5224\" name=\"GlyphType\"/>\n      <Item id=\"5235\" name=\"GlyphType\"/>\n      <Item id=\"5246\" name=\"GlyphType\"/>\n      <Item id=\"5257\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"5158\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.5303\">\n      <Item id=\"4093\" name=\"AxesGrid\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"representations\">\n      <Item id=\"4283\" name=\"GeometryRepresentation1\"/>\n      <Item id=\"4491\" name=\"GeometryRepresentation2\"/>\n      <Item id=\"4691\" name=\"GeometryRepresentation3\"/>\n      <Item id=\"4891\" name=\"GeometryRepresentation4\"/>\n      <Item id=\"5091\" name=\"GeometryRepresentation5\"/>\n      <Item id=\"5291\" name=\"GeometryRepresentation6\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"scalar_bars\">\n      <Item id=\"4301\" name=\"ScalarBarWidgetRepresentation1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"sources\">\n      <Item id=\"4321\" name=\"ExtractBlock1\"/>\n      <Item id=\"4521\" name=\"ExtractBlock2\"/>\n      <Item id=\"4721\" name=\"ExtractBlock3\"/>\n      <Item id=\"4921\" name=\"ExtractBlock4\"/>\n      <Item id=\"5121\" name=\"ExtractBlock5\"/>\n      <Item id=\"4113\" name=\"testCase.OpenFOAM\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"timekeeper\">\n      <Item id=\"259\" name=\"TimeKeeper1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"views\">\n      <Item id=\"5303\" name=\"RenderView1\"/>\n    </ProxyCollection>\n    <CustomProxyDefinitions/>\n    <Links>\n      <GlobalPropertyLink global_name=\"BackgroundColor\" proxy=\"5303\" property=\"Background\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4283\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4491\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4691\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4891\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"5091\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"5291\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4093\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"5303\" property=\"OrientationAxesOutlineColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4102\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4283\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4310\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4491\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4510\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4691\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4710\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4891\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4910\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"5091\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"5110\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"5291\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4283\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4491\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4691\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4891\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"5091\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"5291\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4283\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4283\" property=\"DiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4491\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4691\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4891\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"5091\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"5291\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"5291\" property=\"DiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4093\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4093\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4093\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4093\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4093\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4093\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5303\" property=\"AnnotationColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5303\" property=\"OrientationAxesLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4102\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4102\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4102\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4102\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4102\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4102\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4150\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4150\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4150\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4150\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4301\" property=\"LabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4301\" property=\"TitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4310\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4310\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4310\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4310\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4310\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4310\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4358\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4358\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4358\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4358\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4510\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4510\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4510\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4510\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4510\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4510\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4558\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4558\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4558\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4558\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4710\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4710\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4710\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4710\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4710\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4710\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4758\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4758\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4758\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4758\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4910\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4910\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4910\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4910\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4910\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4910\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4958\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4958\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4958\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4958\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5110\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5110\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5110\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5110\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5110\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5110\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5158\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5158\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5158\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5158\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"UseGradientBackground\" proxy=\"5303\" property=\"UseGradientBackground\"/>\n    </Links>\n  </ServerManagerState>\n  <InteractiveViewLinks/>\n</ParaView>\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/Allwclean",
    "content": "#!/bin/bash\n\nwclean libso\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/Allwmake",
    "content": "#!/bin/bash\n\nwmake libso\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/Make/files",
    "content": "customActuationDiskSource.C\n\nLIB = $(FOAM_USER_LIBBIN)/libcustomActuationDiskSource\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude \\\n    -I$(LIB_SRC)/fvOptions/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools \\\n    -lfvOptions\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/customActuationDiskSource.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"customActuationDiskSource.H\"\n\n// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //\n\nnamespace Foam\n{\nnamespace fv\n{\n    defineTypeNameAndDebug(customActuationDiskSource, 0);\n    addToRunTimeSelectionTable\n    (\n        option,\n        customActuationDiskSource,\n        dictionary\n    );\n}\n}\n\n\n// * * * * * * * * * * * * Private Member Functions  * * * * * * * * * * * //\n\nvoid Foam::fv::customActuationDiskSource::checkData() const\n{\n    if (magSqr(this->diskArea()) <= VSMALL)\n    {\n        FatalErrorInFunction\n           << \"diskArea is approximately zero\"\n           << exit(FatalIOError);\n    }\n    if ((Cp_ <= VSMALL) || (Ct_ <= VSMALL))\n    {\n        FatalErrorInFunction\n           << \"Cp and Ct must be greater than zero\"\n           << exit(FatalIOError);\n    }\n    if (mag(diskDir_) < VSMALL)\n    {\n        FatalErrorInFunction\n           << \"disk direction vector is approximately zero\"\n           << exit(FatalIOError);\n    }\n    if (returnReduce(upstreamCellId_, maxOp<label>()) == -1)\n    {\n        FatalErrorInFunction\n           << \"upstream location \" << upstreamPoint_  << \" not found in mesh\"\n           << exit(FatalIOError);\n    }\n}\n\n// * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //\n\nFoam::fv::customActuationDiskSource::customActuationDiskSource\n(\n    const word& name, // name as appears in fvOptions dictionary\n    const word& modelType, // type of this instance\n    const dictionary& dict,\n    const fvMesh& mesh\n)\n:\n    // call the base class constructor\n    option(name, modelType, dict, mesh),\n    // read control parameters from dictionary\n    diskDir_(coeffs_.lookup(\"diskDir\")),\n    diskCentre_(coeffs_.lookup(\"diskCentre\")),\n    D_(readScalar(coeffs_.lookup(\"D\"))),\n    t_(readScalar(coeffs_.lookup(\"thickness\"))),\n    Cp_(readScalar(coeffs_.lookup(\"Cp\"))),\n    Ct_(readScalar(coeffs_.lookup(\"Ct\"))),\n    upstreamPoint_(coeffs_.lookup(\"upstreamPoint\")),\n    // initialise other member fields\n    upstreamCellId_(-1),\n    V_(0.0)\n{\n    Info << tab << \"- creating actuation disk zone: \" << this->name() << endl;\n\n    // recover names of fields which are to be fed the sources into\n    coeffs_.lookup(\"fields\") >> fieldNames_;\n    // prepare a list of boolean values for each field - used by the parent class\n    // to determine whether the sources have been applied yet or not.\n    applied_.setSize(fieldNames_.size(), false);\n\n    // Locate the upstream cell used to apply velocity magnitude augment\n    upstreamCellId_ = mesh.findCell(upstreamPoint_);\n\n    // ===\n    // select cells forming part of the actuator disk\n\n    // make sure direction vector is unit length\n    diskDir_ /= mag(diskDir_);\n\n    // Create a dimensioned origin position to use with default OF mesh types\n    dimensionedVector x0 (\"x0\", dimLength, diskCentre_);\n\n    // compute distance and normal vectors from origin of the disk to use for selection\n    scalarField R (mag(mesh_.C() - x0));\n    vectorField rHat ((mesh_.C() - x0) / mag(mesh_.C() - x0));\n\n    // go over each cell in the grid and comapre it against selection criteria\n    for (label cellI = 0; cellI < mesh_.C().size(); cellI++)\n    {\n        // determine distance from cell centre to disk axis and along the normal direction\n        scalar dNormal = R[cellI] * (rHat[cellI] & diskDir_);\n        scalar dRadial = sqrt(pow(R[cellI], 2.) - pow(dNormal, 2.));\n\n        // see if the cell is within tolerance from the centre of the disk\n        if ((mag(dNormal) < t_/2.) && (dRadial < D_/2.))\n            cells_.append(cellI);\n    }\n\n    // ===\n    // Set volume information\n    V_ = 0.0;\n    forAll(cells_, i)\n        V_ += mesh_.V()[cells_[i]];\n    reduce(V_, sumOp<scalar>());\n\n    // ===\n    // validate inputs\n    checkData();\n\n    Info << tab\n         << \"- selected \" << returnReduce(cells_.size(), sumOp<label>())\n         << \" cell(s) with volume \" << V_ << endl;\n}\n\n// * * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * //\n\nvoid Foam::fv::customActuationDiskSource::addSup\n(\n    fvMatrix<vector>& eqn,\n    const label fieldi\n)\n{\n    const scalarField& cellsV = mesh_.V();\n    vectorField& Usource = eqn.source();\n    const vectorField& U = eqn.psi();\n\n    if (V() > VSMALL)\n    {\n        calculateMomentumSource\n        (\n            Usource,\n            cells_,\n            cellsV,\n            geometricOneField(),\n            U\n        );\n    }\n}\n\nvoid Foam::fv::customActuationDiskSource::addSup\n(\n    const volScalarField& rho,\n    fvMatrix<vector>& eqn,\n    const label fieldi\n)\n{\n    const scalarField& cellsV = mesh_.V();\n    vectorField& Usource = eqn.source();\n    const vectorField& U = eqn.psi();\n\n    if (V() > VSMALL)\n    {\n        calculateMomentumSource\n        (\n            Usource,\n            cells_,\n            cellsV,\n            rho,\n            U\n        );\n    }\n}\n\nbool Foam::fv::customActuationDiskSource::read(const dictionary& dict)\n{\n    if (option::read(dict))\n    {\n        coeffs_.readIfPresent(\"diskDir\", diskDir_);\n        coeffs_.readIfPresent(\"diskCentre\", diskCentre_);\n        coeffs_.readIfPresent(\"D\", D_);\n        coeffs_.readIfPresent(\"thickness\", t_);\n        coeffs_.readIfPresent(\"Cp\", Cp_);\n        coeffs_.readIfPresent(\"Ct\", Ct_);\n\n        checkData();\n\n        return true;\n    }\n    else\n    {\n        return false;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/customActuationDiskSource.H",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2017 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\nClass\n    Foam::fv::customActuationDiskSource\n\nDescription\n    Actuation disk source created directly from the mesh without using a cell set.\n    Can be used to easily adjust the position of the disk without modifying the\n    grid and topoSet dictionary.\n\n    Constant values for momentum source for actuation disk\n    \\f[\n        T = 2 \\rho A U_{o}^2 a (1-a)\n    \\f]\n    and\n    \\f[\n        U_1 = (1 - a)U_{o}\n    \\f]\n\n    where:\n    \\vartable\n        A   | disk area\n        U_o | upstream velocity resolved onto the disk normal direction\n        a   | 1 - Cp/Ct\n        U_1 | velocity at the disk\n    \\endvartable\n\nUsage\n    Example usage:\n    \\verbatim\n    upstreamPoint (-1.5 0 0); // point for sampling U_o\n    diskDir (-1.0 0.5 0); // disk normal direction (need not be unit vector)\n    diskCentre (0 0 0); // origin of the disk\n    D 1; // disk diameter\n    thickness 0.1; // thickness of the disk; NOTE: must be chosen with care to\n        // ensure enough cells are selected, use start-up print-out for guidance\n    Cp 0.386; // power and thrust coefficients\n    Ct 0.58;\n    fields (U); // names of fields to be affected by the momentum source\n    \\endverbatim\n\nSourceFiles\n    customActuationDiskSource.C\n    customActuationDiskSourceTemplates.C\n\n\\*---------------------------------------------------------------------------*/\n\n#ifndef customActuationDiskSource_H\n#define customActuationDiskSource_H\n\n#include \"fvCFD.H\"\n#include \"fvOption.H\"\n#include \"fvMesh.H\"\n#include \"fvMatrix.H\"\n#include \"geometricOneField.H\"\n#include \"addToRunTimeSelectionTable.H\"\n#include \"volFields.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\nnamespace fv\n{\n\n/*---------------------------------------------------------------------------*\\\n                     Class customActuationDiskSource Declaration\n\\*---------------------------------------------------------------------------*/\n\nclass customActuationDiskSource\n:\n    public option\n{\n\nprotected:\n\n    // Protected data\n\n        // ---\n        // specified in the dictionary\n\n        //- Disk area normal\n        vector diskDir_;\n\n        // centre of the disk\n        point diskCentre_;\n\n        // disk diameter\n        scalar D_;\n\n        // disk thicknesss\n        scalar t_;\n\n        // Power coefficient\n        scalar Cp_;\n\n        // Thrust coefficient\n        scalar Ct_;\n\n        //- Upstream point sample\n        point upstreamPoint_;\n\n        // ---\n        // calculated\n\n        // Upstream cell ID\n        label upstreamCellId_;\n\n        // Set of cells to apply the source to\n        labelList cells_;\n\n        // Sum of cell volumes\n        scalar V_;\n\nprivate:\n\n    // Private Member Functions\n\n        // Check validity of the input data from the dictionary\n        void checkData() const;\n\n        // Add momentum source to the UEqn\n        template<class RhoFieldType>\n        void calculateMomentumSource\n        (\n            vectorField& Usource,\n            const labelList& cells,\n            const scalarField& V,\n            const RhoFieldType& rho,\n            const vectorField& U\n        ) const;\n\n        //- Disallow default bitwise copy construct\n        customActuationDiskSource(const customActuationDiskSource&);\n\n        //- Disallow default bitwise assignment\n        void operator=(const customActuationDiskSource&);\n\npublic:\n\n    //- Runtime type information\n    TypeName(\"customActuationDiskSource\");\n\n    // Constructors\n\n        //- Construct from components\n        customActuationDiskSource\n        (\n            const word& name,\n            const word& modelType,\n            const dictionary& dict,\n            const fvMesh& mesh\n        );\n\n    //- Destructor\n    virtual ~customActuationDiskSource()\n    {}\n\n    // Member Functions\n\n        // Access\n\n            // Return Cp\n            scalar Cp() const\n            {\n                return Cp_;\n            }\n\n            // Return Ct\n            scalar Ct() const\n            {\n                return Ct_;\n            }\n\n            // Normal disk direction\n            const vector& diskDir() const\n            {\n                return diskDir_;\n            }\n\n            // Disk area\n            inline scalar diskArea() const\n            {\n                return constant::mathematical::pi * pow(D_/2., 2.);\n            }\n\n            // Total volume of enclosed cells\n            scalar V() const\n            {\n                return V_;\n            }\n\n         // explicit and implicit contributions to the field being modified\n\n            //- Source term to momentum equation\n            virtual void addSup\n            (\n                fvMatrix<vector>& eqn,\n                const label fieldi\n            );\n\n            //- Source term to compressible momentum equation\n            virtual void addSup\n            (\n                const volScalarField& rho,\n                fvMatrix<vector>& eqn,\n                const label fieldi\n            );\n\n        // IO\n\n            //- Read dictionary\n            virtual bool read(const dictionary& dict);\n};\n\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n} // End namespace fv\n} // End namespace Foam\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#ifdef NoRepository\n    #include \"customActuationDiskSourceTemplates.C\"\n#endif\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#endif\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/customActuationDiskSourceTemplates.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"customActuationDiskSource.H\"\n\n// * * * * * * * * * * * * * * *  Member Functions * * * * * * * * * * * * * //\n\ntemplate<class RhoFieldType>\nvoid Foam::fv::customActuationDiskSource::calculateMomentumSource\n(\n    vectorField& Usource,\n    const labelList& cells,\n    const scalarField& Vcells,\n    const RhoFieldType& rho,\n    const vectorField& U\n) const\n{\n    // induced velocity coefficient\n    scalar a = 1.0 - Cp_/Ct_;\n\n    // find minimum velocity and density upstream of the actuator disk\n    vector upU = vector(VGREAT, VGREAT, VGREAT);\n    scalar upRho = VGREAT;\n    if (upstreamCellId_ != -1)\n    {\n        upU =  U[upstreamCellId_];\n        upRho = rho[upstreamCellId_];\n    }\n    reduce(upU, minOp<vector>());\n    reduce(upRho, minOp<scalar>());\n\n    // resolve the upstream velocity to get component normal to the disk\n    upU *= (upU/mag(upU)) & (-1.*diskDir_);\n\n    // calculate thrust\n    // Units: [(kg m-3) * m2 * (m s-1) = (kg s-1)]\n    scalar T = 2.0*upRho*diskArea()*mag(upU)*a*(1 - a);\n\n    // distribute the total force around the disk proportionally to the volume of each cell\n    forAll(cells, i)\n    {\n        // Units: [m3 * m-3 * (kg s-1) * (-) * (m s-1) = (kg m s-2) = (N)]\n        Usource[cells[i]] += ((Vcells[cells[i]]/V()) * T * diskDir_ * mag(upU));\n    }\n\n    // show a quick summary\n    Info << this->name() << \": added thrust = \" << T << nl << endl;\n\n    // ===\n    // output a summary field highlighting active cells and showing thrust distribution\n    if (mesh_.time().outputTime())\n    {\n        volVectorField momentumSourceField\n        (\n            IOobject\n            (\n                \"momentumSourceField\",\n                mesh_.time().timeName(),\n                mesh_,\n                IOobject::NO_READ,\n                IOobject::AUTO_WRITE\n            ),\n            mesh_,\n            vector::zero\n        );\n        forAll(cells_, i)\n            momentumSourceField[cells[i]] = Usource[cells[i]];\n        momentumSourceField.write();\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (1 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value\t\t$internalField;\n    }\n    outlet\n    {\n        type            pressureInletOutletVelocity;\n        phi             phi;\n        value           $internalField;\n    }\n    \"(top|bottom|side.*)\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.2                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [ 0 2 -2 0 0 0 0 ];\n\ninternalField   uniform 0.1;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n    \"(top|bottom|side.*)\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n    \"(top|bottom|side.*)\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/0/omega",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.2                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      omega;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [ 0 0 -1 0 0 0 0 ];\n\ninternalField   uniform 0.2;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n    \"(top|bottom|side.*)\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            zeroGradient;\n    }\n    outlet\n    {\n        type\t\tfixedValue;\n\t\tvalue\t\t$internalField;\n    }\n    \"(top|bottom|side.*)\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -rf 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nsimpleFoam\necho \"Now run: paraview --state=viewData.pvsm\"\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/constant/fvOptions",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      fvOptions;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactuationDisk\n{\n    type customActuationDiskSource;\n\n    upstreamPoint (-1.5 0 0);\n    diskDir (-1.0 0.5 0);\n    diskCentre (0 0 0);\n    D 1;\n    thickness 0.1;\n    Cp 0.386;\n    Ct 0.58;\n\n    fields (U);\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ntransportModel Newtonian;\nnu              [0 2 -1 0 0 0 0] 1e-6;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------* \\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType RAS;\n\nRAS\n{\n\tRASModel\tkOmegaSST;\n\tturbulence      off;\n\tprintCoeffs     on;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 1;\n\nxu -2;\nxd 4;\nyzp 1;\nyzn -1;\n\nnx 60;\nnyz 20;\n\nvertices\n(\n    ($xu $yzn $yzn)\n    ($xd $yzn $yzn)\n    ($xd $yzp $yzn)\n    ($xu $yzp $yzn)\n    ($xu $yzn $yzp)\n    ($xd $yzn $yzp)\n    ($xd $yzp $yzp)\n    ($xu $yzp $yzp)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) ($nx $nyz $nyz) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    side0\n    {\n        type symmetryPlane;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    side1\n    {\n        type symmetryPlane;\n        faces\n        (\n            (1 5 4 0)\n        );\n    }\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 4 7 3)\n        );\n    }\n    outlet\n    {\n        type wall;\n        faces\n        (\n            (2 6 5 1)\n        );\n    }\n    bottom\n    {\n        type symmetryPlane;\n        faces\n        (\n            (0 3 2 1)\n        );\n    }\n    top\n    {\n        type symmetryPlane;\n        faces\n        (\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication                simpleFoam;\n\nstartFrom                  startTime;\n\nstartTime                  0;\n\nstopAt                     endTime;\n\nendTime 400;\n//endTime 1;\n\ndeltaT                     1;\n\nwriteControl               timeStep;\n\nwriteInterval 100;\n\npurgeWrite                 1;\n\nwriteFormat                ascii;\n\nwritePrecision             6;\n\ntimePrecision\t\t\t   6;\n\nwriteCompression           uncompressed;\n\ntimeFormat                 general;\n\nrunTimeModifiable          yes;\n\n// include the custom library\nlibs (\"libcustomActuationDiskSource.so\");\n\nfunctions\n{\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default\t\tsteadyState;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n    grad(U)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwindV grad(U);\n    div(phi,k) bounded Gauss upwind;\n    div(phi,omega) bounded Gauss upwind;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nfluxRequired\n{\n    default         no;\n    p;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver           GAMG;\n        smoother         DICGaussSeidel;\n        tolerance        1e-20;\n        relTol           1e-1;\n        nPreSweeps       1;\n        nPostSweeps      2;\n        cacheAgglomeration on;\n        nCellsInCoarsestLevel 10;\n        agglomerator     faceAreaPair;\n        nCellsInCoarsestLevel 10;\n        mergeLevels      1;\n        maxIter\t25;\n        minIter 1;\n    }\n\n    U\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        tolerance        1e-20;\n        relTol           1e-1;\n        nSweeps          2;\n    }\n\n    \"(k|omega)\"\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        tolerance        1e-20;\n        relTol           1e-2;\n        nSweeps          2;\n        maxIter 25;\n    }\n}\n\nSIMPLE\n{\n    nNonOrthogonalCorrectors 1;\n    \n    residualControl\n    {\n    \tp\t\t\t1e-8;\n    \tU\t\t\t1e-8;\n    \tnuTilda\t\t1e-8;\n    }\n}\n\nrelaxationFactors\n{\n\tfields\n\t{\n\t\tp   0.4;\n\t}\n\tequations\n\t{\n\t\tU\t0.7;\n\t\t\"(k|omega)\"   0.6;\n\t}\n}\n\ncache\n{\n\tgrad(U);\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OFtutorial12_momentumSource/testCase/viewData.pvsm",
    "content": "<ParaView>\n  <ServerManagerState version=\"5.4.0\">\n    <Proxy group=\"animation\" type=\"AnimationScene\" id=\"263\" servers=\"16\">\n      <Property name=\"AnimationTime\" id=\"263.AnimationTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n      </Property>\n      <Property name=\"Cues\" id=\"263.Cues\" number_of_elements=\"1\">\n        <Proxy value=\"265\"/>\n        <Domain name=\"groups\" id=\"263.Cues.groups\"/>\n      </Property>\n      <Property name=\"Duration\" id=\"263.Duration\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"EndTime\" id=\"263.EndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n      </Property>\n      <Property name=\"FramesPerTimestep\" id=\"263.FramesPerTimestep\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"263.FramesPerTimestep.range\"/>\n      </Property>\n      <Property name=\"GoToFirst\" id=\"263.GoToFirst\"/>\n      <Property name=\"GoToLast\" id=\"263.GoToLast\"/>\n      <Property name=\"GoToNext\" id=\"263.GoToNext\"/>\n      <Property name=\"GoToPrevious\" id=\"263.GoToPrevious\"/>\n      <Property name=\"LockEndTime\" id=\"263.LockEndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.LockEndTime.bool\"/>\n      </Property>\n      <Property name=\"LockStartTime\" id=\"263.LockStartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.LockStartTime.bool\"/>\n      </Property>\n      <Property name=\"Loop\" id=\"263.Loop\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"263.Loop.bool\"/>\n      </Property>\n      <Property name=\"NumberOfFrames\" id=\"263.NumberOfFrames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"263.NumberOfFrames.range\"/>\n      </Property>\n      <Property name=\"Play\" id=\"263.Play\"/>\n      <Property name=\"PlayMode\" id=\"263.PlayMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"263.PlayMode.enum\">\n          <Entry value=\"0\" text=\"Sequence\"/>\n          <Entry value=\"1\" text=\"Real Time\"/>\n          <Entry value=\"2\" text=\"Snap To TimeSteps\"/>\n        </Domain>\n      </Property>\n      <Property name=\"StartTime\" id=\"263.StartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Stop\" id=\"263.Stop\"/>\n      <Property name=\"TimeKeeper\" id=\"263.TimeKeeper\" number_of_elements=\"1\">\n        <Proxy value=\"259\"/>\n      </Property>\n      <Property name=\"ViewModules\" id=\"263.ViewModules\" number_of_elements=\"1\">\n        <Proxy value=\"5005\"/>\n        <Domain name=\"groups\" id=\"263.ViewModules.groups\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"animation\" type=\"TimeAnimationCue\" id=\"265\" servers=\"16\">\n      <Property name=\"AnimatedDomainName\" id=\"265.AnimatedDomainName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"AnimatedElement\" id=\"265.AnimatedElement\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"AnimatedPropertyName\" id=\"265.AnimatedPropertyName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Time\"/>\n      </Property>\n      <Property name=\"AnimatedProxy\" id=\"265.AnimatedProxy\" number_of_elements=\"1\">\n        <Proxy value=\"259\"/>\n        <Domain name=\"groups\" id=\"265.AnimatedProxy.groups\"/>\n      </Property>\n      <Property name=\"Enabled\" id=\"265.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"265.Enabled.bool\"/>\n      </Property>\n      <Property name=\"EndTime\" id=\"265.EndTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"KeyFrames\" id=\"265.KeyFrames\">\n        <Domain name=\"groups\" id=\"265.KeyFrames.groups\"/>\n      </Property>\n      <Property name=\"LastAddedKeyFrameIndex\" id=\"265.LastAddedKeyFrameIndex\"/>\n      <Property name=\"StartTime\" id=\"265.StartTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"TimeMode\" id=\"265.TimeMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"265.TimeMode.enum\">\n          <Entry value=\"0\" text=\"Normalized\"/>\n          <Entry value=\"1\" text=\"Relative\"/>\n        </Domain>\n      </Property>\n      <Property name=\"UseAnimationTime\" id=\"265.UseAnimationTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"265.UseAnimationTime.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"ViewLayout\" id=\"5006\" servers=\"16\">\n      <Property name=\"ShowWindowDecorations\" id=\"5006.ShowWindowDecorations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Layout number_of_elements=\"1\">\n        <Item direction=\"0\" fraction=\"0.5\" view=\"5005\"/>\n      </Layout>\n    </Proxy>\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"4989\" servers=\"21\">\n      <Property name=\"AboveRangeColor\" id=\"4989.AboveRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n      </Property>\n      <Property name=\"ActiveAnnotatedValues\" id=\"4989.ActiveAnnotatedValues\"/>\n      <Property name=\"AllowDuplicateScalars\" id=\"4989.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4989.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Annotations\" id=\"4989.Annotations\"/>\n      <Property name=\"BelowRangeColor\" id=\"4989.BelowRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Build\" id=\"4989.Build\"/>\n      <Property name=\"ColorSpace\" id=\"4989.ColorSpace\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4989.ColorSpace.enum\">\n          <Entry value=\"0\" text=\"RGB\"/>\n          <Entry value=\"1\" text=\"HSV\"/>\n          <Entry value=\"2\" text=\"Lab\"/>\n          <Entry value=\"3\" text=\"Diverging\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Discretize\" id=\"4989.Discretize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4989.Discretize.bool\"/>\n      </Property>\n      <Property name=\"EnableOpacityMapping\" id=\"4989.EnableOpacityMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.EnableOpacityMapping.bool\"/>\n      </Property>\n      <Property name=\"HSVWrap\" id=\"4989.HSVWrap\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.HSVWrap.bool\"/>\n      </Property>\n      <Property name=\"IndexedColors\" id=\"4989.IndexedColors\"/>\n      <Property name=\"IndexedLookup\" id=\"4989.IndexedLookup\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.IndexedLookup.bool\"/>\n      </Property>\n      <Property name=\"LockScalarRange\" id=\"4989.LockScalarRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.LockScalarRange.bool\"/>\n      </Property>\n      <Property name=\"NanColor\" id=\"4989.NanColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.498039215686\"/>\n        <Element index=\"1\" value=\"0.498039215686\"/>\n        <Element index=\"2\" value=\"0.498039215686\"/>\n      </Property>\n      <Property name=\"NumberOfTableValues\" id=\"4989.NumberOfTableValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"17\"/>\n        <Domain name=\"range\" id=\"4989.NumberOfTableValues.range\"/>\n      </Property>\n      <Property name=\"RGBPoints\" id=\"4989.RGBPoints\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"-0.00670548722605484\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0.00572507589504713\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"RescaleOnVisibilityChange\" id=\"4989.RescaleOnVisibilityChange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.RescaleOnVisibilityChange.bool\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4989.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4988\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4989.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4989.ScalarRangeInitialized.bool\"/>\n      </Property>\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"4989.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.ShowIndexedColorActiveValues.bool\"/>\n      </Property>\n      <Property name=\"UseAboveRangeColor\" id=\"4989.UseAboveRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.UseAboveRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseBelowRangeColor\" id=\"4989.UseBelowRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.UseBelowRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseLogScale\" id=\"4989.UseLogScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4989.UseLogScale.bool\"/>\n      </Property>\n      <Property name=\"VectorComponent\" id=\"4989.VectorComponent\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4989.VectorComponent.range\"/>\n      </Property>\n      <Property name=\"VectorMode\" id=\"4989.VectorMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4989.VectorMode.enum\">\n          <Entry value=\"0\" text=\"Magnitude\"/>\n          <Entry value=\"1\" text=\"Component\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"4936\" servers=\"21\">\n      <Property name=\"AboveRangeColor\" id=\"4936.AboveRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n      </Property>\n      <Property name=\"ActiveAnnotatedValues\" id=\"4936.ActiveAnnotatedValues\"/>\n      <Property name=\"AllowDuplicateScalars\" id=\"4936.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4936.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Annotations\" id=\"4936.Annotations\"/>\n      <Property name=\"BelowRangeColor\" id=\"4936.BelowRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Build\" id=\"4936.Build\"/>\n      <Property name=\"ColorSpace\" id=\"4936.ColorSpace\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4936.ColorSpace.enum\">\n          <Entry value=\"0\" text=\"RGB\"/>\n          <Entry value=\"1\" text=\"HSV\"/>\n          <Entry value=\"2\" text=\"Lab\"/>\n          <Entry value=\"3\" text=\"Diverging\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Discretize\" id=\"4936.Discretize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4936.Discretize.bool\"/>\n      </Property>\n      <Property name=\"EnableOpacityMapping\" id=\"4936.EnableOpacityMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.EnableOpacityMapping.bool\"/>\n      </Property>\n      <Property name=\"HSVWrap\" id=\"4936.HSVWrap\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.HSVWrap.bool\"/>\n      </Property>\n      <Property name=\"IndexedColors\" id=\"4936.IndexedColors\"/>\n      <Property name=\"IndexedLookup\" id=\"4936.IndexedLookup\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.IndexedLookup.bool\"/>\n      </Property>\n      <Property name=\"LockScalarRange\" id=\"4936.LockScalarRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.LockScalarRange.bool\"/>\n      </Property>\n      <Property name=\"NanColor\" id=\"4936.NanColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.498039215686\"/>\n        <Element index=\"1\" value=\"0.498039215686\"/>\n        <Element index=\"2\" value=\"0.498039215686\"/>\n      </Property>\n      <Property name=\"NumberOfTableValues\" id=\"4936.NumberOfTableValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"17\"/>\n        <Domain name=\"range\" id=\"4936.NumberOfTableValues.range\"/>\n      </Property>\n      <Property name=\"RGBPoints\" id=\"4936.RGBPoints\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0.986311018466951\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"1.04339184155195\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"RescaleOnVisibilityChange\" id=\"4936.RescaleOnVisibilityChange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.RescaleOnVisibilityChange.bool\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4936.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4935\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4936.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4936.ScalarRangeInitialized.bool\"/>\n      </Property>\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"4936.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.ShowIndexedColorActiveValues.bool\"/>\n      </Property>\n      <Property name=\"UseAboveRangeColor\" id=\"4936.UseAboveRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.UseAboveRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseBelowRangeColor\" id=\"4936.UseBelowRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.UseBelowRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseLogScale\" id=\"4936.UseLogScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4936.UseLogScale.bool\"/>\n      </Property>\n      <Property name=\"VectorComponent\" id=\"4936.VectorComponent\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4936.VectorComponent.range\"/>\n      </Property>\n      <Property name=\"VectorMode\" id=\"4936.VectorMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4936.VectorMode.enum\">\n          <Entry value=\"0\" text=\"Magnitude\"/>\n          <Entry value=\"1\" text=\"Component\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"4761\" servers=\"21\">\n      <Property name=\"AboveRangeColor\" id=\"4761.AboveRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n      </Property>\n      <Property name=\"ActiveAnnotatedValues\" id=\"4761.ActiveAnnotatedValues\"/>\n      <Property name=\"AllowDuplicateScalars\" id=\"4761.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4761.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Annotations\" id=\"4761.Annotations\"/>\n      <Property name=\"BelowRangeColor\" id=\"4761.BelowRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Build\" id=\"4761.Build\"/>\n      <Property name=\"ColorSpace\" id=\"4761.ColorSpace\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4761.ColorSpace.enum\">\n          <Entry value=\"0\" text=\"RGB\"/>\n          <Entry value=\"1\" text=\"HSV\"/>\n          <Entry value=\"2\" text=\"Lab\"/>\n          <Entry value=\"3\" text=\"Diverging\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Discretize\" id=\"4761.Discretize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4761.Discretize.bool\"/>\n      </Property>\n      <Property name=\"EnableOpacityMapping\" id=\"4761.EnableOpacityMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.EnableOpacityMapping.bool\"/>\n      </Property>\n      <Property name=\"HSVWrap\" id=\"4761.HSVWrap\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.HSVWrap.bool\"/>\n      </Property>\n      <Property name=\"IndexedColors\" id=\"4761.IndexedColors\"/>\n      <Property name=\"IndexedLookup\" id=\"4761.IndexedLookup\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.IndexedLookup.bool\"/>\n      </Property>\n      <Property name=\"LockScalarRange\" id=\"4761.LockScalarRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.LockScalarRange.bool\"/>\n      </Property>\n      <Property name=\"NanColor\" id=\"4761.NanColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.498039215686\"/>\n        <Element index=\"1\" value=\"0.498039215686\"/>\n        <Element index=\"2\" value=\"0.498039215686\"/>\n      </Property>\n      <Property name=\"NumberOfTableValues\" id=\"4761.NumberOfTableValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"17\"/>\n        <Domain name=\"range\" id=\"4761.NumberOfTableValues.range\"/>\n      </Property>\n      <Property name=\"RGBPoints\" id=\"4761.RGBPoints\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0.000564621237572283\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0.00225848495028913\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"RescaleOnVisibilityChange\" id=\"4761.RescaleOnVisibilityChange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.RescaleOnVisibilityChange.bool\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4761.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4760\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4761.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4761.ScalarRangeInitialized.bool\"/>\n      </Property>\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"4761.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.ShowIndexedColorActiveValues.bool\"/>\n      </Property>\n      <Property name=\"UseAboveRangeColor\" id=\"4761.UseAboveRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.UseAboveRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseBelowRangeColor\" id=\"4761.UseBelowRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.UseBelowRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseLogScale\" id=\"4761.UseLogScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4761.UseLogScale.bool\"/>\n      </Property>\n      <Property name=\"VectorComponent\" id=\"4761.VectorComponent\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4761.VectorComponent.range\"/>\n      </Property>\n      <Property name=\"VectorMode\" id=\"4761.VectorMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4761.VectorMode.enum\">\n          <Entry value=\"0\" text=\"Magnitude\"/>\n          <Entry value=\"1\" text=\"Component\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"4769\" servers=\"21\">\n      <Property name=\"AboveRangeColor\" id=\"4769.AboveRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n      </Property>\n      <Property name=\"ActiveAnnotatedValues\" id=\"4769.ActiveAnnotatedValues\"/>\n      <Property name=\"AllowDuplicateScalars\" id=\"4769.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4769.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Annotations\" id=\"4769.Annotations\"/>\n      <Property name=\"BelowRangeColor\" id=\"4769.BelowRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Build\" id=\"4769.Build\"/>\n      <Property name=\"ColorSpace\" id=\"4769.ColorSpace\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4769.ColorSpace.enum\">\n          <Entry value=\"0\" text=\"RGB\"/>\n          <Entry value=\"1\" text=\"HSV\"/>\n          <Entry value=\"2\" text=\"Lab\"/>\n          <Entry value=\"3\" text=\"Diverging\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Discretize\" id=\"4769.Discretize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4769.Discretize.bool\"/>\n      </Property>\n      <Property name=\"EnableOpacityMapping\" id=\"4769.EnableOpacityMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.EnableOpacityMapping.bool\"/>\n      </Property>\n      <Property name=\"HSVWrap\" id=\"4769.HSVWrap\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.HSVWrap.bool\"/>\n      </Property>\n      <Property name=\"IndexedColors\" id=\"4769.IndexedColors\"/>\n      <Property name=\"IndexedLookup\" id=\"4769.IndexedLookup\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.IndexedLookup.bool\"/>\n      </Property>\n      <Property name=\"LockScalarRange\" id=\"4769.LockScalarRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.LockScalarRange.bool\"/>\n      </Property>\n      <Property name=\"NanColor\" id=\"4769.NanColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.498039215686\"/>\n        <Element index=\"1\" value=\"0.498039215686\"/>\n        <Element index=\"2\" value=\"0.498039215686\"/>\n      </Property>\n      <Property name=\"NumberOfTableValues\" id=\"4769.NumberOfTableValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"17\"/>\n        <Domain name=\"range\" id=\"4769.NumberOfTableValues.range\"/>\n      </Property>\n      <Property name=\"RGBPoints\" id=\"4769.RGBPoints\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0.00451696990057826\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0.00451792357489467\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"RescaleOnVisibilityChange\" id=\"4769.RescaleOnVisibilityChange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.RescaleOnVisibilityChange.bool\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4769.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4768\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4769.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4769.ScalarRangeInitialized.bool\"/>\n      </Property>\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"4769.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.ShowIndexedColorActiveValues.bool\"/>\n      </Property>\n      <Property name=\"UseAboveRangeColor\" id=\"4769.UseAboveRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.UseAboveRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseBelowRangeColor\" id=\"4769.UseBelowRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.UseBelowRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseLogScale\" id=\"4769.UseLogScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4769.UseLogScale.bool\"/>\n      </Property>\n      <Property name=\"VectorComponent\" id=\"4769.VectorComponent\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4769.VectorComponent.range\"/>\n      </Property>\n      <Property name=\"VectorMode\" id=\"4769.VectorMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4769.VectorMode.enum\">\n          <Entry value=\"0\" text=\"Magnitude\"/>\n          <Entry value=\"1\" text=\"Component\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"lookup_tables\" type=\"PVLookupTable\" id=\"4997\" servers=\"21\">\n      <Property name=\"AboveRangeColor\" id=\"4997.AboveRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n      </Property>\n      <Property name=\"ActiveAnnotatedValues\" id=\"4997.ActiveAnnotatedValues\"/>\n      <Property name=\"AllowDuplicateScalars\" id=\"4997.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4997.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Annotations\" id=\"4997.Annotations\"/>\n      <Property name=\"BelowRangeColor\" id=\"4997.BelowRangeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Build\" id=\"4997.Build\"/>\n      <Property name=\"ColorSpace\" id=\"4997.ColorSpace\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4997.ColorSpace.enum\">\n          <Entry value=\"0\" text=\"RGB\"/>\n          <Entry value=\"1\" text=\"HSV\"/>\n          <Entry value=\"2\" text=\"Lab\"/>\n          <Entry value=\"3\" text=\"Diverging\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Discretize\" id=\"4997.Discretize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4997.Discretize.bool\"/>\n      </Property>\n      <Property name=\"EnableOpacityMapping\" id=\"4997.EnableOpacityMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.EnableOpacityMapping.bool\"/>\n      </Property>\n      <Property name=\"HSVWrap\" id=\"4997.HSVWrap\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.HSVWrap.bool\"/>\n      </Property>\n      <Property name=\"IndexedColors\" id=\"4997.IndexedColors\"/>\n      <Property name=\"IndexedLookup\" id=\"4997.IndexedLookup\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.IndexedLookup.bool\"/>\n      </Property>\n      <Property name=\"LockScalarRange\" id=\"4997.LockScalarRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.LockScalarRange.bool\"/>\n      </Property>\n      <Property name=\"NanColor\" id=\"4997.NanColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.498039215686\"/>\n        <Element index=\"1\" value=\"0.498039215686\"/>\n        <Element index=\"2\" value=\"0.498039215686\"/>\n      </Property>\n      <Property name=\"NumberOfTableValues\" id=\"4997.NumberOfTableValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"17\"/>\n        <Domain name=\"range\" id=\"4997.NumberOfTableValues.range\"/>\n      </Property>\n      <Property name=\"RGBPoints\" id=\"4997.RGBPoints\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"-0.235979005694389\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0.148020505905151\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"RescaleOnVisibilityChange\" id=\"4997.RescaleOnVisibilityChange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.RescaleOnVisibilityChange.bool\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4997.ScalarOpacityFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4996\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4997.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4997.ScalarRangeInitialized.bool\"/>\n      </Property>\n      <Property name=\"ShowIndexedColorActiveValues\" id=\"4997.ShowIndexedColorActiveValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.ShowIndexedColorActiveValues.bool\"/>\n      </Property>\n      <Property name=\"UseAboveRangeColor\" id=\"4997.UseAboveRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.UseAboveRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseBelowRangeColor\" id=\"4997.UseBelowRangeColor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.UseBelowRangeColor.bool\"/>\n      </Property>\n      <Property name=\"UseLogScale\" id=\"4997.UseLogScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4997.UseLogScale.bool\"/>\n      </Property>\n      <Property name=\"VectorComponent\" id=\"4997.VectorComponent\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4997.VectorComponent.range\"/>\n      </Property>\n      <Property name=\"VectorMode\" id=\"4997.VectorMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4997.VectorMode.enum\">\n          <Entry value=\"0\" text=\"Magnitude\"/>\n          <Entry value=\"1\" text=\"Component\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4988\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4988.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4988.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4988.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"-0.00670548722605484\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.00572507589504713\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4988.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4988.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4935\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4935.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4935.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4935.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0.986311018466951\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"1.04339184155195\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4935.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4935.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4760\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4760.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4760.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4760.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0.000564621237572283\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.00225848495028913\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4760.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4760.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4768\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4768.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4768.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4768.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"0.00451696990057826\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.00451792357489467\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4768.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4768.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4996\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4996.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4996.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4996.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"-0.235979005694389\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0.148020505905151\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4996.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4996.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5007\" servers=\"16\">\n      <Property name=\"Source\" id=\"5007.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4128\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4117\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4117.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4117.Input\">\n        <Domain name=\"input_array_any\" id=\"4117.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4117.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4117.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4117.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4117.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4117.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4117.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4117.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4117.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4117.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4117.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4117.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4117.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4117.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4117.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4117.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4117.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4117.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4117.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4117.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4117.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4117.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4117.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4117.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4117.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4117.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4117.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4117.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4117.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4117.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4117.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4117.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4117.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4117.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4117.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4117.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4117.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4117.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4117.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4117.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4117.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4117.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4117.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4117.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4117.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4117.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4117.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4117.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4117.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4117.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4117.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4117.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4117.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4117.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4117.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4117.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4117.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4117.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4117.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4117.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4117.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4117.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4117.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4117.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4117.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4117.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4117.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4117.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4117.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4117.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4117.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4117.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4117.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4117.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4117.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4117.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4117.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4117.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4117.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4117.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4117.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4117.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4117.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4117.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4117.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4117.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4117.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4117.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4117.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4117.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4117.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4117.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4117.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4117.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4117.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4117.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4117.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4176\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4176.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4176.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4176.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4176.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4176.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4176.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4176.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4176.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4176.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4176.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4176.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4176.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4187\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4187.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4187.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4187.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4187.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4187.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4187.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4187.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4187.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4187.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4187.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4187.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4187.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4198\" servers=\"1\">\n      <Property name=\"Center\" id=\"4198.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4198.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4198.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4198.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4198.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4198.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4198.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4198.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4209\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4209.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4209.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4209.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4209.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4209.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4209.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4209.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4209.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4209.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4209.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4220\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4220.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4220.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4220.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4220.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4220.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4220.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4231\" servers=\"1\">\n      <Property name=\"Center\" id=\"4231.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4231.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4231.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4231.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4231.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4231.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4231.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4231.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4231.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4231.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4231.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4231.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4231.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4231.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4231.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4231.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4242\" servers=\"1\">\n      <Property name=\"Center\" id=\"4242.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4242.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4242.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4242.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4242.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4242.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4253\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4253.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4253.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4253.Input\">\n        <Domain name=\"groups\" id=\"4253.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4253.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4264\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4264.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4264.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4264.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"370.074981689453\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"409.787658691406\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4264.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4264.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4165\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4165.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4165.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4165.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4165.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4165.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4165.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4165.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4165.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4165.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4165.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4165.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4165.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4165.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4165.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4165.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4165.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4165.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4165.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4165.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4165.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4165.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4165.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4165.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4165.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4165.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4165.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4165.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4165.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4165.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4165.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4128\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4165.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4165.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4165.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4165.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4165.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4165.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4165.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4165.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4165.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4165.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4165.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4165.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4165.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4165.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4165.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4165.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4165.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4165.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4165.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4165.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4165.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4165.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4165.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4165.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4165.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4165.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4165.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4165.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4165.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4165.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4165.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4165.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4165.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4165.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4165.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4165.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4165.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4165.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4165.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4165.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4165.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4165.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4165.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4165.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4165.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4165.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4165.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4165.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4165.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4165.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4165.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4165.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4165.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4165.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4165.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4165.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4165.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4165.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4165.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4165.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4165.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4165.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4165.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4165.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4165.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4165.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4165.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4165.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4165.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4165.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4165.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4165.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4165.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4165.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4165.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4165.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4165.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4165.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4165.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4165.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4165.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4165.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4165.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4165.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4165.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4165.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4165.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4165.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4165.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4165.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5008\" servers=\"16\">\n      <Property name=\"Source\" id=\"5008.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4345\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4334\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4334.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4334.Input\">\n        <Domain name=\"input_array_any\" id=\"4334.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4334.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4334.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4334.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4334.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4334.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4334.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4334.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4334.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4334.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4334.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4334.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4334.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4334.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4334.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4334.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4334.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4334.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4334.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4334.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4334.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4334.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4334.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4334.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4334.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4334.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4334.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4334.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4334.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4334.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4334.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4334.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4334.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4334.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4334.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4334.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4334.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4334.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4334.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4334.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4334.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4334.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4334.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4334.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4334.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4334.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4334.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4334.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4334.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4334.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4334.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4334.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4334.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4334.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4334.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4334.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4334.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4334.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4334.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4334.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4334.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4334.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4334.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4334.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4334.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4334.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4334.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4334.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4334.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4334.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4334.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4334.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4334.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4334.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4334.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4334.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4334.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4334.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4334.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4334.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4334.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4334.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4334.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4334.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4334.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4334.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4334.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4334.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4334.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4334.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4334.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4334.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4334.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4334.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4334.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4334.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4334.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4393\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4393.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4393.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4393.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4393.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4393.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4393.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4393.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4393.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4393.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4393.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4393.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4393.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4404\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4404.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4404.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4404.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4404.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4404.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4404.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4404.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4404.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4404.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4404.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4404.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4404.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4415\" servers=\"1\">\n      <Property name=\"Center\" id=\"4415.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4415.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4415.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4415.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4415.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4415.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4415.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4415.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4426\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4426.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4426.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4426.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4426.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4426.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4426.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4426.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4426.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4426.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4426.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4437\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4437.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4437.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4437.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4437.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4437.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4437.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4448\" servers=\"1\">\n      <Property name=\"Center\" id=\"4448.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4448.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4448.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4448.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4448.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4448.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4448.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4448.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4448.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4448.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4448.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4448.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4448.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4448.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4448.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4448.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4459\" servers=\"1\">\n      <Property name=\"Center\" id=\"4459.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4459.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4459.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4459.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4459.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4459.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4470\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4470.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4470.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4470.Input\">\n        <Domain name=\"groups\" id=\"4470.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4470.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4481\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4481.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4481.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4481.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"370.074981689453\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"409.787658691406\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4481.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4481.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4382\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4382.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4382.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4382.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4382.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4382.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4382.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4382.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4382.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4382.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4382.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4382.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4382.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4382.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4382.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4382.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4382.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4382.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4382.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4382.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4382.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4382.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4382.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4382.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4382.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4382.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4382.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4382.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4382.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4382.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4382.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4345\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4382.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4382.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4382.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4382.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4382.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4382.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4382.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4382.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4382.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4382.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4382.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4382.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4382.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4382.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4382.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4382.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4382.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4382.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4382.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4382.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4382.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4382.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4382.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4382.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4382.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4382.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4382.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4382.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4382.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4382.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4382.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4382.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4382.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4382.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4382.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4382.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4382.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4382.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4382.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4382.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4382.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4382.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4382.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4382.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4382.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4382.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4382.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4382.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4382.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4382.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4382.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4382.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4382.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4382.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4382.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4382.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4382.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4382.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4382.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4382.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4382.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4382.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4382.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4382.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4382.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4382.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4382.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4382.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4382.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4382.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4382.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4382.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4382.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4382.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4382.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4382.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4382.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4382.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4382.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4382.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4382.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4382.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4382.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4382.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4382.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4382.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4382.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4382.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4382.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4382.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5009\" servers=\"16\">\n      <Property name=\"Source\" id=\"5009.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4562\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4551\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4551.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4551.Input\">\n        <Domain name=\"input_array_any\" id=\"4551.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4551.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4551.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4551.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4551.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4551.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4551.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4551.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4551.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4551.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4551.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4551.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4551.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4551.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4551.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4551.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4551.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4551.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4551.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4551.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4551.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4551.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4551.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4551.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4551.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4551.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4551.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4551.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4551.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4551.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4551.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4551.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4551.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4551.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4551.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4551.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4551.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4551.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4551.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4551.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4551.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4551.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4551.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4551.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4551.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4551.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4551.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4551.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4551.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4551.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4551.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4551.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4551.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4551.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4551.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4551.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4551.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4551.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4551.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4551.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4551.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4551.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4551.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4551.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4551.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4551.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4551.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4551.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4551.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4551.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4551.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4551.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4551.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4551.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4551.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4551.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4551.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4551.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4551.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4551.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4551.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4551.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4551.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4551.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4551.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4551.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4551.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4551.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4551.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4551.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4551.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4551.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4551.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4551.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4551.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4551.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4551.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4610\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4610.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4610.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4610.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4610.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4610.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4610.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4610.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4610.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4610.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4610.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4610.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4610.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4621\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4621.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4621.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4621.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4621.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4621.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4621.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4621.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4621.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4621.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4621.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4621.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4621.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4632\" servers=\"1\">\n      <Property name=\"Center\" id=\"4632.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4632.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4632.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4632.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4632.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4632.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4632.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4632.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4643\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4643.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4643.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4643.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4643.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4643.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4643.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4643.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4643.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4643.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4643.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4654\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4654.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4654.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4654.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4654.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4654.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4654.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4665\" servers=\"1\">\n      <Property name=\"Center\" id=\"4665.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4665.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4665.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4665.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4665.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4665.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4665.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4665.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4665.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4665.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4665.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4665.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4665.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4665.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4665.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4665.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4676\" servers=\"1\">\n      <Property name=\"Center\" id=\"4676.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4676.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4676.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4676.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4676.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4676.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4687\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4687.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4687.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4687.Input\">\n        <Domain name=\"groups\" id=\"4687.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4687.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4698\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4698.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4698.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4698.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"370.074981689453\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"409.787658691406\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4698.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4698.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4599\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4599.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4599.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4599.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4599.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4599.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4599.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4599.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4599.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4599.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4599.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4599.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4599.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4599.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4599.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4599.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4599.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4599.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4599.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4599.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4599.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4599.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4599.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4599.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4599.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4599.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4599.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4599.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4599.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4599.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4599.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4562\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4599.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4599.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4599.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4599.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4599.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4599.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4599.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4599.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4599.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4599.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4599.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4599.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4599.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4599.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4599.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4599.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4599.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4599.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4599.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4599.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4599.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4599.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4599.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4599.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4599.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4599.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4599.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4599.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4599.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4599.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4599.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4599.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4599.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4599.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4599.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4599.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4599.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4599.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4599.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4599.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4599.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4599.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4599.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4599.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4599.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4599.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4599.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4599.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4599.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4599.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4599.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4599.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4599.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4599.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4599.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4599.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4599.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4599.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4599.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4599.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4599.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4599.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4599.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4599.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4599.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4599.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4599.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4599.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4599.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4599.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4599.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4599.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4599.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4599.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4599.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4599.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4599.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4599.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4599.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4599.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4599.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4599.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4599.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4599.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4599.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4599.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4599.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4599.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4599.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4599.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"implicit_functions\" type=\"Plane\" id=\"4795\" servers=\"1\">\n      <Property name=\"Normal\" id=\"4795.Normal\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4795.Normal.range\"/>\n      </Property>\n      <Property name=\"Offset\" id=\"4795.Offset\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Origin\" id=\"4795.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4795.Origin.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"implicit_functions\" type=\"Box\" id=\"4796\" servers=\"1\">\n      <Property name=\"Bounds\" id=\"4796.Bounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4796.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4796.Position.range\"/>\n      </Property>\n      <Property name=\"Rotation\" id=\"4796.Rotation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4796.Rotation.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4796.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4796.Scale.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"implicit_functions\" type=\"Sphere\" id=\"4797\" servers=\"1\">\n      <Property name=\"Center\" id=\"4797.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4797.Center.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4797.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"4797.Radius.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"implicit_functions\" type=\"Cylinder\" id=\"4798\" servers=\"1\">\n      <Property name=\"Axis\" id=\"4798.Axis\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4798.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4798.Center.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4798.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"4798.Radius.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"RepresentationAnimationHelper\" id=\"5010\" servers=\"16\">\n      <Property name=\"Source\" id=\"5010.Source\" number_of_elements=\"1\">\n        <Proxy value=\"4799\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GridAxesRepresentation\" id=\"4784\" servers=\"21\">\n      <Property name=\"GridAxesVisibility\" id=\"4784.GridAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.GridAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4784.Input\">\n        <Domain name=\"input_array_any\" id=\"4784.Input.input_array_any\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4784.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4784.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4784.Scale.range\"/>\n      </Property>\n      <Property name=\"AxesToLabel\" id=\"4784.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4784.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4784.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4784.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4784.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4784.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4784.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4784.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.GridColor.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4784.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4784.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4784.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4784.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4784.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4784.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4784.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4784.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4784.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4784.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4784.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4784.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4784.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4784.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4784.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4784.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4784.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4784.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4784.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4784.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4784.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4784.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4784.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4784.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4784.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4784.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4784.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4784.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4784.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4784.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4784.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4784.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4784.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4784.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4784.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4784.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4784.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4784.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4784.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4784.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4784.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4784.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4784.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4784.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4784.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4784.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4784.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4784.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4784.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4784.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4784.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4784.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4784.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4784.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4784.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4784.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4784.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4784.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4784.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4784.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4784.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4784.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4784.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4784.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4784.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4784.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4784.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4784.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4784.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4784.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4784.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4784.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4784.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4784.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4784.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4784.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4784.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4784.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4784.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4784.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4784.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4784.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4784.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4784.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4784.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ArrowSource\" id=\"4847\" servers=\"1\">\n      <Property name=\"Invert\" id=\"4847.Invert\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4847.Invert.bool\"/>\n      </Property>\n      <Property name=\"ShaftRadius\" id=\"4847.ShaftRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.03\"/>\n        <Domain name=\"range\" id=\"4847.ShaftRadius.range\"/>\n      </Property>\n      <Property name=\"ShaftResolution\" id=\"4847.ShaftResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4847.ShaftResolution.range\"/>\n      </Property>\n      <Property name=\"TipLength\" id=\"4847.TipLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.35\"/>\n        <Domain name=\"range\" id=\"4847.TipLength.range\"/>\n      </Property>\n      <Property name=\"TipRadius\" id=\"4847.TipRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"range\" id=\"4847.TipRadius.range\"/>\n      </Property>\n      <Property name=\"TipResolution\" id=\"4847.TipResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4847.TipResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"ConeSource\" id=\"4858\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4858.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4858.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4858.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4858.Center.range\"/>\n      </Property>\n      <Property name=\"Direction\" id=\"4858.Direction\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4858.Direction.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4858.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4858.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4858.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4858.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4858.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4858.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CubeSource\" id=\"4869\" servers=\"1\">\n      <Property name=\"Center\" id=\"4869.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4869.Center.range\"/>\n      </Property>\n      <Property name=\"XLength\" id=\"4869.XLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4869.XLength.range\"/>\n      </Property>\n      <Property name=\"YLength\" id=\"4869.YLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4869.YLength.range\"/>\n      </Property>\n      <Property name=\"ZLength\" id=\"4869.ZLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4869.ZLength.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"CylinderSource\" id=\"4880\" servers=\"1\">\n      <Property name=\"Capping\" id=\"4880.Capping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4880.Capping.bool\"/>\n      </Property>\n      <Property name=\"Center\" id=\"4880.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4880.Center.range\"/>\n      </Property>\n      <Property name=\"Height\" id=\"4880.Height\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4880.Height.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4880.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4880.Radius.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4880.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4880.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"LineSource\" id=\"4891\" servers=\"1\">\n      <Property name=\"Point1\" id=\"4891.Point1\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.Point1.range\"/>\n      </Property>\n      <Property name=\"Point2\" id=\"4891.Point2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4891.Point2.range\"/>\n      </Property>\n      <Property name=\"Resolution\" id=\"4891.Resolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"6\"/>\n        <Domain name=\"range\" id=\"4891.Resolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"SphereSource\" id=\"4902\" servers=\"1\">\n      <Property name=\"Center\" id=\"4902.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4902.Center.range\"/>\n      </Property>\n      <Property name=\"EndPhi\" id=\"4902.EndPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"180\"/>\n        <Domain name=\"range\" id=\"4902.EndPhi.range\"/>\n      </Property>\n      <Property name=\"EndTheta\" id=\"4902.EndTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"360\"/>\n        <Domain name=\"range\" id=\"4902.EndTheta.range\"/>\n      </Property>\n      <Property name=\"PhiResolution\" id=\"4902.PhiResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4902.PhiResolution.range\"/>\n      </Property>\n      <Property name=\"Radius\" id=\"4902.Radius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4902.Radius.range\"/>\n      </Property>\n      <Property name=\"StartPhi\" id=\"4902.StartPhi\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4902.StartPhi.range\"/>\n      </Property>\n      <Property name=\"StartTheta\" id=\"4902.StartTheta\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4902.StartTheta.range\"/>\n      </Property>\n      <Property name=\"ThetaResolution\" id=\"4902.ThetaResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"8\"/>\n        <Domain name=\"range\" id=\"4902.ThetaResolution.range\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"GlyphSource2D\" id=\"4913\" servers=\"1\">\n      <Property name=\"Center\" id=\"4913.Center\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4913.Center.range\"/>\n      </Property>\n      <Property name=\"Filled\" id=\"4913.Filled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4913.Filled.bool\"/>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4913.GlyphType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"9\"/>\n        <Domain name=\"enum\" id=\"4913.GlyphType.enum\">\n          <Entry value=\"1\" text=\"Vertex\"/>\n          <Entry value=\"2\" text=\"Dash\"/>\n          <Entry value=\"3\" text=\"Cross\"/>\n          <Entry value=\"4\" text=\"ThickCross\"/>\n          <Entry value=\"5\" text=\"Triangle\"/>\n          <Entry value=\"6\" text=\"Square\"/>\n          <Entry value=\"7\" text=\"Circle\"/>\n          <Entry value=\"8\" text=\"Diamond\"/>\n          <Entry value=\"9\" text=\"Arrow\"/>\n          <Entry value=\"10\" text=\"ThickArrow\"/>\n          <Entry value=\"11\" text=\"HookedArrow\"/>\n          <Entry value=\"12\" text=\"EdgeArrow\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"internal_filters\" type=\"PipelineConnection\" id=\"4924\" servers=\"1\">\n      <Property name=\"AllowNullInput\" id=\"4924.AllowNullInput\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4924.AllowNullInput.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4924.Input\">\n        <Domain name=\"groups\" id=\"4924.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4924.Input.input_type\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"piecewise_functions\" type=\"PiecewiseFunction\" id=\"4937\" servers=\"21\">\n      <Property name=\"AllowDuplicateScalars\" id=\"4937.AllowDuplicateScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4937.AllowDuplicateScalars.bool\"/>\n      </Property>\n      <Property name=\"Points\" id=\"4937.Points\" number_of_elements=\"8\">\n        <Element index=\"0\" value=\"370.074981689453\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.5\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"409.787658691406\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0.5\"/>\n        <Element index=\"7\" value=\"0\"/>\n      </Property>\n      <Property name=\"ScalarRangeInitialized\" id=\"4937.ScalarRangeInitialized\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4937.ScalarRangeInitialized.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"PolarAxesRepresentation\" id=\"4836\" servers=\"21\">\n      <Property name=\"ArcMajorTickSize\" id=\"4836.ArcMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.ArcMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"ArcMajorTickThickness\" id=\"4836.ArcMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.ArcMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"ArcMinorTickVisibility\" id=\"4836.ArcMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.ArcMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTickRatioSize\" id=\"4836.ArcTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4836.ArcTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"ArcTickRatioThickness\" id=\"4836.ArcTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4836.ArcTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"ArcTickVisibility\" id=\"4836.ArcTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.ArcTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"ArcTicksOriginToPolarAxis\" id=\"4836.ArcTicksOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.ArcTicksOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AutoSubdividePolarAxis\" id=\"4836.AutoSubdividePolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.AutoSubdividePolarAxis.bool\"/>\n      </Property>\n      <Property name=\"AxisMinorTickVisibility\" id=\"4836.AxisMinorTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.AxisMinorTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"AxisTickVisibility\" id=\"4836.AxisTickVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.AxisTickVisibility.bool\"/>\n      </Property>\n      <Property name=\"CustomBounds\" id=\"4836.CustomBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"CustomRange\" id=\"4836.CustomRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n      </Property>\n      <Property name=\"DataBounds\" id=\"4836.DataBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"1\"/>\n        <Element index=\"5\" value=\"-1\"/>\n      </Property>\n      <Property name=\"DeltaAngleMajor\" id=\"4836.DeltaAngleMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4836.DeltaAngleMajor.range\"/>\n      </Property>\n      <Property name=\"DeltaAngleMinor\" id=\"4836.DeltaAngleMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4836.DeltaAngleMinor.range\"/>\n      </Property>\n      <Property name=\"DeltaRangeMajor\" id=\"4836.DeltaRangeMajor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n      </Property>\n      <Property name=\"DeltaRangeMinor\" id=\"4836.DeltaRangeMinor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n      </Property>\n      <Property name=\"DistanceLODThreshold\" id=\"4836.DistanceLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4836.DistanceLODThreshold.range\"/>\n      </Property>\n      <Property name=\"DrawPolarArcsGridlines\" id=\"4836.DrawPolarArcsGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.DrawPolarArcsGridlines.bool\"/>\n      </Property>\n      <Property name=\"DrawRadialGridlines\" id=\"4836.DrawRadialGridlines\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.DrawRadialGridlines.bool\"/>\n      </Property>\n      <Property name=\"EnableCustomBounds\" id=\"4836.EnableCustomBounds\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"EnableCustomRange\" id=\"4836.EnableCustomRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.EnableCustomRange.bool\"/>\n      </Property>\n      <Property name=\"EnableDistanceLOD\" id=\"4836.EnableDistanceLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.EnableDistanceLOD.bool\"/>\n      </Property>\n      <Property name=\"EnableViewAngleLOD\" id=\"4836.EnableViewAngleLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.EnableViewAngleLOD.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4836.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4799\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4836.Input.input_type\"/>\n      </Property>\n      <Property name=\"LastRadialAxisColor\" id=\"4836.LastRadialAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickSize\" id=\"4836.LastRadialAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisMajorTickThickness\" id=\"4836.LastRadialAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioSize\" id=\"4836.LastRadialAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTickRatioThickness\" id=\"4836.LastRadialAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"MaximumAngle\" id=\"4836.MaximumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"90\"/>\n        <Domain name=\"range\" id=\"4836.MaximumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumAngle\" id=\"4836.MinimumAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.MinimumAngle.range\"/>\n      </Property>\n      <Property name=\"MinimumRadius\" id=\"4836.MinimumRadius\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.MinimumRadius.range\"/>\n      </Property>\n      <Property name=\"NumberOfPolarAxis\" id=\"4836.NumberOfPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.NumberOfPolarAxis.range\"/>\n      </Property>\n      <Property name=\"NumberOfRadialAxes\" id=\"4836.NumberOfRadialAxes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.NumberOfRadialAxes.range\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4836.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.Orientation.range\"/>\n      </Property>\n      <Property name=\"PolarArcsColor\" id=\"4836.PolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.PolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"PolarArcsVisibility\" id=\"4836.PolarArcsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.PolarArcsVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisColor\" id=\"4836.PolarAxisColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickSize\" id=\"4836.PolarAxisMajorTickSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisMajorTickSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisMajorTickThickness\" id=\"4836.PolarAxisMajorTickThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisMajorTickThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioSize\" id=\"4836.PolarAxisTickRatioSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.3\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisTickRatioSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTickRatioThickness\" id=\"4836.PolarAxisTickRatioThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisTickRatioThickness.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitle\" id=\"4836.PolarAxisTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Radial Distance\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleLocation\" id=\"4836.PolarAxisTitleLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4836.PolarAxisTitleLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleVisibility\" id=\"4836.PolarAxisTitleVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisTitleVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisVisibility\" id=\"4836.PolarAxisVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarLabelExponentLocation\" id=\"4836.PolarLabelExponentLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4836.PolarLabelExponentLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n          <Entry value=\"2\" text=\"Labels\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarLabelFormat\" id=\"4836.PolarLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"PolarLabelVisibility\" id=\"4836.PolarLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.PolarLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"PolarTicksVisibility\" id=\"4836.PolarTicksVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.PolarTicksVisibility.bool\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4836.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.Position.range\"/>\n      </Property>\n      <Property name=\"RadialAxesOriginToPolarAxis\" id=\"4836.RadialAxesOriginToPolarAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.RadialAxesOriginToPolarAxis.bool\"/>\n      </Property>\n      <Property name=\"RadialAxesVisibility\" id=\"4836.RadialAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.RadialAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialLabelFormat\" id=\"4836.RadialLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#3.1f\"/>\n      </Property>\n      <Property name=\"RadialLabelLocation\" id=\"4836.RadialLabelLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4836.RadialLabelLocation.enum\">\n          <Entry value=\"0\" text=\"Bottom\"/>\n          <Entry value=\"1\" text=\"Extern\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RadialLabelVisibility\" id=\"4836.RadialLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.RadialLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"RadialUnitsVisibility\" id=\"4836.RadialUnitsVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4836.RadialUnitsVisibility.bool\"/>\n      </Property>\n      <Property name=\"Ratio\" id=\"4836.Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.Ratio.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4836.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.Scale.range\"/>\n      </Property>\n      <Property name=\"ScreenSize\" id=\"4836.ScreenSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"4836.ScreenSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryPolarArcsColor\" id=\"4836.SecondaryPolarArcsColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.SecondaryPolarArcsColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesColor\" id=\"4836.SecondaryRadialAxesColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.SecondaryRadialAxesColor.range\"/>\n      </Property>\n      <Property name=\"SmallestVisiblePolarAngle\" id=\"4836.SmallestVisiblePolarAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4836.SmallestVisiblePolarAngle.range\"/>\n      </Property>\n      <Property name=\"TickLocation\" id=\"4836.TickLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"4836.TickLocation.enum\">\n          <Entry value=\"0\" text=\"Inside\"/>\n          <Entry value=\"1\" text=\"Outside\"/>\n          <Entry value=\"2\" text=\"Both\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Use2DMode\" id=\"4836.Use2DMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.Use2DMode.bool\"/>\n      </Property>\n      <Property name=\"UseLogAxis\" id=\"4836.UseLogAxis\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.UseLogAxis.bool\"/>\n      </Property>\n      <Property name=\"ViewAngleLODThreshold\" id=\"4836.ViewAngleLODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.7\"/>\n        <Domain name=\"range\" id=\"4836.ViewAngleLODThreshold.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4836.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.Visibility.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextBold\" id=\"4836.LastRadialAxisTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.LastRadialAxisTextBold.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextColor\" id=\"4836.LastRadialAxisTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisTextColor.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontFamily\" id=\"4836.LastRadialAxisTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4836.LastRadialAxisTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LastRadialAxisTextFontSize\" id=\"4836.LastRadialAxisTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisTextFontSize.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextItalic\" id=\"4836.LastRadialAxisTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.LastRadialAxisTextItalic.bool\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextOpacity\" id=\"4836.LastRadialAxisTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.LastRadialAxisTextOpacity.range\"/>\n      </Property>\n      <Property name=\"LastRadialAxisTextShadow\" id=\"4836.LastRadialAxisTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.LastRadialAxisTextShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelBold\" id=\"4836.PolarAxisLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisLabelBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelColor\" id=\"4836.PolarAxisLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisLabelColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelFontFamily\" id=\"4836.PolarAxisLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4836.PolarAxisLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisLabelFontSize\" id=\"4836.PolarAxisLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelItalic\" id=\"4836.PolarAxisLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelOpacity\" id=\"4836.PolarAxisLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisLabelShadow\" id=\"4836.PolarAxisLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleBold\" id=\"4836.PolarAxisTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisTitleBold.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleColor\" id=\"4836.PolarAxisTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisTitleColor.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleFontFamily\" id=\"4836.PolarAxisTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4836.PolarAxisTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PolarAxisTitleFontSize\" id=\"4836.PolarAxisTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleItalic\" id=\"4836.PolarAxisTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleOpacity\" id=\"4836.PolarAxisTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.PolarAxisTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"PolarAxisTitleShadow\" id=\"4836.PolarAxisTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.PolarAxisTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextBold\" id=\"4836.SecondaryRadialAxesTextBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.SecondaryRadialAxesTextBold.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextColor\" id=\"4836.SecondaryRadialAxesTextColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4836.SecondaryRadialAxesTextColor.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontFamily\" id=\"4836.SecondaryRadialAxesTextFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4836.SecondaryRadialAxesTextFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextFontSize\" id=\"4836.SecondaryRadialAxesTextFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4836.SecondaryRadialAxesTextFontSize.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextItalic\" id=\"4836.SecondaryRadialAxesTextItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.SecondaryRadialAxesTextItalic.bool\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextOpacity\" id=\"4836.SecondaryRadialAxesTextOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4836.SecondaryRadialAxesTextOpacity.range\"/>\n      </Property>\n      <Property name=\"SecondaryRadialAxesTextShadow\" id=\"4836.SecondaryRadialAxesTextShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4836.SecondaryRadialAxesTextShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"annotations\" type=\"GridAxes3DActor\" id=\"4108\" servers=\"21\">\n      <Property name=\"AxesToLabel\" id=\"4108.AxesToLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4108.AxesToLabel.range\"/>\n      </Property>\n      <Property name=\"DataBoundsInflateFactor\" id=\"4108.DataBoundsInflateFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.0008\"/>\n        <Domain name=\"range\" id=\"4108.DataBoundsInflateFactor.range\"/>\n      </Property>\n      <Property name=\"DataPosition\" id=\"4108.DataPosition\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.DataPosition.range\"/>\n      </Property>\n      <Property name=\"DataScale\" id=\"4108.DataScale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4108.DataScale.range\"/>\n      </Property>\n      <Property name=\"FacesToRender\" id=\"4108.FacesToRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"63\"/>\n        <Domain name=\"range\" id=\"4108.FacesToRender.range\"/>\n      </Property>\n      <Property name=\"LabelUniqueEdgesOnly\" id=\"4108.LabelUniqueEdgesOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4108.LabelUniqueEdgesOnly.bool\"/>\n      </Property>\n      <Property name=\"ModelBounds\" id=\"4108.ModelBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n      </Property>\n      <Property name=\"ModelTransformMatrix\" id=\"4108.ModelTransformMatrix\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n      <Property name=\"ShowEdges\" id=\"4108.ShowEdges\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4108.ShowEdges.bool\"/>\n      </Property>\n      <Property name=\"ShowGrid\" id=\"4108.ShowGrid\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ShowGrid.bool\"/>\n      </Property>\n      <Property name=\"ShowTicks\" id=\"4108.ShowTicks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4108.ShowTicks.bool\"/>\n      </Property>\n      <Property name=\"UseModelTransform\" id=\"4108.UseModelTransform\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.UseModelTransform.range\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4108.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4108.Visibility.bool\"/>\n      </Property>\n      <Property name=\"XAxisLabels\" id=\"4108.XAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4108.XAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"XAxisNotation\" id=\"4108.XAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.XAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XAxisPrecision\" id=\"4108.XAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4108.XAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"XAxisUseCustomLabels\" id=\"4108.XAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.XAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"XTitle\" id=\"4108.XTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"X Axis\"/>\n      </Property>\n      <Property name=\"YAxisLabels\" id=\"4108.YAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4108.YAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"YAxisNotation\" id=\"4108.YAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.YAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YAxisPrecision\" id=\"4108.YAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4108.YAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"YAxisUseCustomLabels\" id=\"4108.YAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.YAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"YTitle\" id=\"4108.YTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Y Axis\"/>\n      </Property>\n      <Property name=\"ZAxisLabels\" id=\"4108.ZAxisLabels\">\n        <Domain name=\"scalar_range\" id=\"4108.ZAxisLabels.scalar_range\"/>\n      </Property>\n      <Property name=\"ZAxisNotation\" id=\"4108.ZAxisNotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.ZAxisNotation.enum\">\n          <Entry value=\"0\" text=\"Mixed\"/>\n          <Entry value=\"1\" text=\"Scientific\"/>\n          <Entry value=\"2\" text=\"Fixed\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZAxisPrecision\" id=\"4108.ZAxisPrecision\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4108.ZAxisPrecision.range\"/>\n      </Property>\n      <Property name=\"ZAxisUseCustomLabels\" id=\"4108.ZAxisUseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ZAxisUseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"ZTitle\" id=\"4108.ZTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Z Axis\"/>\n      </Property>\n      <Property name=\"CullBackface\" id=\"4108.CullBackface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.CullBackface.bool\"/>\n      </Property>\n      <Property name=\"CullFrontface\" id=\"4108.CullFrontface\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4108.CullFrontface.bool\"/>\n      </Property>\n      <Property name=\"GridColor\" id=\"4108.GridColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.GridColor.range\"/>\n      </Property>\n      <Property name=\"XLabelBold\" id=\"4108.XLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.XLabelBold.bool\"/>\n      </Property>\n      <Property name=\"XLabelColor\" id=\"4108.XLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.XLabelColor.range\"/>\n      </Property>\n      <Property name=\"XLabelFontFamily\" id=\"4108.XLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.XLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XLabelFontSize\" id=\"4108.XLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4108.XLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"XLabelItalic\" id=\"4108.XLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.XLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"XLabelOpacity\" id=\"4108.XLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4108.XLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"XLabelShadow\" id=\"4108.XLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.XLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"XTitleBold\" id=\"4108.XTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.XTitleBold.bool\"/>\n      </Property>\n      <Property name=\"XTitleColor\" id=\"4108.XTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.XTitleColor.range\"/>\n      </Property>\n      <Property name=\"XTitleFontFamily\" id=\"4108.XTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.XTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"XTitleFontSize\" id=\"4108.XTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4108.XTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"XTitleItalic\" id=\"4108.XTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.XTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"XTitleOpacity\" id=\"4108.XTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4108.XTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"XTitleShadow\" id=\"4108.XTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.XTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"YLabelBold\" id=\"4108.YLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.YLabelBold.bool\"/>\n      </Property>\n      <Property name=\"YLabelColor\" id=\"4108.YLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.YLabelColor.range\"/>\n      </Property>\n      <Property name=\"YLabelFontFamily\" id=\"4108.YLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.YLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YLabelFontSize\" id=\"4108.YLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4108.YLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"YLabelItalic\" id=\"4108.YLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.YLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"YLabelOpacity\" id=\"4108.YLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4108.YLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"YLabelShadow\" id=\"4108.YLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.YLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"YTitleBold\" id=\"4108.YTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.YTitleBold.bool\"/>\n      </Property>\n      <Property name=\"YTitleColor\" id=\"4108.YTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.YTitleColor.range\"/>\n      </Property>\n      <Property name=\"YTitleFontFamily\" id=\"4108.YTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.YTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"YTitleFontSize\" id=\"4108.YTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4108.YTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"YTitleItalic\" id=\"4108.YTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.YTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"YTitleOpacity\" id=\"4108.YTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4108.YTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"YTitleShadow\" id=\"4108.YTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.YTitleShadow.bool\"/>\n      </Property>\n      <Property name=\"ZLabelBold\" id=\"4108.ZLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ZLabelBold.bool\"/>\n      </Property>\n      <Property name=\"ZLabelColor\" id=\"4108.ZLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.ZLabelColor.range\"/>\n      </Property>\n      <Property name=\"ZLabelFontFamily\" id=\"4108.ZLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.ZLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZLabelFontSize\" id=\"4108.ZLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4108.ZLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"ZLabelItalic\" id=\"4108.ZLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ZLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"ZLabelOpacity\" id=\"4108.ZLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4108.ZLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"ZLabelShadow\" id=\"4108.ZLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ZLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"ZTitleBold\" id=\"4108.ZTitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ZTitleBold.bool\"/>\n      </Property>\n      <Property name=\"ZTitleColor\" id=\"4108.ZTitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4108.ZTitleColor.range\"/>\n      </Property>\n      <Property name=\"ZTitleFontFamily\" id=\"4108.ZTitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4108.ZTitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ZTitleFontSize\" id=\"4108.ZTitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4108.ZTitleFontSize.range\"/>\n      </Property>\n      <Property name=\"ZTitleItalic\" id=\"4108.ZTitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ZTitleItalic.bool\"/>\n      </Property>\n      <Property name=\"ZTitleOpacity\" id=\"4108.ZTitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4108.ZTitleOpacity.range\"/>\n      </Property>\n      <Property name=\"ZTitleShadow\" id=\"4108.ZTitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4108.ZTitleShadow.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"GeometryRepresentation\" id=\"4971\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4971.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4784\"/>\n        <Domain name=\"proxy_list\" id=\"4971.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4784\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4971.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4799\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4971.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4971.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4971.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4971.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4836\"/>\n        <Domain name=\"proxy_list\" id=\"4971.PolarAxes.proxy_list\">\n          <Proxy value=\"4836\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4971.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"4971.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4971.RepresentationTypesInfo\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4971.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4971.SelectionCellFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4971.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4971.SelectionPointFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4971.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4971.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4971.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4971.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4971.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4971.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4971.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4971.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4971.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4971.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4971.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4971.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4971.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4971.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4971.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4971.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4971.ColorArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"cellNormals\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4971.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4971.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4971.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4971.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4971.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4971.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4971.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4847\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4971.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4971.GlyphType.proxy_list\">\n          <Proxy value=\"4847\"/>\n          <Proxy value=\"4858\"/>\n          <Proxy value=\"4869\"/>\n          <Proxy value=\"4880\"/>\n          <Proxy value=\"4891\"/>\n          <Proxy value=\"4902\"/>\n          <Proxy value=\"4913\"/>\n          <Proxy value=\"4924\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4971.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4971.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4971.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4971.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4971.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4971.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4936\"/>\n        <Domain name=\"groups\" id=\"4971.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4971.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4971.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4971.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4971.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4971.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4971.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4971.OSPRayScaleArray.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4971.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4937\"/>\n        <Domain name=\"groups\" id=\"4971.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4971.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4937\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4971.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4971.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4971.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4971.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4971.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4971.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4971.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4971.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4971.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4971.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4971.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4971.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.Position.range\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4971.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4971.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.6\"/>\n        <Domain name=\"bounds\" id=\"4971.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4971.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4971.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4971.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4971.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4971.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4971.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4971.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4971.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4971.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4971.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4971.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4971.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4971.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4971.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4971.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4971.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4971.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4971.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4971.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4971.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4971.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4971.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4971.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4971.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4971.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4971.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4971.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4971.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4971.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4971.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4971.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4971.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4971.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4971.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4971.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4971.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4971.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4971.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4971.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4971.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4971.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4971.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4971.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4971.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4971.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4971.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4971.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4971.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4971.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4971.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4971.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4971.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4971.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4971.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4971.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4971.Texture\">\n        <Domain name=\"groups\" id=\"4971.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4971.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4971.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4971.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4971.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4971.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4971.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"UnstructuredGridRepresentation\" id=\"4315\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4315.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4117\"/>\n        <Domain name=\"proxy_list\" id=\"4315.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4117\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4315.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4128\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4315.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4315.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4315.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4315.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4165\"/>\n        <Domain name=\"proxy_list\" id=\"4315.PolarAxes.proxy_list\">\n          <Proxy value=\"4165\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4315.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Wireframe\"/>\n        <Domain name=\"list\" id=\"4315.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Volume\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4315.RepresentationTypesInfo\" number_of_elements=\"7\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Volume\"/>\n        <Element index=\"6\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4315.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4315.SelectionCellFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4315.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4315.SelectionPointFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4315.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4315.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4315.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4315.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4315.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4315.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4315.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4315.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4315.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4315.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4315.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4315.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4315.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4315.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4315.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4315.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4315.ColorArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"cellNormals\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4315.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4315.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4315.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4315.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"ExtractedBlockIndex\" id=\"4315.ExtractedBlockIndex\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"tree\" id=\"4315.ExtractedBlockIndex.tree\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4315.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4315.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4315.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4176\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4315.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4315.GlyphType.proxy_list\">\n          <Proxy value=\"4176\"/>\n          <Proxy value=\"4187\"/>\n          <Proxy value=\"4198\"/>\n          <Proxy value=\"4209\"/>\n          <Proxy value=\"4220\"/>\n          <Proxy value=\"4231\"/>\n          <Proxy value=\"4242\"/>\n          <Proxy value=\"4253\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4315.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4315.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4315.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4315.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4315.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4315.LookupTable\">\n        <Domain name=\"groups\" id=\"4315.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4315.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4315.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4315.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4315.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4315.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4315.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4315.OSPRayScaleArray.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4315.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4264\"/>\n        <Domain name=\"groups\" id=\"4315.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4315.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4264\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4315.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4315.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4315.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4315.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4315.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4315.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4315.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4315.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4315.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4315.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4315.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4315.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4315.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.Position.range\"/>\n      </Property>\n      <Property name=\"SamplingDimensions\" id=\"4315.SamplingDimensions\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"128\"/>\n        <Element index=\"1\" value=\"128\"/>\n        <Element index=\"2\" value=\"128\"/>\n        <Domain name=\"range\" id=\"4315.SamplingDimensions.range\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4315.ScalarOpacityFunction\">\n        <Domain name=\"groups\" id=\"4315.ScalarOpacityFunction.groups\"/>\n      </Property>\n      <Property name=\"ScalarOpacityUnitDistance\" id=\"4315.ScalarOpacityUnitDistance\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.229961919118373\"/>\n        <Domain name=\"bounds\" id=\"4315.ScalarOpacityUnitDistance.bounds\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4315.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4315.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.6\"/>\n        <Domain name=\"bounds\" id=\"4315.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4315.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4315.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4315.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4315.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4315.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMapper\" id=\"4315.SelectMapper\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Projected tetra\"/>\n        <Domain name=\"list\" id=\"4315.SelectMapper.list\">\n          <String text=\"Projected tetra\"/>\n          <String text=\"HAVS\"/>\n          <String text=\"Z sweep\"/>\n          <String text=\"Bunyk ray cast\"/>\n          <String text=\"Resample To Image\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4315.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4315.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4315.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4315.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4315.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4315.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4315.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4315.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4315.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4315.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4315.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4315.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4315.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4315.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4315.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4315.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4315.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4315.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4315.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4315.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4315.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4315.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4315.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4315.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4315.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4315.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4315.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4315.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4315.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4315.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4315.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4315.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4315.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4315.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4315.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4315.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4315.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4315.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4315.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4315.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4315.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4315.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4315.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4315.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4315.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4315.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4315.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4315.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4315.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4315.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4315.Texture\">\n        <Domain name=\"groups\" id=\"4315.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4315.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4315.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4315.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseFloatingPointFrameBuffer\" id=\"4315.UseFloatingPointFrameBuffer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4315.UseFloatingPointFrameBuffer.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4315.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4315.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4315.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"UnstructuredGridRepresentation\" id=\"4532\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4532.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4334\"/>\n        <Domain name=\"proxy_list\" id=\"4532.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4334\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4532.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4345\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4532.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4532.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4532.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4532.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4382\"/>\n        <Domain name=\"proxy_list\" id=\"4532.PolarAxes.proxy_list\">\n          <Proxy value=\"4382\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4532.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"4532.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Volume\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4532.RepresentationTypesInfo\" number_of_elements=\"7\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Volume\"/>\n        <Element index=\"6\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4532.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4532.SelectionCellFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4532.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4532.SelectionPointFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4532.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4532.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4532.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4532.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4532.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4532.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4532.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4532.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4532.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4532.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4532.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4532.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4532.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4532.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4532.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4532.ColorArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4532.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4532.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4532.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4532.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"ExtractedBlockIndex\" id=\"4532.ExtractedBlockIndex\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"tree\" id=\"4532.ExtractedBlockIndex.tree\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4532.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4532.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4532.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4393\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4532.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4532.GlyphType.proxy_list\">\n          <Proxy value=\"4393\"/>\n          <Proxy value=\"4404\"/>\n          <Proxy value=\"4415\"/>\n          <Proxy value=\"4426\"/>\n          <Proxy value=\"4437\"/>\n          <Proxy value=\"4448\"/>\n          <Proxy value=\"4459\"/>\n          <Proxy value=\"4470\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4532.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4532.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4532.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4532.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4532.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4532.LookupTable\">\n        <Domain name=\"groups\" id=\"4532.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4532.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4532.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4532.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4532.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4532.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4532.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4532.OSPRayScaleArray.array_list\">\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4532.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4481\"/>\n        <Domain name=\"groups\" id=\"4532.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4532.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4481\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4532.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4532.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4532.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4532.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4532.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4532.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4532.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4532.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4532.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4532.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4532.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4532.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.Position.range\"/>\n      </Property>\n      <Property name=\"SamplingDimensions\" id=\"4532.SamplingDimensions\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"128\"/>\n        <Element index=\"1\" value=\"128\"/>\n        <Element index=\"2\" value=\"128\"/>\n        <Domain name=\"range\" id=\"4532.SamplingDimensions.range\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4532.ScalarOpacityFunction\">\n        <Domain name=\"groups\" id=\"4532.ScalarOpacityFunction.groups\"/>\n      </Property>\n      <Property name=\"ScalarOpacityUnitDistance\" id=\"4532.ScalarOpacityUnitDistance\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.229961919118373\"/>\n        <Domain name=\"bounds\" id=\"4532.ScalarOpacityUnitDistance.bounds\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4532.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4532.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.6\"/>\n        <Domain name=\"bounds\" id=\"4532.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4532.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4532.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4532.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4532.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4532.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMapper\" id=\"4532.SelectMapper\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Projected tetra\"/>\n        <Domain name=\"list\" id=\"4532.SelectMapper.list\">\n          <String text=\"Projected tetra\"/>\n          <String text=\"HAVS\"/>\n          <String text=\"Z sweep\"/>\n          <String text=\"Bunyk ray cast\"/>\n          <String text=\"Resample To Image\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4532.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4532.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4532.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4532.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4532.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4532.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4532.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4532.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4532.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4532.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4532.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4532.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4532.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4532.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4532.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4532.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4532.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4532.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4532.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4532.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4532.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4532.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4532.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4532.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4532.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4532.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4532.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4532.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4532.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4532.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4532.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4532.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4532.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4532.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4532.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4532.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4532.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4532.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4532.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4532.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4532.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4532.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4532.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4532.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4532.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4532.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4532.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4532.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4532.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4532.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4532.Texture\">\n        <Domain name=\"groups\" id=\"4532.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4532.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4532.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4532.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseFloatingPointFrameBuffer\" id=\"4532.UseFloatingPointFrameBuffer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4532.UseFloatingPointFrameBuffer.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4532.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4532.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4532.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"UnstructuredGridRepresentation\" id=\"4749\" servers=\"21\">\n      <Property name=\"DataAxesGrid\" id=\"4749.DataAxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4551\"/>\n        <Domain name=\"proxy_list\" id=\"4749.DataAxesGrid.proxy_list\">\n          <Proxy value=\"4551\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4749.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4562\" output_port=\"0\"/>\n        <Domain name=\"input_array_cell\" id=\"4749.Input.input_array_cell\"/>\n        <Domain name=\"input_array_point\" id=\"4749.Input.input_array_point\"/>\n        <Domain name=\"input_type\" id=\"4749.Input.input_type\"/>\n      </Property>\n      <Property name=\"PolarAxes\" id=\"4749.PolarAxes\" number_of_elements=\"1\">\n        <Proxy value=\"4599\"/>\n        <Domain name=\"proxy_list\" id=\"4749.PolarAxes.proxy_list\">\n          <Proxy value=\"4599\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Representation\" id=\"4749.Representation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Surface\"/>\n        <Domain name=\"list\" id=\"4749.Representation.list\">\n          <String text=\"3D Glyphs\"/>\n          <String text=\"Outline\"/>\n          <String text=\"Points\"/>\n          <String text=\"Surface\"/>\n          <String text=\"Surface With Edges\"/>\n          <String text=\"Volume\"/>\n          <String text=\"Wireframe\"/>\n        </Domain>\n      </Property>\n      <Property name=\"RepresentationTypesInfo\" id=\"4749.RepresentationTypesInfo\" number_of_elements=\"7\">\n        <Element index=\"0\" value=\"3D Glyphs\"/>\n        <Element index=\"1\" value=\"Outline\"/>\n        <Element index=\"2\" value=\"Points\"/>\n        <Element index=\"3\" value=\"Surface\"/>\n        <Element index=\"4\" value=\"Surface With Edges\"/>\n        <Element index=\"5\" value=\"Volume\"/>\n        <Element index=\"6\" value=\"Wireframe\"/>\n      </Property>\n      <Property name=\"SelectionCellFieldDataArrayName\" id=\"4749.SelectionCellFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n        <Domain name=\"array_list\" id=\"4749.SelectionCellFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointFieldDataArrayName\" id=\"4749.SelectionPointFieldDataArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"magTsource\"/>\n        <Domain name=\"array_list\" id=\"4749.SelectionPointFieldDataArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionVisibility\" id=\"4749.SelectionVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionVisibility.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4749.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4749.Visibility.bool\"/>\n      </Property>\n      <Property name=\"Ambient\" id=\"4749.Ambient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.Ambient.range\"/>\n      </Property>\n      <Property name=\"AmbientColor\" id=\"4749.AmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.AmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceAmbientColor\" id=\"4749.BackfaceAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.BackfaceAmbientColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceDiffuseColor\" id=\"4749.BackfaceDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0.666666666666667\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.BackfaceDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"BackfaceOpacity\" id=\"4749.BackfaceOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.BackfaceOpacity.range\"/>\n      </Property>\n      <Property name=\"BackfaceRepresentation\" id=\"4749.BackfaceRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"enum\" id=\"4749.BackfaceRepresentation.enum\">\n          <Entry value=\"400\" text=\"Follow Frontface\"/>\n          <Entry value=\"401\" text=\"Cull Backface\"/>\n          <Entry value=\"402\" text=\"Cull Frontface\"/>\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n          <Entry value=\"3\" text=\"Surface With Edges\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BlockColor\" id=\"4749.BlockColor\"/>\n      <Property name=\"BlockColorsDistinctValues\" id=\"4749.BlockColorsDistinctValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n        <Domain name=\"range\" id=\"4749.BlockColorsDistinctValues.range\"/>\n      </Property>\n      <Property name=\"BlockOpacity\" id=\"4749.BlockOpacity\"/>\n      <Property name=\"BlockVisibility\" id=\"4749.BlockVisibility\"/>\n      <Property name=\"ColorArrayName\" id=\"4749.ColorArrayName\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"\"/>\n        <Domain name=\"array_list\" id=\"4749.ColorArrayName.array_list\">\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"cellNormals\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"vtkCompositeIndex\"/>\n          <String text=\"vtkBlockColors\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4749.ColorArrayName.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n          <Entry value=\"2\" text=\"Field Data\"/>\n          <Entry value=\"4\" text=\"Vertex Data\"/>\n          <Entry value=\"5\" text=\"Edge Data\"/>\n          <Entry value=\"6\" text=\"Row Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Diffuse\" id=\"4749.Diffuse\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.Diffuse.range\"/>\n      </Property>\n      <Property name=\"DiffuseColor\" id=\"4749.DiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0.333333333333333\"/>\n        <Element index=\"2\" value=\"0.498039215686275\"/>\n        <Domain name=\"range\" id=\"4749.DiffuseColor.range\"/>\n      </Property>\n      <Property name=\"EdgeColor\" id=\"4749.EdgeColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.EdgeColor.range\"/>\n      </Property>\n      <Property name=\"ExtractedBlockIndex\" id=\"4749.ExtractedBlockIndex\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"tree\" id=\"4749.ExtractedBlockIndex.tree\"/>\n      </Property>\n      <Property name=\"GlyphTableIndexArray\" id=\"4749.GlyphTableIndexArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"magTsource\"/>\n        <Domain name=\"array_list\" id=\"4749.GlyphTableIndexArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"GlyphType\" id=\"4749.GlyphType\" number_of_elements=\"1\">\n        <Proxy value=\"4610\" output_port=\"0\"/>\n        <Domain name=\"input_type\" id=\"4749.GlyphType.input_type\"/>\n        <Domain name=\"proxy_list\" id=\"4749.GlyphType.proxy_list\">\n          <Proxy value=\"4610\"/>\n          <Proxy value=\"4621\"/>\n          <Proxy value=\"4632\"/>\n          <Proxy value=\"4643\"/>\n          <Proxy value=\"4654\"/>\n          <Proxy value=\"4665\"/>\n          <Proxy value=\"4676\"/>\n          <Proxy value=\"4687\"/>\n        </Domain>\n      </Property>\n      <Property name=\"InterpolateScalarsBeforeMapping\" id=\"4749.InterpolateScalarsBeforeMapping\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4749.InterpolateScalarsBeforeMapping.bool\"/>\n      </Property>\n      <Property name=\"Interpolation\" id=\"4749.Interpolation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4749.Interpolation.enum\">\n          <Entry value=\"0\" text=\"Flat\"/>\n          <Entry value=\"1\" text=\"Gouraud\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LineWidth\" id=\"4749.LineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.LineWidth.range\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4749.LookupTable\">\n        <Domain name=\"groups\" id=\"4749.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"MapScalars\" id=\"4749.MapScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4749.MapScalars.bool\"/>\n      </Property>\n      <Property name=\"Masking\" id=\"4749.Masking\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.Masking.bool\"/>\n      </Property>\n      <Property name=\"MeshVisibility\" id=\"4749.MeshVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.MeshVisibility.bool\"/>\n      </Property>\n      <Property name=\"NonlinearSubdivisionLevel\" id=\"4749.NonlinearSubdivisionLevel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.NonlinearSubdivisionLevel.range\"/>\n      </Property>\n      <Property name=\"OSPRayScaleArray\" id=\"4749.OSPRayScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"magTsource\"/>\n        <Domain name=\"array_list\" id=\"4749.OSPRayScaleArray.array_list\">\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayScaleFunction\" id=\"4749.OSPRayScaleFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4698\"/>\n        <Domain name=\"groups\" id=\"4749.OSPRayScaleFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4749.OSPRayScaleFunction.proxy_list\">\n          <Proxy value=\"4698\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OSPRayUseScaleArray\" id=\"4749.OSPRayUseScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.OSPRayUseScaleArray.bool\"/>\n      </Property>\n      <Property name=\"Opacity\" id=\"4749.Opacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"4749.Opacity.range\"/>\n      </Property>\n      <Property name=\"Orient\" id=\"4749.Orient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.Orient.bool\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4749.Orientation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.Orientation.range\"/>\n      </Property>\n      <Property name=\"OrientationMode\" id=\"4749.OrientationMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4749.OrientationMode.enum\">\n          <Entry value=\"0\" text=\"Direction\"/>\n          <Entry value=\"1\" text=\"Rotation\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Origin\" id=\"4749.Origin\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.Origin.range\"/>\n      </Property>\n      <Property name=\"Pickable\" id=\"4749.Pickable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4749.Pickable.bool\"/>\n      </Property>\n      <Property name=\"PointSize\" id=\"4749.PointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4749.PointSize.range\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4749.Position\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.Position.range\"/>\n      </Property>\n      <Property name=\"SamplingDimensions\" id=\"4749.SamplingDimensions\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"128\"/>\n        <Element index=\"1\" value=\"128\"/>\n        <Element index=\"2\" value=\"128\"/>\n        <Domain name=\"range\" id=\"4749.SamplingDimensions.range\"/>\n      </Property>\n      <Property name=\"ScalarOpacityFunction\" id=\"4749.ScalarOpacityFunction\">\n        <Domain name=\"groups\" id=\"4749.ScalarOpacityFunction.groups\"/>\n      </Property>\n      <Property name=\"ScalarOpacityUnitDistance\" id=\"4749.ScalarOpacityUnitDistance\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.329029395632296\"/>\n        <Domain name=\"bounds\" id=\"4749.ScalarOpacityUnitDistance.bounds\"/>\n      </Property>\n      <Property name=\"Scale\" id=\"4749.Scale\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.Scale.range\"/>\n      </Property>\n      <Property name=\"ScaleFactor\" id=\"4749.ScaleFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.1\"/>\n        <Domain name=\"bounds\" id=\"4749.ScaleFactor.bounds\"/>\n        <Domain name=\"scalar_range\" id=\"4749.ScaleFactor.scalar_range\"/>\n        <Domain name=\"vector_range\" id=\"4749.ScaleFactor.vector_range\"/>\n      </Property>\n      <Property name=\"ScaleMode\" id=\"4749.ScaleMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4749.ScaleMode.enum\">\n          <Entry value=\"0\" text=\"No Data Scaling Off\"/>\n          <Entry value=\"1\" text=\"Magnitude\"/>\n          <Entry value=\"2\" text=\"Vector Components\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Scaling\" id=\"4749.Scaling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.Scaling.bool\"/>\n      </Property>\n      <Property name=\"SelectMapper\" id=\"4749.SelectMapper\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Projected tetra\"/>\n        <Domain name=\"list\" id=\"4749.SelectMapper.list\">\n          <String text=\"Projected tetra\"/>\n          <String text=\"HAVS\"/>\n          <String text=\"Z sweep\"/>\n          <String text=\"Bunyk ray cast\"/>\n          <String text=\"Resample To Image\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectMaskArray\" id=\"4749.SelectMaskArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectOrientationVectors\" id=\"4749.SelectOrientationVectors\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"None\"/>\n        <Domain name=\"array_list\" id=\"4749.SelectOrientationVectors.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectScaleArray\" id=\"4749.SelectScaleArray\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"magTsource\"/>\n        <Domain name=\"array_list\" id=\"4749.SelectScaleArray.array_list\">\n          <String text=\"None\"/>\n          <String text=\"U\"/>\n          <String text=\"magTsource\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n          <String text=\"p\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelBold\" id=\"4749.SelectionCellLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionCellLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelColor\" id=\"4749.SelectionCellLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.SelectionCellLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFontFamily\" id=\"4749.SelectionCellLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4749.SelectionCellLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelFontSize\" id=\"4749.SelectionCellLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4749.SelectionCellLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelFormat\" id=\"4749.SelectionCellLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelItalic\" id=\"4749.SelectionCellLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionCellLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelJustification\" id=\"4749.SelectionCellLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4749.SelectionCellLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionCellLabelOpacity\" id=\"4749.SelectionCellLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.SelectionCellLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelShadow\" id=\"4749.SelectionCellLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionCellLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionCellLabelVisibility\" id=\"4749.SelectionCellLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionCellLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionColor\" id=\"4749.SelectionColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.SelectionColor.range\"/>\n      </Property>\n      <Property name=\"SelectionLineWidth\" id=\"4749.SelectionLineWidth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"4749.SelectionLineWidth.range\"/>\n      </Property>\n      <Property name=\"SelectionMaximumNumberOfLabels\" id=\"4749.SelectionMaximumNumberOfLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4749.SelectionMaximumNumberOfLabels.range\"/>\n      </Property>\n      <Property name=\"SelectionOpacity\" id=\"4749.SelectionOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.SelectionOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelBold\" id=\"4749.SelectionPointLabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionPointLabelBold.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelColor\" id=\"4749.SelectionPointLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.SelectionPointLabelColor.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFontFamily\" id=\"4749.SelectionPointLabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4749.SelectionPointLabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelFontSize\" id=\"4749.SelectionPointLabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"18\"/>\n        <Domain name=\"range\" id=\"4749.SelectionPointLabelFontSize.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelFormat\" id=\"4749.SelectionPointLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelItalic\" id=\"4749.SelectionPointLabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionPointLabelItalic.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelJustification\" id=\"4749.SelectionPointLabelJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4749.SelectionPointLabelJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Center\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionPointLabelOpacity\" id=\"4749.SelectionPointLabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.SelectionPointLabelOpacity.range\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelShadow\" id=\"4749.SelectionPointLabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionPointLabelShadow.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointLabelVisibility\" id=\"4749.SelectionPointLabelVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionPointLabelVisibility.bool\"/>\n      </Property>\n      <Property name=\"SelectionPointSize\" id=\"4749.SelectionPointSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"range\" id=\"4749.SelectionPointSize.range\"/>\n      </Property>\n      <Property name=\"SelectionRepresentation\" id=\"4749.SelectionRepresentation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4749.SelectionRepresentation.enum\">\n          <Entry value=\"0\" text=\"Points\"/>\n          <Entry value=\"1\" text=\"Wireframe\"/>\n          <Entry value=\"2\" text=\"Surface\"/>\n        </Domain>\n      </Property>\n      <Property name=\"SelectionUseOutline\" id=\"4749.SelectionUseOutline\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SelectionUseOutline.bool\"/>\n      </Property>\n      <Property name=\"Specular\" id=\"4749.Specular\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4749.Specular.range\"/>\n      </Property>\n      <Property name=\"SpecularColor\" id=\"4749.SpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4749.SpecularColor.range\"/>\n      </Property>\n      <Property name=\"SpecularPower\" id=\"4749.SpecularPower\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n        <Domain name=\"range\" id=\"4749.SpecularPower.range\"/>\n      </Property>\n      <Property name=\"StaticMode\" id=\"4749.StaticMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.StaticMode.bool\"/>\n      </Property>\n      <Property name=\"SuppressLOD\" id=\"4749.SuppressLOD\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.SuppressLOD.bool\"/>\n      </Property>\n      <Property name=\"Texture\" id=\"4749.Texture\">\n        <Domain name=\"groups\" id=\"4749.Texture.groups\"/>\n      </Property>\n      <Property name=\"Triangulate\" id=\"4749.Triangulate\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.Triangulate.bool\"/>\n      </Property>\n      <Property name=\"UseCompositeGlyphTable\" id=\"4749.UseCompositeGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.UseCompositeGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UseDataPartitions\" id=\"4749.UseDataPartitions\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.UseDataPartitions.bool\"/>\n      </Property>\n      <Property name=\"UseFloatingPointFrameBuffer\" id=\"4749.UseFloatingPointFrameBuffer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4749.UseFloatingPointFrameBuffer.bool\"/>\n      </Property>\n      <Property name=\"UseGlyphTable\" id=\"4749.UseGlyphTable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4749.UseGlyphTable.bool\"/>\n      </Property>\n      <Property name=\"UserTransform\" id=\"4749.UserTransform\" number_of_elements=\"16\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"0\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"0\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"1\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"0\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"0\"/>\n        <Element index=\"15\" value=\"1\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"4767\" servers=\"21\">\n      <Property name=\"Enabled\" id=\"4767.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.Enabled.bool\"/>\n      </Property>\n      <Property name=\"LockPosition\" id=\"4767.LockPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.LockPosition.bool\"/>\n      </Property>\n      <Property name=\"UseNonCompositedRenderer\" id=\"4767.UseNonCompositedRenderer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"AddRangeAnnotations\" id=\"4767.AddRangeAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.AddRangeAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AddRangeLabels\" id=\"4767.AddRangeLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.AddRangeLabels.bool\"/>\n      </Property>\n      <Property name=\"AutoOrient\" id=\"4767.AutoOrient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.AutoOrient.bool\"/>\n      </Property>\n      <Property name=\"AutoOrientInfo\" id=\"4767.AutoOrientInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.AutoOrientInfo.bool\"/>\n      </Property>\n      <Property name=\"AutomaticAnnotations\" id=\"4767.AutomaticAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.AutomaticAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AutomaticLabelFormat\" id=\"4767.AutomaticLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.AutomaticLabelFormat.bool\"/>\n      </Property>\n      <Property name=\"ComponentTitle\" id=\"4767.ComponentTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"CustomLabels\" id=\"4767.CustomLabels\"/>\n      <Property name=\"DrawAnnotations\" id=\"4767.DrawAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.DrawAnnotations.bool\"/>\n      </Property>\n      <Property name=\"DrawNanAnnotation\" id=\"4767.DrawNanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.DrawNanAnnotation.bool\"/>\n      </Property>\n      <Property name=\"DrawTickLabels\" id=\"4767.DrawTickLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.DrawTickLabels.bool\"/>\n      </Property>\n      <Property name=\"DrawTickMarks\" id=\"4767.DrawTickMarks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.DrawTickMarks.bool\"/>\n      </Property>\n      <Property name=\"LabelBold\" id=\"4767.LabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.LabelBold.bool\"/>\n      </Property>\n      <Property name=\"LabelColor\" id=\"4767.LabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4767.LabelColor.range\"/>\n      </Property>\n      <Property name=\"LabelFontFamily\" id=\"4767.LabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4767.LabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LabelFontSize\" id=\"4767.LabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4767.LabelFontSize.range\"/>\n      </Property>\n      <Property name=\"LabelFormat\" id=\"4767.LabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"LabelItalic\" id=\"4767.LabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.LabelItalic.bool\"/>\n      </Property>\n      <Property name=\"LabelOpacity\" id=\"4767.LabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4767.LabelOpacity.range\"/>\n      </Property>\n      <Property name=\"LabelShadow\" id=\"4767.LabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.LabelShadow.bool\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4767.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4761\"/>\n        <Domain name=\"groups\" id=\"4767.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"NanAnnotation\" id=\"4767.NanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"NaN\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4767.Orientation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4767.Orientation.enum\">\n          <Entry value=\"0\" text=\"Horizontal\"/>\n          <Entry value=\"1\" text=\"Vertical\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OrientationInfo\" id=\"4767.OrientationInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4767.Position\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.116296691568837\"/>\n        <Element index=\"1\" value=\"0.167765567765568\"/>\n        <Domain name=\"range\" id=\"4767.Position.range\"/>\n      </Property>\n      <Property name=\"PositionInfo\" id=\"4767.PositionInfo\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.116296691568837\"/>\n        <Element index=\"1\" value=\"0.167765567765568\"/>\n      </Property>\n      <Property name=\"RangeLabelFormat\" id=\"4767.RangeLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"Repositionable\" id=\"4767.Repositionable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.Repositionable.bool\"/>\n      </Property>\n      <Property name=\"Resizable\" id=\"4767.Resizable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4767.Resizable.bool\"/>\n      </Property>\n      <Property name=\"ScalarBarLength\" id=\"4767.ScalarBarLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.33\"/>\n      </Property>\n      <Property name=\"ScalarBarThickness\" id=\"4767.ScalarBarThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n      </Property>\n      <Property name=\"Selectable\" id=\"4767.Selectable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.Selectable.bool\"/>\n      </Property>\n      <Property name=\"TextPosition\" id=\"4767.TextPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4767.TextPosition.enum\">\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Title\" id=\"4767.Title\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"magTsource\"/>\n      </Property>\n      <Property name=\"TitleBold\" id=\"4767.TitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.TitleBold.bool\"/>\n      </Property>\n      <Property name=\"TitleColor\" id=\"4767.TitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4767.TitleColor.range\"/>\n      </Property>\n      <Property name=\"TitleFontFamily\" id=\"4767.TitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4767.TitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleFontSize\" id=\"4767.TitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4767.TitleFontSize.range\"/>\n      </Property>\n      <Property name=\"TitleItalic\" id=\"4767.TitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.TitleItalic.bool\"/>\n      </Property>\n      <Property name=\"TitleJustification\" id=\"4767.TitleJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4767.TitleJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Centered\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleOpacity\" id=\"4767.TitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4767.TitleOpacity.range\"/>\n      </Property>\n      <Property name=\"TitleShadow\" id=\"4767.TitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.TitleShadow.bool\"/>\n      </Property>\n      <Property name=\"UseCustomLabels\" id=\"4767.UseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.UseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4767.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4767.Visibility.bool\"/>\n      </Property>\n      <Property name=\"WindowLocation\" id=\"4767.WindowLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4767.WindowLocation.enum\">\n          <Entry value=\"0\" text=\"AnyLocation\"/>\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\n          <Entry value=\"3\" text=\"LowerCenter\"/>\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\n          <Entry value=\"6\" text=\"UpperCenter\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"4775\" servers=\"21\">\n      <Property name=\"Enabled\" id=\"4775.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.Enabled.bool\"/>\n      </Property>\n      <Property name=\"LockPosition\" id=\"4775.LockPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.LockPosition.bool\"/>\n      </Property>\n      <Property name=\"UseNonCompositedRenderer\" id=\"4775.UseNonCompositedRenderer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"AddRangeAnnotations\" id=\"4775.AddRangeAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.AddRangeAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AddRangeLabels\" id=\"4775.AddRangeLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.AddRangeLabels.bool\"/>\n      </Property>\n      <Property name=\"AutoOrient\" id=\"4775.AutoOrient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.AutoOrient.bool\"/>\n      </Property>\n      <Property name=\"AutoOrientInfo\" id=\"4775.AutoOrientInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.AutoOrientInfo.bool\"/>\n      </Property>\n      <Property name=\"AutomaticAnnotations\" id=\"4775.AutomaticAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.AutomaticAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AutomaticLabelFormat\" id=\"4775.AutomaticLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.AutomaticLabelFormat.bool\"/>\n      </Property>\n      <Property name=\"ComponentTitle\" id=\"4775.ComponentTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Magnitude\"/>\n      </Property>\n      <Property name=\"CustomLabels\" id=\"4775.CustomLabels\"/>\n      <Property name=\"DrawAnnotations\" id=\"4775.DrawAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.DrawAnnotations.bool\"/>\n      </Property>\n      <Property name=\"DrawNanAnnotation\" id=\"4775.DrawNanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.DrawNanAnnotation.bool\"/>\n      </Property>\n      <Property name=\"DrawTickLabels\" id=\"4775.DrawTickLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.DrawTickLabels.bool\"/>\n      </Property>\n      <Property name=\"DrawTickMarks\" id=\"4775.DrawTickMarks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.DrawTickMarks.bool\"/>\n      </Property>\n      <Property name=\"LabelBold\" id=\"4775.LabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.LabelBold.bool\"/>\n      </Property>\n      <Property name=\"LabelColor\" id=\"4775.LabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4775.LabelColor.range\"/>\n      </Property>\n      <Property name=\"LabelFontFamily\" id=\"4775.LabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4775.LabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LabelFontSize\" id=\"4775.LabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4775.LabelFontSize.range\"/>\n      </Property>\n      <Property name=\"LabelFormat\" id=\"4775.LabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"LabelItalic\" id=\"4775.LabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.LabelItalic.bool\"/>\n      </Property>\n      <Property name=\"LabelOpacity\" id=\"4775.LabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4775.LabelOpacity.range\"/>\n      </Property>\n      <Property name=\"LabelShadow\" id=\"4775.LabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.LabelShadow.bool\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4775.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4769\"/>\n        <Domain name=\"groups\" id=\"4775.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"NanAnnotation\" id=\"4775.NanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"NaN\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4775.Orientation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4775.Orientation.enum\">\n          <Entry value=\"0\" text=\"Horizontal\"/>\n          <Entry value=\"1\" text=\"Vertical\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OrientationInfo\" id=\"4775.OrientationInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4775.Position\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.145112059765208\"/>\n        <Element index=\"1\" value=\"0.220879120879121\"/>\n        <Domain name=\"range\" id=\"4775.Position.range\"/>\n      </Property>\n      <Property name=\"PositionInfo\" id=\"4775.PositionInfo\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.145112059765208\"/>\n        <Element index=\"1\" value=\"0.220879120879121\"/>\n      </Property>\n      <Property name=\"RangeLabelFormat\" id=\"4775.RangeLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"Repositionable\" id=\"4775.Repositionable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.Repositionable.bool\"/>\n      </Property>\n      <Property name=\"Resizable\" id=\"4775.Resizable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4775.Resizable.bool\"/>\n      </Property>\n      <Property name=\"ScalarBarLength\" id=\"4775.ScalarBarLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.33\"/>\n      </Property>\n      <Property name=\"ScalarBarThickness\" id=\"4775.ScalarBarThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n      </Property>\n      <Property name=\"Selectable\" id=\"4775.Selectable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.Selectable.bool\"/>\n      </Property>\n      <Property name=\"TextPosition\" id=\"4775.TextPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4775.TextPosition.enum\">\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Title\" id=\"4775.Title\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"momentumSourceField\"/>\n      </Property>\n      <Property name=\"TitleBold\" id=\"4775.TitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.TitleBold.bool\"/>\n      </Property>\n      <Property name=\"TitleColor\" id=\"4775.TitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4775.TitleColor.range\"/>\n      </Property>\n      <Property name=\"TitleFontFamily\" id=\"4775.TitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4775.TitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleFontSize\" id=\"4775.TitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4775.TitleFontSize.range\"/>\n      </Property>\n      <Property name=\"TitleItalic\" id=\"4775.TitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.TitleItalic.bool\"/>\n      </Property>\n      <Property name=\"TitleJustification\" id=\"4775.TitleJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4775.TitleJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Centered\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleOpacity\" id=\"4775.TitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4775.TitleOpacity.range\"/>\n      </Property>\n      <Property name=\"TitleShadow\" id=\"4775.TitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.TitleShadow.bool\"/>\n      </Property>\n      <Property name=\"UseCustomLabels\" id=\"4775.UseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.UseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4775.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4775.Visibility.bool\"/>\n      </Property>\n      <Property name=\"WindowLocation\" id=\"4775.WindowLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4775.WindowLocation.enum\">\n          <Entry value=\"0\" text=\"AnyLocation\"/>\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\n          <Entry value=\"3\" text=\"LowerCenter\"/>\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\n          <Entry value=\"6\" text=\"UpperCenter\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"4987\" servers=\"21\">\n      <Property name=\"Enabled\" id=\"4987.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.Enabled.bool\"/>\n      </Property>\n      <Property name=\"LockPosition\" id=\"4987.LockPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.LockPosition.bool\"/>\n      </Property>\n      <Property name=\"UseNonCompositedRenderer\" id=\"4987.UseNonCompositedRenderer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"AddRangeAnnotations\" id=\"4987.AddRangeAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.AddRangeAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AddRangeLabels\" id=\"4987.AddRangeLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.AddRangeLabels.bool\"/>\n      </Property>\n      <Property name=\"AutoOrient\" id=\"4987.AutoOrient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.AutoOrient.bool\"/>\n      </Property>\n      <Property name=\"AutoOrientInfo\" id=\"4987.AutoOrientInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.AutoOrientInfo.bool\"/>\n      </Property>\n      <Property name=\"AutomaticAnnotations\" id=\"4987.AutomaticAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.AutomaticAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AutomaticLabelFormat\" id=\"4987.AutomaticLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.AutomaticLabelFormat.bool\"/>\n      </Property>\n      <Property name=\"ComponentTitle\" id=\"4987.ComponentTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Magnitude\"/>\n      </Property>\n      <Property name=\"CustomLabels\" id=\"4987.CustomLabels\"/>\n      <Property name=\"DrawAnnotations\" id=\"4987.DrawAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.DrawAnnotations.bool\"/>\n      </Property>\n      <Property name=\"DrawNanAnnotation\" id=\"4987.DrawNanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.DrawNanAnnotation.bool\"/>\n      </Property>\n      <Property name=\"DrawTickLabels\" id=\"4987.DrawTickLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.DrawTickLabels.bool\"/>\n      </Property>\n      <Property name=\"DrawTickMarks\" id=\"4987.DrawTickMarks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.DrawTickMarks.bool\"/>\n      </Property>\n      <Property name=\"LabelBold\" id=\"4987.LabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.LabelBold.bool\"/>\n      </Property>\n      <Property name=\"LabelColor\" id=\"4987.LabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4987.LabelColor.range\"/>\n      </Property>\n      <Property name=\"LabelFontFamily\" id=\"4987.LabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4987.LabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LabelFontSize\" id=\"4987.LabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4987.LabelFontSize.range\"/>\n      </Property>\n      <Property name=\"LabelFormat\" id=\"4987.LabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"LabelItalic\" id=\"4987.LabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.LabelItalic.bool\"/>\n      </Property>\n      <Property name=\"LabelOpacity\" id=\"4987.LabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4987.LabelOpacity.range\"/>\n      </Property>\n      <Property name=\"LabelShadow\" id=\"4987.LabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.LabelShadow.bool\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4987.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4936\"/>\n        <Domain name=\"groups\" id=\"4987.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"NanAnnotation\" id=\"4987.NanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"NaN\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4987.Orientation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4987.Orientation.enum\">\n          <Entry value=\"0\" text=\"Horizontal\"/>\n          <Entry value=\"1\" text=\"Vertical\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OrientationInfo\" id=\"4987.OrientationInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4987.Position\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.169043722277931\"/>\n        <Element index=\"1\" value=\"0.0256410256410256\"/>\n        <Domain name=\"range\" id=\"4987.Position.range\"/>\n      </Property>\n      <Property name=\"PositionInfo\" id=\"4987.PositionInfo\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.169043722277931\"/>\n        <Element index=\"1\" value=\"0.0256410256410256\"/>\n      </Property>\n      <Property name=\"RangeLabelFormat\" id=\"4987.RangeLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"Repositionable\" id=\"4987.Repositionable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.Repositionable.bool\"/>\n      </Property>\n      <Property name=\"Resizable\" id=\"4987.Resizable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.Resizable.bool\"/>\n      </Property>\n      <Property name=\"ScalarBarLength\" id=\"4987.ScalarBarLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.329999999999999\"/>\n      </Property>\n      <Property name=\"ScalarBarThickness\" id=\"4987.ScalarBarThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n      </Property>\n      <Property name=\"Selectable\" id=\"4987.Selectable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.Selectable.bool\"/>\n      </Property>\n      <Property name=\"TextPosition\" id=\"4987.TextPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4987.TextPosition.enum\">\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Title\" id=\"4987.Title\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"U\"/>\n      </Property>\n      <Property name=\"TitleBold\" id=\"4987.TitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.TitleBold.bool\"/>\n      </Property>\n      <Property name=\"TitleColor\" id=\"4987.TitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4987.TitleColor.range\"/>\n      </Property>\n      <Property name=\"TitleFontFamily\" id=\"4987.TitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4987.TitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleFontSize\" id=\"4987.TitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4987.TitleFontSize.range\"/>\n      </Property>\n      <Property name=\"TitleItalic\" id=\"4987.TitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.TitleItalic.bool\"/>\n      </Property>\n      <Property name=\"TitleJustification\" id=\"4987.TitleJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4987.TitleJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Centered\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleOpacity\" id=\"4987.TitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4987.TitleOpacity.range\"/>\n      </Property>\n      <Property name=\"TitleShadow\" id=\"4987.TitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.TitleShadow.bool\"/>\n      </Property>\n      <Property name=\"UseCustomLabels\" id=\"4987.UseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4987.UseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4987.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4987.Visibility.bool\"/>\n      </Property>\n      <Property name=\"WindowLocation\" id=\"4987.WindowLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4987.WindowLocation.enum\">\n          <Entry value=\"0\" text=\"AnyLocation\"/>\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\n          <Entry value=\"3\" text=\"LowerCenter\"/>\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\n          <Entry value=\"6\" text=\"UpperCenter\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"4995\" servers=\"21\">\n      <Property name=\"Enabled\" id=\"4995.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.Enabled.bool\"/>\n      </Property>\n      <Property name=\"LockPosition\" id=\"4995.LockPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.LockPosition.bool\"/>\n      </Property>\n      <Property name=\"UseNonCompositedRenderer\" id=\"4995.UseNonCompositedRenderer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"AddRangeAnnotations\" id=\"4995.AddRangeAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.AddRangeAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AddRangeLabels\" id=\"4995.AddRangeLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.AddRangeLabels.bool\"/>\n      </Property>\n      <Property name=\"AutoOrient\" id=\"4995.AutoOrient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.AutoOrient.bool\"/>\n      </Property>\n      <Property name=\"AutoOrientInfo\" id=\"4995.AutoOrientInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.AutoOrientInfo.bool\"/>\n      </Property>\n      <Property name=\"AutomaticAnnotations\" id=\"4995.AutomaticAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.AutomaticAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AutomaticLabelFormat\" id=\"4995.AutomaticLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.AutomaticLabelFormat.bool\"/>\n      </Property>\n      <Property name=\"ComponentTitle\" id=\"4995.ComponentTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"CustomLabels\" id=\"4995.CustomLabels\"/>\n      <Property name=\"DrawAnnotations\" id=\"4995.DrawAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.DrawAnnotations.bool\"/>\n      </Property>\n      <Property name=\"DrawNanAnnotation\" id=\"4995.DrawNanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.DrawNanAnnotation.bool\"/>\n      </Property>\n      <Property name=\"DrawTickLabels\" id=\"4995.DrawTickLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.DrawTickLabels.bool\"/>\n      </Property>\n      <Property name=\"DrawTickMarks\" id=\"4995.DrawTickMarks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.DrawTickMarks.bool\"/>\n      </Property>\n      <Property name=\"LabelBold\" id=\"4995.LabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.LabelBold.bool\"/>\n      </Property>\n      <Property name=\"LabelColor\" id=\"4995.LabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4995.LabelColor.range\"/>\n      </Property>\n      <Property name=\"LabelFontFamily\" id=\"4995.LabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4995.LabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LabelFontSize\" id=\"4995.LabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4995.LabelFontSize.range\"/>\n      </Property>\n      <Property name=\"LabelFormat\" id=\"4995.LabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"LabelItalic\" id=\"4995.LabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.LabelItalic.bool\"/>\n      </Property>\n      <Property name=\"LabelOpacity\" id=\"4995.LabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4995.LabelOpacity.range\"/>\n      </Property>\n      <Property name=\"LabelShadow\" id=\"4995.LabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.LabelShadow.bool\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"4995.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4989\"/>\n        <Domain name=\"groups\" id=\"4995.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"NanAnnotation\" id=\"4995.NanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"NaN\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"4995.Orientation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4995.Orientation.enum\">\n          <Entry value=\"0\" text=\"Horizontal\"/>\n          <Entry value=\"1\" text=\"Vertical\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OrientationInfo\" id=\"4995.OrientationInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Position\" id=\"4995.Position\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.89\"/>\n        <Element index=\"1\" value=\"0.02\"/>\n        <Domain name=\"range\" id=\"4995.Position.range\"/>\n      </Property>\n      <Property name=\"PositionInfo\" id=\"4995.PositionInfo\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.89\"/>\n        <Element index=\"1\" value=\"0.02\"/>\n      </Property>\n      <Property name=\"RangeLabelFormat\" id=\"4995.RangeLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"Repositionable\" id=\"4995.Repositionable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.Repositionable.bool\"/>\n      </Property>\n      <Property name=\"Resizable\" id=\"4995.Resizable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4995.Resizable.bool\"/>\n      </Property>\n      <Property name=\"ScalarBarLength\" id=\"4995.ScalarBarLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.33\"/>\n      </Property>\n      <Property name=\"ScalarBarThickness\" id=\"4995.ScalarBarThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n      </Property>\n      <Property name=\"Selectable\" id=\"4995.Selectable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.Selectable.bool\"/>\n      </Property>\n      <Property name=\"TextPosition\" id=\"4995.TextPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4995.TextPosition.enum\">\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Title\" id=\"4995.Title\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"AngularVelocity\"/>\n      </Property>\n      <Property name=\"TitleBold\" id=\"4995.TitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.TitleBold.bool\"/>\n      </Property>\n      <Property name=\"TitleColor\" id=\"4995.TitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4995.TitleColor.range\"/>\n      </Property>\n      <Property name=\"TitleFontFamily\" id=\"4995.TitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"4995.TitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleFontSize\" id=\"4995.TitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"4995.TitleFontSize.range\"/>\n      </Property>\n      <Property name=\"TitleItalic\" id=\"4995.TitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.TitleItalic.bool\"/>\n      </Property>\n      <Property name=\"TitleJustification\" id=\"4995.TitleJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4995.TitleJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Centered\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleOpacity\" id=\"4995.TitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"4995.TitleOpacity.range\"/>\n      </Property>\n      <Property name=\"TitleShadow\" id=\"4995.TitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.TitleShadow.bool\"/>\n      </Property>\n      <Property name=\"UseCustomLabels\" id=\"4995.UseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.UseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"4995.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4995.Visibility.bool\"/>\n      </Property>\n      <Property name=\"WindowLocation\" id=\"4995.WindowLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"enum\" id=\"4995.WindowLocation.enum\">\n          <Entry value=\"0\" text=\"AnyLocation\"/>\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\n          <Entry value=\"3\" text=\"LowerCenter\"/>\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\n          <Entry value=\"6\" text=\"UpperCenter\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"representations\" type=\"ScalarBarWidgetRepresentation\" id=\"5003\" servers=\"21\">\n      <Property name=\"Enabled\" id=\"5003.Enabled\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.Enabled.bool\"/>\n      </Property>\n      <Property name=\"LockPosition\" id=\"5003.LockPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.LockPosition.bool\"/>\n      </Property>\n      <Property name=\"UseNonCompositedRenderer\" id=\"5003.UseNonCompositedRenderer\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"AddRangeAnnotations\" id=\"5003.AddRangeAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.AddRangeAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AddRangeLabels\" id=\"5003.AddRangeLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.AddRangeLabels.bool\"/>\n      </Property>\n      <Property name=\"AutoOrient\" id=\"5003.AutoOrient\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.AutoOrient.bool\"/>\n      </Property>\n      <Property name=\"AutoOrientInfo\" id=\"5003.AutoOrientInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.AutoOrientInfo.bool\"/>\n      </Property>\n      <Property name=\"AutomaticAnnotations\" id=\"5003.AutomaticAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.AutomaticAnnotations.bool\"/>\n      </Property>\n      <Property name=\"AutomaticLabelFormat\" id=\"5003.AutomaticLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.AutomaticLabelFormat.bool\"/>\n      </Property>\n      <Property name=\"ComponentTitle\" id=\"5003.ComponentTitle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"CustomLabels\" id=\"5003.CustomLabels\"/>\n      <Property name=\"DrawAnnotations\" id=\"5003.DrawAnnotations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.DrawAnnotations.bool\"/>\n      </Property>\n      <Property name=\"DrawNanAnnotation\" id=\"5003.DrawNanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.DrawNanAnnotation.bool\"/>\n      </Property>\n      <Property name=\"DrawTickLabels\" id=\"5003.DrawTickLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.DrawTickLabels.bool\"/>\n      </Property>\n      <Property name=\"DrawTickMarks\" id=\"5003.DrawTickMarks\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.DrawTickMarks.bool\"/>\n      </Property>\n      <Property name=\"LabelBold\" id=\"5003.LabelBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.LabelBold.bool\"/>\n      </Property>\n      <Property name=\"LabelColor\" id=\"5003.LabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5003.LabelColor.range\"/>\n      </Property>\n      <Property name=\"LabelFontFamily\" id=\"5003.LabelFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5003.LabelFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LabelFontSize\" id=\"5003.LabelFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"5003.LabelFontSize.range\"/>\n      </Property>\n      <Property name=\"LabelFormat\" id=\"5003.LabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"LabelItalic\" id=\"5003.LabelItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.LabelItalic.bool\"/>\n      </Property>\n      <Property name=\"LabelOpacity\" id=\"5003.LabelOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5003.LabelOpacity.range\"/>\n      </Property>\n      <Property name=\"LabelShadow\" id=\"5003.LabelShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.LabelShadow.bool\"/>\n      </Property>\n      <Property name=\"LookupTable\" id=\"5003.LookupTable\" number_of_elements=\"1\">\n        <Proxy value=\"4997\"/>\n        <Domain name=\"groups\" id=\"5003.LookupTable.groups\"/>\n      </Property>\n      <Property name=\"NanAnnotation\" id=\"5003.NanAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"NaN\"/>\n      </Property>\n      <Property name=\"Orientation\" id=\"5003.Orientation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5003.Orientation.enum\">\n          <Entry value=\"0\" text=\"Horizontal\"/>\n          <Entry value=\"1\" text=\"Vertical\"/>\n        </Domain>\n      </Property>\n      <Property name=\"OrientationInfo\" id=\"5003.OrientationInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"Position\" id=\"5003.Position\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.89\"/>\n        <Element index=\"1\" value=\"0.02\"/>\n        <Domain name=\"range\" id=\"5003.Position.range\"/>\n      </Property>\n      <Property name=\"PositionInfo\" id=\"5003.PositionInfo\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0.89\"/>\n        <Element index=\"1\" value=\"0.02\"/>\n      </Property>\n      <Property name=\"RangeLabelFormat\" id=\"5003.RangeLabelFormat\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"%-#6.3g\"/>\n      </Property>\n      <Property name=\"Repositionable\" id=\"5003.Repositionable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.Repositionable.bool\"/>\n      </Property>\n      <Property name=\"Resizable\" id=\"5003.Resizable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5003.Resizable.bool\"/>\n      </Property>\n      <Property name=\"ScalarBarLength\" id=\"5003.ScalarBarLength\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.33\"/>\n      </Property>\n      <Property name=\"ScalarBarThickness\" id=\"5003.ScalarBarThickness\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n      </Property>\n      <Property name=\"Selectable\" id=\"5003.Selectable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.Selectable.bool\"/>\n      </Property>\n      <Property name=\"TextPosition\" id=\"5003.TextPosition\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5003.TextPosition.enum\">\n          <Entry value=\"1\" text=\"Ticks right/top, annotations left/bottom\"/>\n          <Entry value=\"0\" text=\"Ticks left/bottom, annotations right/top\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Title\" id=\"5003.Title\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"p\"/>\n      </Property>\n      <Property name=\"TitleBold\" id=\"5003.TitleBold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.TitleBold.bool\"/>\n      </Property>\n      <Property name=\"TitleColor\" id=\"5003.TitleColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5003.TitleColor.range\"/>\n      </Property>\n      <Property name=\"TitleFontFamily\" id=\"5003.TitleFontFamily\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5003.TitleFontFamily.enum\">\n          <Entry value=\"0\" text=\"Arial\"/>\n          <Entry value=\"1\" text=\"Courier\"/>\n          <Entry value=\"2\" text=\"Times\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleFontSize\" id=\"5003.TitleFontSize\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"16\"/>\n        <Domain name=\"range\" id=\"5003.TitleFontSize.range\"/>\n      </Property>\n      <Property name=\"TitleItalic\" id=\"5003.TitleItalic\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.TitleItalic.bool\"/>\n      </Property>\n      <Property name=\"TitleJustification\" id=\"5003.TitleJustification\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5003.TitleJustification.enum\">\n          <Entry value=\"0\" text=\"Left\"/>\n          <Entry value=\"1\" text=\"Centered\"/>\n          <Entry value=\"2\" text=\"Right\"/>\n        </Domain>\n      </Property>\n      <Property name=\"TitleOpacity\" id=\"5003.TitleOpacity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5003.TitleOpacity.range\"/>\n      </Property>\n      <Property name=\"TitleShadow\" id=\"5003.TitleShadow\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.TitleShadow.bool\"/>\n      </Property>\n      <Property name=\"UseCustomLabels\" id=\"5003.UseCustomLabels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.UseCustomLabels.bool\"/>\n      </Property>\n      <Property name=\"Visibility\" id=\"5003.Visibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5003.Visibility.bool\"/>\n      </Property>\n      <Property name=\"WindowLocation\" id=\"5003.WindowLocation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"5\"/>\n        <Domain name=\"enum\" id=\"5003.WindowLocation.enum\">\n          <Entry value=\"0\" text=\"AnyLocation\"/>\n          <Entry value=\"1\" text=\"LowerLeftCorner\"/>\n          <Entry value=\"2\" text=\"LowerRightCorner\"/>\n          <Entry value=\"3\" text=\"LowerCenter\"/>\n          <Entry value=\"4\" text=\"UpperLeftCorner\"/>\n          <Entry value=\"5\" text=\"UpperRightCorner\"/>\n          <Entry value=\"6\" text=\"UpperCenter\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"Calculator\" id=\"4345\" servers=\"1\">\n      <Property name=\"AttributeMode\" id=\"4345.AttributeMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"4345.AttributeMode.enum\">\n          <Entry value=\"1\" text=\"Point Data\"/>\n          <Entry value=\"2\" text=\"Cell Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"CoordinateResults\" id=\"4345.CoordinateResults\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4345.CoordinateResults.bool\"/>\n      </Property>\n      <Property name=\"Function\" id=\"4345.Function\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"mag(momentumSourceField)\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4345.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4128\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"4345.Input.groups\"/>\n        <Domain name=\"input_array\" id=\"4345.Input.input_array\"/>\n        <Domain name=\"input_type\" id=\"4345.Input.input_type\"/>\n      </Property>\n      <Property name=\"ReplaceInvalidValues\" id=\"4345.ReplaceInvalidValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4345.ReplaceInvalidValues.bool\"/>\n      </Property>\n      <Property name=\"ReplacementValue\" id=\"4345.ReplacementValue\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"4345.ReplacementValue.range\"/>\n      </Property>\n      <Property name=\"ResultArrayName\" id=\"4345.ResultArrayName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"magTsource\"/>\n      </Property>\n      <Property name=\"ResultNormals\" id=\"4345.ResultNormals\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4345.ResultNormals.bool\"/>\n      </Property>\n      <Property name=\"ResultTCoords\" id=\"4345.ResultTCoords\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4345.ResultTCoords.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"Cut\" id=\"4799\" servers=\"1\">\n      <Property name=\"ContourValues\" id=\"4799.ContourValues\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bounds\" id=\"4799.ContourValues.bounds\"/>\n      </Property>\n      <Property name=\"CutFunction\" id=\"4799.CutFunction\" number_of_elements=\"1\">\n        <Proxy value=\"4795\"/>\n        <Domain name=\"groups\" id=\"4799.CutFunction.groups\"/>\n        <Domain name=\"proxy_list\" id=\"4799.CutFunction.proxy_list\">\n          <Proxy value=\"4795\"/>\n          <Proxy value=\"4796\"/>\n          <Proxy value=\"4797\"/>\n          <Proxy value=\"4798\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Input\" id=\"4799.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4128\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"4799.Input.groups\"/>\n        <Domain name=\"input_type\" id=\"4799.Input.input_type\"/>\n      </Property>\n      <Property name=\"InputBounds\" id=\"4799.InputBounds\">\n        <Domain name=\"bounds\" id=\"4799.InputBounds.bounds\"/>\n      </Property>\n      <Property name=\"PreserveInputCells\" id=\"4799.PreserveInputCells\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4799.PreserveInputCells.bool\"/>\n      </Property>\n      <Property name=\"Triangulate the slice\" id=\"4799.Triangulate the slice\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4799.Triangulate the slice.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"filters\" type=\"Threshold\" id=\"4562\" servers=\"1\">\n      <Property name=\"AllScalars\" id=\"4562.AllScalars\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4562.AllScalars.bool\"/>\n      </Property>\n      <Property name=\"Input\" id=\"4562.Input\" number_of_elements=\"1\">\n        <Proxy value=\"4345\" output_port=\"0\"/>\n        <Domain name=\"groups\" id=\"4562.Input.groups\"/>\n        <Domain name=\"input_array\" id=\"4562.Input.input_array\"/>\n        <Domain name=\"input_type\" id=\"4562.Input.input_type\"/>\n      </Property>\n      <Property name=\"SelectInputScalars\" id=\"4562.SelectInputScalars\" number_of_elements=\"5\">\n        <Element index=\"0\" value=\"\"/>\n        <Element index=\"1\" value=\"\"/>\n        <Element index=\"2\" value=\"\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"magTsource\"/>\n        <Domain name=\"array_list\" id=\"4562.SelectInputScalars.array_list\">\n          <String text=\"magTsource\"/>\n          <String text=\"p\"/>\n          <String text=\"p\"/>\n        </Domain>\n        <Domain name=\"field_list\" id=\"4562.SelectInputScalars.field_list\">\n          <Entry value=\"0\" text=\"Point Data\"/>\n          <Entry value=\"1\" text=\"Cell Data\"/>\n        </Domain>\n      </Property>\n      <Property name=\"ThresholdBetween\" id=\"4562.ThresholdBetween\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"1e-06\"/>\n        <Element index=\"1\" value=\"0.00225848495028913\"/>\n        <Domain name=\"range\" id=\"4562.ThresholdBetween.range\"/>\n      </Property>\n      <Property name=\"UseContinuousCellRange\" id=\"4562.UseContinuousCellRange\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4562.UseContinuousCellRange.bool\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"sources\" type=\"PVFoamReader\" id=\"4128\" servers=\"1\">\n      <Property name=\"FileName\" id=\"4128.FileName\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"testCase.OpenFOAM\"/>\n        <Domain name=\"files\" id=\"4128.FileName.files\"/>\n      </Property>\n      <Property name=\"LagrangianFieldArrayStatus\" id=\"4128.LagrangianFieldArrayStatus\"/>\n      <Property name=\"LagrangianFieldStatus\" id=\"4128.LagrangianFieldStatus\">\n        <Domain name=\"array_list\" id=\"4128.LagrangianFieldStatus.array_list\"/>\n      </Property>\n      <Property name=\"PartArrayStatus\" id=\"4128.PartArrayStatus\" number_of_elements=\"18\">\n        <Element index=\"0\" value=\"internalMesh\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"symmetryPlane - group\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"wall - group\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"side0 - patch\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"side1 - patch\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"inlet - patch\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"outlet - patch\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"bottom - patch\"/>\n        <Element index=\"15\" value=\"0\"/>\n        <Element index=\"16\" value=\"top - patch\"/>\n        <Element index=\"17\" value=\"0\"/>\n      </Property>\n      <Property name=\"PartStatus\" id=\"4128.PartStatus\" number_of_elements=\"18\">\n        <Element index=\"0\" value=\"internalMesh\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"symmetryPlane - group\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"wall - group\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"side0 - patch\"/>\n        <Element index=\"7\" value=\"0\"/>\n        <Element index=\"8\" value=\"side1 - patch\"/>\n        <Element index=\"9\" value=\"0\"/>\n        <Element index=\"10\" value=\"inlet - patch\"/>\n        <Element index=\"11\" value=\"0\"/>\n        <Element index=\"12\" value=\"outlet - patch\"/>\n        <Element index=\"13\" value=\"0\"/>\n        <Element index=\"14\" value=\"bottom - patch\"/>\n        <Element index=\"15\" value=\"0\"/>\n        <Element index=\"16\" value=\"top - patch\"/>\n        <Element index=\"17\" value=\"0\"/>\n        <Domain name=\"array_list\" id=\"4128.PartStatus.array_list\">\n          <String text=\"internalMesh\"/>\n          <String text=\"symmetryPlane - group\"/>\n          <String text=\"wall - group\"/>\n          <String text=\"side0 - patch\"/>\n          <String text=\"side1 - patch\"/>\n          <String text=\"inlet - patch\"/>\n          <String text=\"outlet - patch\"/>\n          <String text=\"bottom - patch\"/>\n          <String text=\"top - patch\"/>\n        </Domain>\n      </Property>\n      <Property name=\"PointFieldArrayStatus\" id=\"4128.PointFieldArrayStatus\"/>\n      <Property name=\"PointFieldStatus\" id=\"4128.PointFieldStatus\">\n        <Domain name=\"array_list\" id=\"4128.PointFieldStatus.array_list\"/>\n      </Property>\n      <Property name=\"TimestepValues\" id=\"4128.TimestepValues\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"400\"/>\n      </Property>\n      <Property name=\"UiCacheMesh\" id=\"4128.UiCacheMesh\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4128.UiCacheMesh.bool\"/>\n      </Property>\n      <Property name=\"UiIncludeSets\" id=\"4128.UiIncludeSets\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4128.UiIncludeSets.bool\"/>\n      </Property>\n      <Property name=\"UiIncludeZones\" id=\"4128.UiIncludeZones\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4128.UiIncludeZones.bool\"/>\n      </Property>\n      <Property name=\"UiInterpolateVolFields\" id=\"4128.UiInterpolateVolFields\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"4128.UiInterpolateVolFields.bool\"/>\n      </Property>\n      <Property name=\"UiRefresh\" id=\"4128.UiRefresh\"/>\n      <Property name=\"UiShowGroupsOnly\" id=\"4128.UiShowGroupsOnly\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4128.UiShowGroupsOnly.bool\"/>\n      </Property>\n      <Property name=\"UiShowPatchNames\" id=\"4128.UiShowPatchNames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4128.UiShowPatchNames.bool\"/>\n      </Property>\n      <Property name=\"UiUseVTKPolyhedron\" id=\"4128.UiUseVTKPolyhedron\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4128.UiUseVTKPolyhedron.bool\"/>\n      </Property>\n      <Property name=\"UiZeroTime\" id=\"4128.UiZeroTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"4128.UiZeroTime.bool\"/>\n      </Property>\n      <Property name=\"VolFieldArrayStatus\" id=\"4128.VolFieldArrayStatus\" number_of_elements=\"12\">\n        <Element index=\"0\" value=\"k\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"nut\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"omega\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"p\"/>\n        <Element index=\"7\" value=\"1\"/>\n        <Element index=\"8\" value=\"U\"/>\n        <Element index=\"9\" value=\"1\"/>\n        <Element index=\"10\" value=\"momentumSourceField\"/>\n        <Element index=\"11\" value=\"1\"/>\n      </Property>\n      <Property name=\"VolFieldStatus\" id=\"4128.VolFieldStatus\" number_of_elements=\"12\">\n        <Element index=\"0\" value=\"k\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"nut\"/>\n        <Element index=\"3\" value=\"0\"/>\n        <Element index=\"4\" value=\"omega\"/>\n        <Element index=\"5\" value=\"0\"/>\n        <Element index=\"6\" value=\"p\"/>\n        <Element index=\"7\" value=\"1\"/>\n        <Element index=\"8\" value=\"U\"/>\n        <Element index=\"9\" value=\"1\"/>\n        <Element index=\"10\" value=\"momentumSourceField\"/>\n        <Element index=\"11\" value=\"1\"/>\n        <Domain name=\"array_list\" id=\"4128.VolFieldStatus.array_list\">\n          <String text=\"k\"/>\n          <String text=\"nut\"/>\n          <String text=\"omega\"/>\n          <String text=\"p\"/>\n          <String text=\"U\"/>\n          <String text=\"momentumSourceField\"/>\n        </Domain>\n      </Property>\n    </Proxy>\n    <Proxy group=\"misc\" type=\"TimeKeeper\" id=\"259\" servers=\"16\">\n      <Property name=\"SuppressedTimeSources\" id=\"259.SuppressedTimeSources\"/>\n      <Property name=\"Time\" id=\"259.Time\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"range\" id=\"259.Time.range\"/>\n      </Property>\n      <Property name=\"TimeLabel\" id=\"259.TimeLabel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"Time\"/>\n      </Property>\n      <Property name=\"TimeRange\" id=\"259.TimeRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"400\"/>\n      </Property>\n      <Property name=\"TimeSources\" id=\"259.TimeSources\" number_of_elements=\"4\">\n        <Proxy value=\"4128\"/>\n        <Proxy value=\"4345\"/>\n        <Proxy value=\"4562\"/>\n        <Proxy value=\"4799\"/>\n      </Property>\n      <Property name=\"TimestepValues\" id=\"259.TimestepValues\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"400\"/>\n      </Property>\n      <Property name=\"Views\" id=\"259.Views\" number_of_elements=\"1\">\n        <Proxy value=\"5005\"/>\n      </Property>\n    </Proxy>\n    <Proxy group=\"views\" type=\"RenderView\" id=\"5005\" servers=\"21\">\n      <Property name=\"AlphaBitPlanes\" id=\"5005.AlphaBitPlanes\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.AlphaBitPlanes.bool\"/>\n      </Property>\n      <Property name=\"AmbientSamples\" id=\"5005.AmbientSamples\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5005.AmbientSamples.range\"/>\n      </Property>\n      <Property name=\"AnnotationColor\" id=\"5005.AnnotationColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"ArrayComponentToDraw\" id=\"5005.ArrayComponentToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5005.ArrayComponentToDraw.range\"/>\n      </Property>\n      <Property name=\"ArrayNameToDraw\" id=\"5005.ArrayNameToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"\"/>\n      </Property>\n      <Property name=\"ArrayNumberToDraw\" id=\"5005.ArrayNumberToDraw\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5005.ArrayNumberToDraw.range\"/>\n      </Property>\n      <Property name=\"AxesGrid\" id=\"5005.AxesGrid\" number_of_elements=\"1\">\n        <Proxy value=\"4108\"/>\n        <Domain name=\"proxy_list\" id=\"5005.AxesGrid.proxy_list\">\n          <Proxy value=\"4108\"/>\n        </Domain>\n      </Property>\n      <Property name=\"BackLightAzimuth\" id=\"5005.BackLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"110\"/>\n        <Domain name=\"range\" id=\"5005.BackLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"BackLightElevation\" id=\"5005.BackLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5005.BackLightElevation.range\"/>\n      </Property>\n      <Property name=\"BackLightK:B Ratio\" id=\"5005.BackLightK:B Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3.5\"/>\n        <Domain name=\"range\" id=\"5005.BackLightK:B Ratio.range\"/>\n      </Property>\n      <Property name=\"BackLightWarmth\" id=\"5005.BackLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5005.BackLightWarmth.range\"/>\n      </Property>\n      <Property name=\"Background\" id=\"5005.Background\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.Background.range\"/>\n      </Property>\n      <Property name=\"Background2\" id=\"5005.Background2\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0.165\"/>\n        <Domain name=\"range\" id=\"5005.Background2.range\"/>\n      </Property>\n      <Property name=\"BackgroundTexture\" id=\"5005.BackgroundTexture\">\n        <Domain name=\"groups\" id=\"5005.BackgroundTexture.groups\"/>\n      </Property>\n      <Property name=\"BeginValueCapture\" id=\"5005.BeginValueCapture\"/>\n      <Property name=\"CacheKey\" id=\"5005.CacheKey\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"range\" id=\"5005.CacheKey.range\"/>\n      </Property>\n      <Property name=\"Camera2DManipulators\" id=\"5005.Camera2DManipulators\" number_of_elements=\"9\">\n        <Element index=\"0\" value=\"4\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"2\"/>\n        <Element index=\"3\" value=\"3\"/>\n        <Element index=\"4\" value=\"4\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"2\"/>\n        <Element index=\"7\" value=\"4\"/>\n        <Element index=\"8\" value=\"2\"/>\n        <Domain name=\"enum\" id=\"5005.Camera2DManipulators.enum\">\n          <Entry value=\"0\" text=\"None\"/>\n          <Entry value=\"1\" text=\"Pan\"/>\n          <Entry value=\"2\" text=\"Zoom\"/>\n          <Entry value=\"3\" text=\"Roll\"/>\n          <Entry value=\"4\" text=\"Rotate\"/>\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Camera2DMouseWheelMotionFactor\" id=\"5005.Camera2DMouseWheelMotionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.Camera2DMouseWheelMotionFactor.range\"/>\n      </Property>\n      <Property name=\"Camera3DManipulators\" id=\"5005.Camera3DManipulators\" number_of_elements=\"9\">\n        <Element index=\"0\" value=\"4\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"2\"/>\n        <Element index=\"3\" value=\"3\"/>\n        <Element index=\"4\" value=\"4\"/>\n        <Element index=\"5\" value=\"1\"/>\n        <Element index=\"6\" value=\"2\"/>\n        <Element index=\"7\" value=\"4\"/>\n        <Element index=\"8\" value=\"6\"/>\n        <Domain name=\"enum\" id=\"5005.Camera3DManipulators.enum\">\n          <Entry value=\"0\" text=\"None\"/>\n          <Entry value=\"1\" text=\"Pan\"/>\n          <Entry value=\"2\" text=\"Zoom\"/>\n          <Entry value=\"3\" text=\"Roll\"/>\n          <Entry value=\"4\" text=\"Rotate\"/>\n          <Entry value=\"5\" text=\"Multi-Rotate\"/>\n          <Entry value=\"6\" text=\"ZoomToMouse\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Camera3DMouseWheelMotionFactor\" id=\"5005.Camera3DMouseWheelMotionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.Camera3DMouseWheelMotionFactor.range\"/>\n      </Property>\n      <Property name=\"CameraParallelProjection\" id=\"5005.CameraParallelProjection\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.CameraParallelProjection.bool\"/>\n      </Property>\n      <Property name=\"CaptureValuesFloat\" id=\"5005.CaptureValuesFloat\"/>\n      <Property name=\"CaptureZBuffer\" id=\"5005.CaptureZBuffer\"/>\n      <Property name=\"CenterAxesVisibility\" id=\"5005.CenterAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.CenterAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"CenterOfRotation\" id=\"5005.CenterOfRotation\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0.148043414866878\"/>\n        <Element index=\"1\" value=\"0.0332303456771412\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"CollectGeometryThreshold\" id=\"5005.CollectGeometryThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"100\"/>\n      </Property>\n      <Property name=\"CompressorConfig\" id=\"5005.CompressorConfig\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"vtkLZ4Compressor 0 3\"/>\n      </Property>\n      <Property name=\"DepthPeeling\" id=\"5005.DepthPeeling\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.DepthPeeling.bool\"/>\n      </Property>\n      <Property name=\"DrawCells\" id=\"5005.DrawCells\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.DrawCells.bool\"/>\n      </Property>\n      <Property name=\"EnableOSPRay\" id=\"5005.EnableOSPRay\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.EnableOSPRay.bool\"/>\n      </Property>\n      <Property name=\"EnableRenderOnInteraction\" id=\"5005.EnableRenderOnInteraction\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.EnableRenderOnInteraction.bool\"/>\n      </Property>\n      <Property name=\"EndValueCapture\" id=\"5005.EndValueCapture\"/>\n      <Property name=\"FXAAEndpointSearchIterations\" id=\"5005.FXAAEndpointSearchIterations\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"12\"/>\n      </Property>\n      <Property name=\"FXAAHardContrastThreshold\" id=\"5005.FXAAHardContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.045\"/>\n      </Property>\n      <Property name=\"FXAARelativeContrastThreshold\" id=\"5005.FXAARelativeContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.125\"/>\n      </Property>\n      <Property name=\"FXAASubpixelBlendLimit\" id=\"5005.FXAASubpixelBlendLimit\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.75\"/>\n      </Property>\n      <Property name=\"FXAASubpixelContrastThreshold\" id=\"5005.FXAASubpixelContrastThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.25\"/>\n      </Property>\n      <Property name=\"FXAAUseHighQualityEndpoints\" id=\"5005.FXAAUseHighQualityEndpoints\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.FXAAUseHighQualityEndpoints.bool\"/>\n      </Property>\n      <Property name=\"FillLightAzimuth\" id=\"5005.FillLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"-10\"/>\n        <Domain name=\"range\" id=\"5005.FillLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"FillLightElevation\" id=\"5005.FillLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"-75\"/>\n        <Domain name=\"range\" id=\"5005.FillLightElevation.range\"/>\n      </Property>\n      <Property name=\"FillLightK:F Ratio\" id=\"5005.FillLightK:F Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"5005.FillLightK:F Ratio.range\"/>\n      </Property>\n      <Property name=\"FillLightWarmth\" id=\"5005.FillLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.4\"/>\n        <Domain name=\"range\" id=\"5005.FillLightWarmth.range\"/>\n      </Property>\n      <Property name=\"HeadLightK:H Ratio\" id=\"5005.HeadLightK:H Ratio\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"3\"/>\n        <Domain name=\"range\" id=\"5005.HeadLightK:H Ratio.range\"/>\n      </Property>\n      <Property name=\"HeadLightWarmth\" id=\"5005.HeadLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5005.HeadLightWarmth.range\"/>\n      </Property>\n      <Property name=\"HiddenLineRemoval\" id=\"5005.HiddenLineRemoval\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.HiddenLineRemoval.bool\"/>\n      </Property>\n      <Property name=\"ImageReductionFactor\" id=\"5005.ImageReductionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5005.ImageReductionFactor.range\"/>\n      </Property>\n      <Property name=\"InteractionMode\" id=\"5005.InteractionMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5005.InteractionMode.enum\">\n          <Entry value=\"0\" text=\"3D\"/>\n          <Entry value=\"1\" text=\"2D\"/>\n          <Entry value=\"2\" text=\"Selection\"/>\n        </Domain>\n      </Property>\n      <Property name=\"KeyLightAzimuth\" id=\"5005.KeyLightAzimuth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"10\"/>\n        <Domain name=\"range\" id=\"5005.KeyLightAzimuth.range\"/>\n      </Property>\n      <Property name=\"KeyLightElevation\" id=\"5005.KeyLightElevation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"50\"/>\n        <Domain name=\"range\" id=\"5005.KeyLightElevation.range\"/>\n      </Property>\n      <Property name=\"KeyLightIntensity\" id=\"5005.KeyLightIntensity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.75\"/>\n        <Domain name=\"range\" id=\"5005.KeyLightIntensity.range\"/>\n      </Property>\n      <Property name=\"KeyLightWarmth\" id=\"5005.KeyLightWarmth\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.6\"/>\n        <Domain name=\"range\" id=\"5005.KeyLightWarmth.range\"/>\n      </Property>\n      <Property name=\"LODResolution\" id=\"5005.LODResolution\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0.5\"/>\n        <Domain name=\"range\" id=\"5005.LODResolution.range\"/>\n      </Property>\n      <Property name=\"LODThreshold\" id=\"5005.LODThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"20\"/>\n        <Domain name=\"range\" id=\"5005.LODThreshold.range\"/>\n      </Property>\n      <Property name=\"LightAmbientColor\" id=\"5005.LightAmbientColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.LightAmbientColor.range\"/>\n      </Property>\n      <Property name=\"LightDiffuseColor\" id=\"5005.LightDiffuseColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.LightDiffuseColor.range\"/>\n      </Property>\n      <Property name=\"LightIntensity\" id=\"5005.LightIntensity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.LightIntensity.range\"/>\n      </Property>\n      <Property name=\"LightScale\" id=\"5005.LightScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.LightScale.range\"/>\n      </Property>\n      <Property name=\"LightSpecularColor\" id=\"5005.LightSpecularColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1\"/>\n        <Element index=\"1\" value=\"1\"/>\n        <Element index=\"2\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.LightSpecularColor.range\"/>\n      </Property>\n      <Property name=\"LightSwitch\" id=\"5005.LightSwitch\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.LightSwitch.bool\"/>\n      </Property>\n      <Property name=\"LightType\" id=\"5005.LightType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"enum\" id=\"5005.LightType.enum\">\n          <Entry value=\"1\" text=\"HeadLight\"/>\n          <Entry value=\"2\" text=\"CameraLight\"/>\n          <Entry value=\"3\" text=\"SceneLight\"/>\n        </Domain>\n      </Property>\n      <Property name=\"LockBounds\" id=\"5005.LockBounds\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.LockBounds.bool\"/>\n      </Property>\n      <Property name=\"MaintainLuminance\" id=\"5005.MaintainLuminance\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.MaintainLuminance.bool\"/>\n      </Property>\n      <Property name=\"MaxClipBounds\" id=\"5005.MaxClipBounds\" number_of_elements=\"6\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Element index=\"2\" value=\"0\"/>\n        <Element index=\"3\" value=\"-1\"/>\n        <Element index=\"4\" value=\"0\"/>\n        <Element index=\"5\" value=\"-1\"/>\n        <Domain name=\"range\" id=\"5005.MaxClipBounds.range\"/>\n      </Property>\n      <Property name=\"MaxFrames\" id=\"5005.MaxFrames\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.MaxFrames.range\"/>\n      </Property>\n      <Property name=\"MaximumNumberOfPeels\" id=\"5005.MaximumNumberOfPeels\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"4\"/>\n        <Domain name=\"range\" id=\"5005.MaximumNumberOfPeels.range\"/>\n      </Property>\n      <Property name=\"MultiSamples\" id=\"5005.MultiSamples\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"NonInteractiveRenderDelay\" id=\"5005.NonInteractiveRenderDelay\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesInteractivity\" id=\"5005.OrientationAxesInteractivity\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.OrientationAxesInteractivity.bool\"/>\n      </Property>\n      <Property name=\"OrientationAxesLabelColor\" id=\"5005.OrientationAxesLabelColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesOutlineColor\" id=\"5005.OrientationAxesOutlineColor\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"0\"/>\n        <Element index=\"2\" value=\"0\"/>\n      </Property>\n      <Property name=\"OrientationAxesVisibility\" id=\"5005.OrientationAxesVisibility\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.OrientationAxesVisibility.bool\"/>\n      </Property>\n      <Property name=\"PPI\" id=\"5005.PPI\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"96\"/>\n      </Property>\n      <Property name=\"RemoteRenderThreshold\" id=\"5005.RemoteRenderThreshold\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"20\"/>\n        <Domain name=\"range\" id=\"5005.RemoteRenderThreshold.range\"/>\n      </Property>\n      <Property name=\"Representations\" id=\"5005.Representations\" number_of_elements=\"9\">\n        <Proxy value=\"4315\"/>\n        <Proxy value=\"4532\"/>\n        <Proxy value=\"4749\"/>\n        <Proxy value=\"4767\"/>\n        <Proxy value=\"4775\"/>\n        <Proxy value=\"4971\"/>\n        <Proxy value=\"4987\"/>\n        <Proxy value=\"4995\"/>\n        <Proxy value=\"5003\"/>\n      </Property>\n      <Property name=\"RotationFactor\" id=\"5005.RotationFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n      </Property>\n      <Property name=\"SamplesPerPixel\" id=\"5005.SamplesPerPixel\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.SamplesPerPixel.range\"/>\n      </Property>\n      <Property name=\"ScalarRange\" id=\"5005.ScalarRange\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"0\"/>\n        <Element index=\"1\" value=\"-1\"/>\n        <Domain name=\"range\" id=\"5005.ScalarRange.range\"/>\n      </Property>\n      <Property name=\"Send to OpenVR\" id=\"5005.Send to OpenVR\"/>\n      <Property name=\"ServerStereoType\" id=\"5005.ServerStereoType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5005.ServerStereoType.enum\">\n          <Entry value=\"0\" text=\"Same As Client\"/>\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\n          <Entry value=\"2\" text=\"Red-Blue\"/>\n          <Entry value=\"3\" text=\"Interlaced\"/>\n          <Entry value=\"4\" text=\"Left\"/>\n          <Entry value=\"5\" text=\"Right\"/>\n          <Entry value=\"6\" text=\"Dresden\"/>\n          <Entry value=\"7\" text=\"Anaglyph\"/>\n          <Entry value=\"8\" text=\"Checkerboard\"/>\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\n          <Entry value=\"10\" text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"Shadows\" id=\"5005.Shadows\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.Shadows.bool\"/>\n      </Property>\n      <Property name=\"ShowAnnotation\" id=\"5005.ShowAnnotation\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.ShowAnnotation.bool\"/>\n      </Property>\n      <Property name=\"StartCaptureLuminance\" id=\"5005.StartCaptureLuminance\"/>\n      <Property name=\"StencilCapable\" id=\"5005.StencilCapable\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.StencilCapable.bool\"/>\n      </Property>\n      <Property name=\"StereoRender\" id=\"5005.StereoRender\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.StereoRender.bool\"/>\n      </Property>\n      <Property name=\"StereoType\" id=\"5005.StereoType\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"enum\" id=\"5005.StereoType.enum\">\n          <Entry value=\"1\" text=\"Crystal Eyes\"/>\n          <Entry value=\"2\" text=\"Red-Blue\"/>\n          <Entry value=\"3\" text=\"Interlaced\"/>\n          <Entry value=\"4\" text=\"Left\"/>\n          <Entry value=\"5\" text=\"Right\"/>\n          <Entry value=\"6\" text=\"Dresden\"/>\n          <Entry value=\"7\" text=\"Anaglyph\"/>\n          <Entry value=\"8\" text=\"Checkerboard\"/>\n          <Entry value=\"9\" text=\"SplitViewportHorizontal\"/>\n          <Entry value=\"10\" text=\"None\"/>\n        </Domain>\n      </Property>\n      <Property name=\"StillRenderImageReductionFactor\" id=\"5005.StillRenderImageReductionFactor\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.StillRenderImageReductionFactor.range\"/>\n      </Property>\n      <Property name=\"StopCaptureLuminance\" id=\"5005.StopCaptureLuminance\"/>\n      <Property name=\"UseCache\" id=\"5005.UseCache\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.UseCache.bool\"/>\n      </Property>\n      <Property name=\"UseFXAA\" id=\"5005.UseFXAA\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.UseFXAA.bool\"/>\n      </Property>\n      <Property name=\"UseGradientBackground\" id=\"5005.UseGradientBackground\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.UseGradientBackground.bool\"/>\n      </Property>\n      <Property name=\"UseInteractiveRenderingForScreenshots\" id=\"5005.UseInteractiveRenderingForScreenshots\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.UseInteractiveRenderingForScreenshots.bool\"/>\n      </Property>\n      <Property name=\"UseLight\" id=\"5005.UseLight\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"bool\" id=\"5005.UseLight.bool\"/>\n      </Property>\n      <Property name=\"UseOffscreenRendering\" id=\"5005.UseOffscreenRendering\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.UseOffscreenRendering.bool\"/>\n      </Property>\n      <Property name=\"UseOffscreenRenderingForScreenshots\" id=\"5005.UseOffscreenRenderingForScreenshots\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.UseOffscreenRenderingForScreenshots.bool\"/>\n      </Property>\n      <Property name=\"UseOutlineForLODRendering\" id=\"5005.UseOutlineForLODRendering\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.UseOutlineForLODRendering.bool\"/>\n      </Property>\n      <Property name=\"UseTexturedBackground\" id=\"5005.UseTexturedBackground\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"0\"/>\n        <Domain name=\"bool\" id=\"5005.UseTexturedBackground.bool\"/>\n      </Property>\n      <Property name=\"ValueRenderingMode\" id=\"5005.ValueRenderingMode\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"1\"/>\n        <Domain name=\"range\" id=\"5005.ValueRenderingMode.range\"/>\n      </Property>\n      <Property name=\"ValueRenderingModeGet\" id=\"5005.ValueRenderingModeGet\"/>\n      <Property name=\"ViewSize\" id=\"5005.ViewSize\" number_of_elements=\"2\">\n        <Element index=\"0\" value=\"1000\"/>\n        <Element index=\"1\" value=\"546\"/>\n      </Property>\n      <Property name=\"ViewTime\" id=\"5005.ViewTime\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"400\"/>\n        <Domain name=\"range\" id=\"5005.ViewTime.range\"/>\n      </Property>\n      <Property name=\"CameraFocalPoint\" id=\"5005.CameraFocalPoint\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1.04335976115863\"/>\n        <Element index=\"1\" value=\"0.0490009914992406\"/>\n        <Element index=\"2\" value=\"0.10267187495061\"/>\n      </Property>\n      <Property name=\"CameraFocalPointInfo\" id=\"5005.CameraFocalPointInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"1.04335976115863\"/>\n        <Element index=\"1\" value=\"0.0490009914992406\"/>\n        <Element index=\"2\" value=\"0.10267187495061\"/>\n      </Property>\n      <Property name=\"CameraParallelScale\" id=\"5005.CameraParallelScale\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2.2652993582101\"/>\n      </Property>\n      <Property name=\"CameraParallelScaleInfo\" id=\"5005.CameraParallelScaleInfo\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2.2652993582101\"/>\n      </Property>\n      <Property name=\"CameraPosition\" id=\"5005.CameraPosition\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"8.17637005302189\"/>\n        <Element index=\"1\" value=\"3.63117165614816\"/>\n        <Element index=\"2\" value=\"10.1275635471096\"/>\n      </Property>\n      <Property name=\"CameraPositionInfo\" id=\"5005.CameraPositionInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"8.17637005302189\"/>\n        <Element index=\"1\" value=\"3.63117165614816\"/>\n        <Element index=\"2\" value=\"10.1275635471096\"/>\n      </Property>\n      <Property name=\"CameraViewAngle\" id=\"5005.CameraViewAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"30\"/>\n      </Property>\n      <Property name=\"CameraViewUp\" id=\"5005.CameraViewUp\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.179662033002711\"/>\n        <Element index=\"1\" value=\"0.959908706139345\"/>\n        <Element index=\"2\" value=\"-0.215166981145393\"/>\n      </Property>\n      <Property name=\"CameraViewUpInfo\" id=\"5005.CameraViewUpInfo\" number_of_elements=\"3\">\n        <Element index=\"0\" value=\"-0.179662033002711\"/>\n        <Element index=\"1\" value=\"0.959908706139345\"/>\n        <Element index=\"2\" value=\"-0.215166981145393\"/>\n      </Property>\n      <Property name=\"EyeAngle\" id=\"5005.EyeAngle\" number_of_elements=\"1\">\n        <Element index=\"0\" value=\"2\"/>\n        <Domain name=\"range\" id=\"5005.EyeAngle.range\"/>\n      </Property>\n    </Proxy>\n    <ProxyCollection name=\"animation\">\n      <Item id=\"263\" name=\"AnimationScene1\"/>\n      <Item id=\"265\" name=\"TimeAnimationCue1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"layouts\">\n      <Item id=\"5006\" name=\"Layout #1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"lookup_tables\">\n      <Item id=\"4989\" name=\"AngularVelocity.PVLookupTable\"/>\n      <Item id=\"4936\" name=\"U.PVLookupTable\"/>\n      <Item id=\"4761\" name=\"magTsource.PVLookupTable\"/>\n      <Item id=\"4769\" name=\"momentumSourceField.PVLookupTable\"/>\n      <Item id=\"4997\" name=\"p.PVLookupTable\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"piecewise_functions\">\n      <Item id=\"4988\" name=\"AngularVelocity.PiecewiseFunction\"/>\n      <Item id=\"4935\" name=\"U.PiecewiseFunction\"/>\n      <Item id=\"4760\" name=\"magTsource.PiecewiseFunction\"/>\n      <Item id=\"4768\" name=\"momentumSourceField.PiecewiseFunction\"/>\n      <Item id=\"4996\" name=\"p.PiecewiseFunction\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4128\">\n      <Item id=\"5007\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4315\">\n      <Item id=\"4117\" name=\"DataAxesGrid\"/>\n      <Item id=\"4176\" name=\"GlyphType\"/>\n      <Item id=\"4187\" name=\"GlyphType\"/>\n      <Item id=\"4198\" name=\"GlyphType\"/>\n      <Item id=\"4209\" name=\"GlyphType\"/>\n      <Item id=\"4220\" name=\"GlyphType\"/>\n      <Item id=\"4231\" name=\"GlyphType\"/>\n      <Item id=\"4242\" name=\"GlyphType\"/>\n      <Item id=\"4253\" name=\"GlyphType\"/>\n      <Item id=\"4264\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4165\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4345\">\n      <Item id=\"5008\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4532\">\n      <Item id=\"4334\" name=\"DataAxesGrid\"/>\n      <Item id=\"4393\" name=\"GlyphType\"/>\n      <Item id=\"4404\" name=\"GlyphType\"/>\n      <Item id=\"4415\" name=\"GlyphType\"/>\n      <Item id=\"4426\" name=\"GlyphType\"/>\n      <Item id=\"4437\" name=\"GlyphType\"/>\n      <Item id=\"4448\" name=\"GlyphType\"/>\n      <Item id=\"4459\" name=\"GlyphType\"/>\n      <Item id=\"4470\" name=\"GlyphType\"/>\n      <Item id=\"4481\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4382\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4562\">\n      <Item id=\"5009\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4749\">\n      <Item id=\"4551\" name=\"DataAxesGrid\"/>\n      <Item id=\"4610\" name=\"GlyphType\"/>\n      <Item id=\"4621\" name=\"GlyphType\"/>\n      <Item id=\"4632\" name=\"GlyphType\"/>\n      <Item id=\"4643\" name=\"GlyphType\"/>\n      <Item id=\"4654\" name=\"GlyphType\"/>\n      <Item id=\"4665\" name=\"GlyphType\"/>\n      <Item id=\"4676\" name=\"GlyphType\"/>\n      <Item id=\"4687\" name=\"GlyphType\"/>\n      <Item id=\"4698\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4599\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4799\">\n      <Item id=\"4795\" name=\"CutFunction\"/>\n      <Item id=\"4796\" name=\"CutFunction\"/>\n      <Item id=\"4797\" name=\"CutFunction\"/>\n      <Item id=\"4798\" name=\"CutFunction\"/>\n      <Item id=\"5010\" name=\"RepresentationAnimationHelper\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.4971\">\n      <Item id=\"4784\" name=\"DataAxesGrid\"/>\n      <Item id=\"4847\" name=\"GlyphType\"/>\n      <Item id=\"4858\" name=\"GlyphType\"/>\n      <Item id=\"4869\" name=\"GlyphType\"/>\n      <Item id=\"4880\" name=\"GlyphType\"/>\n      <Item id=\"4891\" name=\"GlyphType\"/>\n      <Item id=\"4902\" name=\"GlyphType\"/>\n      <Item id=\"4913\" name=\"GlyphType\"/>\n      <Item id=\"4924\" name=\"GlyphType\"/>\n      <Item id=\"4937\" name=\"OSPRayScaleFunction\"/>\n      <Item id=\"4836\" name=\"PolarAxes\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"pq_helper_proxies.5005\">\n      <Item id=\"4108\" name=\"AxesGrid\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"representations\">\n      <Item id=\"4971\" name=\"GeometryRepresentation1\"/>\n      <Item id=\"4315\" name=\"UnstructuredGridRepresentation1\"/>\n      <Item id=\"4532\" name=\"UnstructuredGridRepresentation2\"/>\n      <Item id=\"4749\" name=\"UnstructuredGridRepresentation3\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"scalar_bars\">\n      <Item id=\"4767\" name=\"ScalarBarWidgetRepresentation1\"/>\n      <Item id=\"4775\" name=\"ScalarBarWidgetRepresentation2\"/>\n      <Item id=\"4987\" name=\"ScalarBarWidgetRepresentation3\"/>\n      <Item id=\"4995\" name=\"ScalarBarWidgetRepresentation4\"/>\n      <Item id=\"5003\" name=\"ScalarBarWidgetRepresentation5\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"sources\">\n      <Item id=\"4345\" name=\"Calculator1\"/>\n      <Item id=\"4799\" name=\"Slice1\"/>\n      <Item id=\"4562\" name=\"Threshold1\"/>\n      <Item id=\"4128\" name=\"testCase.OpenFOAM\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"timekeeper\">\n      <Item id=\"259\" name=\"TimeKeeper1\"/>\n    </ProxyCollection>\n    <ProxyCollection name=\"views\">\n      <Item id=\"5005\" name=\"RenderView1\"/>\n    </ProxyCollection>\n    <CustomProxyDefinitions/>\n    <Links>\n      <GlobalPropertyLink global_name=\"BackgroundColor\" proxy=\"5005\" property=\"Background\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4315\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4532\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4749\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"EdgeColor\" proxy=\"4971\" property=\"EdgeColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4108\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"5005\" property=\"OrientationAxesOutlineColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4117\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4315\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4334\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4532\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4551\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4749\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4784\" property=\"GridColor\"/>\n      <GlobalPropertyLink global_name=\"ForegroundColor\" proxy=\"4971\" property=\"AmbientColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4315\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4532\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4749\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SelectionColor\" proxy=\"4971\" property=\"SelectionColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4315\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4315\" property=\"DiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4532\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4532\" property=\"DiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4749\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4971\" property=\"BackfaceDiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"SurfaceColor\" proxy=\"4971\" property=\"DiffuseColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4108\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4108\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4108\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4108\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4108\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4108\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5005\" property=\"AnnotationColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5005\" property=\"OrientationAxesLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4117\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4117\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4117\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4117\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4117\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4117\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4165\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4165\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4165\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4165\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4334\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4334\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4334\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4334\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4334\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4334\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4382\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4382\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4382\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4382\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4551\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4551\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4551\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4551\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4551\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4551\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4599\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4599\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4599\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4599\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4767\" property=\"LabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4767\" property=\"TitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4775\" property=\"LabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4775\" property=\"TitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4784\" property=\"XLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4784\" property=\"XTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4784\" property=\"YLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4784\" property=\"YTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4784\" property=\"ZLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4784\" property=\"ZTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4836\" property=\"LastRadialAxisTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4836\" property=\"PolarAxisLabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4836\" property=\"PolarAxisTitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4836\" property=\"SecondaryRadialAxesTextColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4987\" property=\"LabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4987\" property=\"TitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4995\" property=\"LabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"4995\" property=\"TitleColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5003\" property=\"LabelColor\"/>\n      <GlobalPropertyLink global_name=\"TextAnnotationColor\" proxy=\"5003\" property=\"TitleColor\"/>\n      <GlobalPropertyLink global_name=\"UseGradientBackground\" proxy=\"5005\" property=\"UseGradientBackground\"/>\n    </Links>\n  </ServerManagerState>\n  <InteractiveViewLinks/>\n</ParaView>\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/Make/files",
    "content": "OFtutorial0.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial0\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/OFtutorial0.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n\t// Checks the basic folder structure, verifies there is a control dict present, etc.;\n\t// also deals with parsing command line arguments and options.\n\t// It works by taking an external piece of code, written in $FOAM_SRC/OpenFOAM/include.\n\t// The contents of the include file actually look like this:\n    /*Foam::argList args(argc, argv); - deciphers the arguments passed to the program\n    if (!args.checkRootCase()) - verifies the folder structure\n    {\n        Foam::FatalError.exit();\n    }*/\n    #include \"setRootCase.H\"\n\n\t// OpenFOAM screen output is very similar to rudimentary C++ with its std::cout, std::nl and std::endl\n\t// being replaced with Foam::Info, Foam::nl, and Foam::endl.\n\tInfo << \"Hello there, I'm an OpenFOAM program!\" << nl\n\t\t << \"You don't need a mesh or anything to run it, just a bare OpenFOAM case will do.\" << nl\n\t\t << tab << \"This is me again, just creating a tabulated new line, move along.\" << nl << endl;\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/Allrun",
    "content": "#!/bin/bash\n\nofTutorial0\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial0_helloWorld/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/Make/files",
    "content": "OFtutorial1.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial1\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/OFtutorial1.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n    // Initialise OF case\n    #include \"setRootCase.H\"\n\n    // These two create the time system (instance called runTime) and fvMesh (instance called mesh).\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n    // ---\n    // Get access to a custom dictionary\n    dictionary customDict;\n    const word dictName(\"customProperties\");\n\n    // Create and input-output object - this holds the path to the dict and its name\n    IOobject dictIO\n    (\n        dictName, // name of the file\n        mesh.time().constant(), // path to where the file is\n        mesh, // reference to the mesh needed by the constructor\n        IOobject::MUST_READ // indicate that reading this dictionary is compulsory\n    );\n\n    // Check the if the dictionary is present and follows the OF format\n    if (!dictIO.headerOk())\n        FatalErrorIn(args.executable()) << \"Cannot open specified refinement dictionary \"\n            << dictName << exit(FatalError);\n\n    // Initialise the dictionary object\n    customDict = IOdictionary(dictIO);\n\n    // ---\n    // Read various pieces of information from the main part of the dictionary\n\n    // Lookup which does not need to be told what type of variable we're looking for and\n    // uses the standard C++ stringstream syntax\n    word someWord;\n    customDict.lookup(\"someWord\") >> someWord;\n\n    // This template method needs to know the type of the variable and can provide\n    // a default value if the entry is not found in the dictionary\n    scalar someScalar( customDict.lookupOrDefault<scalar>(\"someScalar\", 1.0) );\n\n    // A switch is a neat feature allowing boolean values to be read from a dict,\n    // it supports the OpenFOAM yes/on/true/1 and no/off/false/0 values automatically.\n    bool someBool ( customDict.lookupOrDefault<Switch>(\"someBool\",true) );\n\n    // Lists of values may also be read in the same way\n    List<scalar> someList ( customDict.lookup(\"someList\") );\n\n    // This type of container is particularly interesting - it associates entries with\n    // given key values (here of word type but can be anything); useful when\n    // associating things by indices in a list is less handy\n    HashTable<vector,word> someHashTable ( customDict.lookup(\"someHashTable\") );\n\n    // Summarise what's been read and print in the console\n    Info << nl << \"Read the following:\" << nl << nl\n         << \"someWord \" << someWord << nl << nl\n         << \"someScalar \" << someScalar << nl << nl\n         << \"someList \" << someList << nl << nl\n         << \"someHashTable \" << someHashTable << nl << nl\n         << \"someBool \" << someBool << nl << nl\n         << endl;\n\n    // ---\n    // Create a custom directory and write an output file\n\n    // Create the output path directory\n    fileName outputDir = mesh.time().path()/\"postProcessing\";\n    // Creathe the directory\n    mkDir(outputDir);\n\n    // File pointer to direct the output to\n\tautoPtr<OFstream> outputFilePtr;\n    // Open the file in the newly created directory\n    outputFilePtr.reset(new OFstream(outputDir/\"customOutputFile.dat\"));\n\n    // Write stuff\n    outputFilePtr() << \"# This is a header\" << endl;\n    outputFilePtr() << \"0 1 2 3 4 5\" << endl;\n\n\n    Info<< \"End\\n\" << endl;\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* postProcessing 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial1\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/constant/customProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsomeWord myWord;\n\nsomeScalar 0.01;\n\nsomeBool on;\n\nsomeList\n(\n    0\n    1\n    2\n);\n\nsomeHashTable\n(\n    key0 (0 0 0)\n    key1 (1 0 0)\n);\n\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial1_inputOutput/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/Make/files",
    "content": "OFtutorial2.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial2\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/OFtutorial2.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n\n\t// These two create the time system (instance called runTime) and fvMesh (instance called mesh).\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n\t// runTime and mesh are instances of objects (or classes).\n\t// If you are not familiar with what a class or object is, it is HIGHLY RECOMMENDED you visit this\n\t// website and only come back once you've read everything about classes, inheritance and polymorphism:\n\t// http://www.cplusplus.com/doc/tutorial/classes/\n\t// Note how the next lines call functions .timeName(), .C() and .Cf() implemented in the objects.\n\t// It is also important to realise that mesh.C() and .Cf() return vector fields denoting centres of each\n    // cell and internal face.\n\t// Calling the mesh.C().size() method therefore yields the total size of the mesh.\n\tInfo << \"Hello there, the most recent time folder found is \" << runTime.timeName() << nl\n\t\t << \"The mesh has \" << mesh.C().size() << \" cells and \" << mesh.Cf().size()\n         << \" internal faces in it. Wubalubadubdub!\" << nl << endl;\n\n    // It's possible to iterate over every cell in a standard C++ for loop\n    for (label cellI = 0; cellI < mesh.C().size(); cellI++)\n        if (cellI%20 == 0) // only show every twentieth cell not to spam the screen too much\n            Info << \"Cell \" << cellI << \" with centre at \" << mesh.C()[cellI] << endl;\n    Info << endl; // spacer\n\n    // Each cell is constructed of faces - these may either be internal or constitute a\n    // boundary, or a patch in OpenFOAM terms; internal faces have an owner cell\n    // and a neighbour.\n    for (label faceI = 0; faceI < mesh.owner().size(); faceI++)\n        if (faceI%40 == 0)\n            Info << \"Internal face \" << faceI << \" with centre at \" << mesh.Cf()[faceI]\n                 << \" with owner cell \" << mesh.owner()[faceI]\n                 << \" and neighbour \" << mesh.neighbour()[faceI] << endl;\n    Info << endl;\n\n    // Boundary conditions may be accessed through the boundaryMesh object.\n    // In reality, each boundary face is also included in the constant/polyMesh/faces\n    // description. But, in that file, the internal faces are defined first.\n    // In addition, the constant/polyMesh/boundary file defines the starting faceI\n    // indices from which boundary face definitions start.\n    // OpenFOAM also provides a macro definition for for loops over all entries\n    // in a field or a list, which saves up on the amount of typing.\n    forAll(mesh.boundaryMesh(), patchI)\n        Info << \"Patch \" << patchI << \": \" << mesh.boundary()[patchI].name() << \" with \"\n             << mesh.boundary()[patchI].Cf().size() << \" faces. Starts at total face \"\n             << mesh.boundary()[patchI].start() << endl;\n    Info << endl;\n\n    // Faces adjacent to boundaries may be accessed as follows.\n    // Also, a useful thing to know about a face is its normal vector and face area.\n    label patchFaceI(0);\n    forAll(mesh.boundaryMesh(), patchI)\n        Info << \"Patch \" << patchI << \" has its face \" << patchFaceI << \" adjacent to cell \"\n             << mesh.boundary()[patchI].patch().faceCells()[patchFaceI]\n             << \". It has normal vector \" << mesh.boundary()[patchI].Sf()[patchFaceI]\n             << \" and surface area \" << mag(mesh.boundary()[patchI].Sf()[patchFaceI])\n             << endl;\n    Info << endl;\n\n    // For internal faces, method .Sf() can be called directly on the mesh instance.\n    // Moreover, there is a shorthand method .magSf() which returns the surface area\n    // as a scalar.\n    // For internal faces, the normal vector points from the owner to the neighbour\n    // and the owner has a smaller cellI index than the neighbour. For boundary faces,\n    // the normals always point outside of the domain (they have \"imaginary\" neighbours\n    // which do not exist).\n\n    // It is possible to look at the points making up each face in more detail.\n    // First, we define a few shorthands by getting references to the respective\n    // objects in the mesh. These are defined as constants since we do not aim to\n    // alter the mesh in any way.\n    // NOTE: these lists refer to the physical definition of the mesh and thus\n    // include boundary faces. Use can be made of the mesh.boundary()[patchI].Cf().size()\n    // and mesh.boundary()[patchI].start() methods to check whether the face is internal\n    // or lies on a boundary.\n    const faceList& fcs = mesh.faces();\n    const List<point>& pts = mesh.points();\n    const List<point>& cents = mesh.faceCentres();\n\n    forAll(fcs,faceI)\n        if (faceI%80==0)\n        {\n            if (faceI<mesh.Cf().size())\n                Info << \"Internal face \";\n            else\n            {\n                forAll(mesh.boundary(),patchI)\n                    if ((mesh.boundary()[patchI].start()<= faceI) &&\n                        (faceI < mesh.boundary()[patchI].start()+mesh.boundary()[patchI].Cf().size()))\n                    {\n                        Info << \"Face on patch \" << patchI << \", faceI \";\n                        break; // exit the forAll loop prematurely\n                    }\n            }\n\n            Info << faceI << \" with centre at \" << cents[faceI]\n                 << \" has \" << fcs[faceI].size() << \" vertices:\";\n            forAll(fcs[faceI],vertexI)\n                // Note how fcs[faceI] holds the indices of points whose coordinates\n                // are stored in the pts list.\n                Info << \" \" << pts[fcs[faceI][vertexI]];\n            Info << endl;\n        }\n    Info << endl;\n\n    // In the original cavity tutorial, on which the test case is based,\n    // the frontAndBack boundary is defined as and \"empty\" type. This is a special\n    // BC case which may cause unexpected behaviour as its .Cf() field has size of 0.\n    // Type of a patch may be checked to avoid running into this problem if there\n    // is a substantial risk that an empty patch type will appear\n    label patchID(0);\n    const polyPatch& pp = mesh.boundaryMesh()[patchID];\n    if (isA<emptyPolyPatch>(pp))\n    {\n        // patch patchID is of type \"empty\".\n        Info << \"You will not see this.\" << endl;\n    }\n\n    // Patches may also be retrieved from the mesh using their name. This could be\n    // useful if the user were to refer to a particular patch from a dictionary\n    // (like when you do when calculating forces on a particular patch).\n    word patchName(\"movingWall\");\n    patchID = mesh.boundaryMesh().findPatchID(patchName);\n    Info << \"Retrieved patch \" << patchName << \" at index \" << patchID << \" using its name only.\" << nl << endl;\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial2\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type patch;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         0.5;\n\ndeltaT          0.005;\n\nwriteControl    timeStep;\n\nwriteInterval   20;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial2_understandingTheMesh/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/Make/files",
    "content": "OFtutorial3.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial3\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/OFtutorial3.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// This is a function declaration; this method will calculate some scalar value\n// given the current time, location in space x, and a reference point x0. The\n// function also accepts a scaling factor, scale.\n// The actual implementation, or definition, is below.\nscalar calculatePressure(scalar t, vector x, vector x0, scalar scale);\n\n// Define pi constant\n#define PI_ 3.141592653589793\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n\t// This reads a dictionary file.\n\tInfo << \"Reading transportProperties\\n\" << endl;\n\n\tIOdictionary transportProperties\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"transportProperties\", // name of the dictionary\n\t\t    runTime.constant(), // location in the case - this one is in constant\n\t\t    mesh, // needs the mesh object reference to do some voodoo - unimportant now\n\t\t    IOobject::MUST_READ_IF_MODIFIED, // the file will be re-read if it gets modified during time stepping\n\t\t    IOobject::NO_WRITE // read-only\n\t\t)\n\t);\n\n\t// Create a scalar constant for kinematic viscosity by reading the value from the dictionary.\n\tdimensionedScalar nu\n\t(\n\t\t\"nu\", // name of the variable\n\t\tdimViscosity, // dimensions\n\t\t// TIP: to check how this is defined, run:\n\t\t// grep -r dimViscosity $FOAM_SRC/OpenFOAM/\n\t\t// This returns:\n\t\t/*/opt/openfoam30/src/OpenFOAM/dimensionSet/dimensionSets.C:const dimensionSet dimViscosity(dimArea/dimTime);\n\t\t/opt/openfoam30/src/OpenFOAM/dimensionSet/dimensionSets.C:const dimensionSet dimDynamicViscosity(dimDensity*dimViscosity);\n\t\t/opt/openfoam30/src/OpenFOAM/dimensionSet/dimensionSets.H:extern const dimensionSet dimViscosity;*/\n\t\t// So, it becomes apparent we should check dimensionSets.C, which contain:\n\t\t/*const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0);\n\t\tconst dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0);\n\t\tconst dimensionSet dimArea(sqr(dimLength));\n\t\tconst dimensionSet dimViscosity(dimArea/dimTime);*/\n\t\t// This is what gets used here. But, an alternative would be to type in the units directly:\n\t\t// dimensionSet(0,2,-1,0,0,0,0),\n\t\ttransportProperties.lookup(\"nu\") // this takes the value from the dictionary and returns it, passing it to the object constructor as an argument\n\t);\n\n\t// These read the fields p and U from the time folders, as specified in system/controlDict (i.e. latestTime, startTime, etc.)\n\tInfo<< \"Reading field p\\n\" << endl;\n\tvolScalarField p // note that pressure is a scalar field\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"p\", // name of the field\n\t\t    runTime.timeName(), // name of the current time, i.e. the time folder to read from\n\t\t    mesh,\n\t\t    IOobject::MUST_READ, // always gets imported, will throw an error if the field is missing\n\t\t    IOobject::AUTO_WRITE // will get saved automatically when the controlDict parameters will request it\n\t\t),\n\t\tmesh // initialises the field to match the size of the mesh with default (0) values\n\t);\n\n\tInfo<< \"Reading field U\\n\" << endl;\n\tvolVectorField U // note that velocity is a vector field\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"U\",\n\t\t    runTime.timeName(),\n\t\t    mesh,\n\t\t    IOobject::MUST_READ,\n\t\t    IOobject::AUTO_WRITE\n\t\t),\n\t\tmesh\n\t);\n\n\t// Let us define a vector whose values will not change over the course of the program execution.\n\tconst vector originVector(0.05,0.05,0.005);\n\n\t// Calculate the distance from the origin to the cell centre furthest away.\n\t// In Python, this is equivalent to:\n\t// np.sqrt(np.sum(x0-x)**2)\n\t// The .value() method is called to convert from a dimensionedScalar to a regular scalar.\n\tconst scalar rFarCell = max( // find the maximum value from all distances\n\t\t// compute distance of each cell centre from x0; units of mesh.C() are those of length, as this field\n\t\t// describes position in the Cartesian reference frame.\n\t\tmag(dimensionedVector(\"x0\",dimLength,originVector)-mesh.C())\n\t\t).value(); // convert to dim-less scalar\n\n\t// This part of the code performs time stepping for as long as is required by the simulation.\n\tInfo<< \"\\nStarting time loop\\n\" << endl;\n\n\t// This will increment the current time automatically\n    while (runTime.loop())\n    {\n        Info<< \"Time = \" << runTime.timeName() << nl << endl;\n\n\t\t// Loop over all cells in the mesh and calculate the pressure value.\n\t\tfor (label cellI=0; cellI<mesh.C().size(); cellI++)\n\t\t{\n\t\t\t// cellI describes a series of integers, each corresponding to an index of an individual cell in the grid.\n\n\t\t\t// Call the method and compute p.\n\t\t\t// Note how mesh.C() and p elements are accessed by using the [] operators, as in a regular C array.\n\t\t\t// .value() is also called to convert the time to a dim-less scalar\n\t\t\tp[cellI] = calculatePressure(runTime.time().value(), mesh.C()[cellI], originVector, rFarCell);\n\n            // NOTE: it is also possbile to interact with boundary face values, but\n            // this will be addressed in a separate tutorial.\n\t\t}\n\n\t\t// Calculate the gradient of p and substitute for U. Note that the units of grad(p) are not m/s,\n\t\t// so we multiply by a unit time variable to make them so. This is just for illustration purposes, of course.\n\t\t// The result will point either towards or away from the origin, depending on the sign of the\n\t\t// time varying \"pressure\".\n\t\tU = fvc::grad(p)*dimensionedScalar(\"tmp\",dimTime,1.);\n\n\t\t// If requested by controlDict, save the fields to files.\n\t\trunTime.write();\n\n\t\t// NOTE: a more appropriate way to calculate things in OpenFOAM is through performing\n\t\t// operations on field objects and not iterating cell-by-cell, where possible.\n\t\t// How to do this has been shown above, where rFarCell is being computed.\n\t\t// The iterative approach has been presented for completeness and to illustrate certain\n\t\t// basic features, but is, generally, discouraged, unless absolutely necessary.\n\t}\n\n\tInfo << \"Finished! Best to visualise the results by plotting p iso-contours with range (-10,10) and applying a glyph filter to the U field in Paraview.\" << endl;\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// definition of the custom function\nscalar calculatePressure(scalar t, vector x, vector x0, scalar scale)\n{\n\t// Calculates the distance between the base point and x, which is given by the magnitude (hence the name mag)\n\t// of the vector between x0 and x. The value is scaled by the passed factor, with the intention of making\n\t// it vary between 0 and 1.\n\tscalar r (mag(x-x0)/scale);\n\n\t// Calculate the inverse of r and apply a limiter to avoid dividing by zero.\n\tscalar rR (1./(r+1e-12));\n\n\t// definition of a frequency\n\tscalar f (1.);\n\n\t// Return a sinusoidally varying pressure with maximum at x0.\n\t// Note how we call the OpenFOAM sin method by referring to the Foam namespace.\n\t// This is done to differentiate between the native C++ implementation of a method with the same name\n\t// and thus avoid an ambiguous expression.\n\treturn Foam::sin(2.*PI_*f*t)*rR;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial3\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.05;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial3_basicFieldOperations/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/Make/files",
    "content": "OFtutorial4.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial4\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/OFtutorial4.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n    // For a case being run in parallel, the domain is decomposed into several\n    // processor meshes. Each of them is run in a separate process and holds\n    // instances of objects like mesh, U or p just as in a single-threaded (serial)\n    // computation. These will have different sizes, of course, as they hold\n    // fewer elements than the whole, undecomposed, mesh.\n    // Pout is a stream to which each processor can write, unlike Info which only\n    // gets used by the head process (processor0)\n    Pout << \"Hello from processor \" << Pstream::myProcNo() << \"! I am working on \"\n         << mesh.C().size() << \" cells\" << endl;\n\n    // To exchange information between processes, special OpenMPI routines need\n    // to be called.\n\n    // This goes over each cell in the subdomain and integrates their volume.\n    scalar meshVolume(0.);\n    forAll(mesh.V(),cellI)\n        meshVolume += mesh.V()[cellI];\n\n    // Add the values from all processes together\n    Pout << \"Mesh volume on this processor: \" << meshVolume << endl;\n    reduce(meshVolume, sumOp<scalar>());\n    Info << \"Total mesh volume on all processors: \" << meshVolume\n        // Note how the reudction operation may be done in place without defning\n        // a temporary variable, where appropriate.\n         << \" over \" << returnReduce(mesh.C().size(), sumOp<label>()) << \" cells\" << endl;\n    // During the reduction stage, different operations may be carried out, summation,\n    // described by the sumOp template, being one of them.\n    // Other very useful operations are minOp and maxOp.\n    // Note how the type\n    // of the variable must be added to make an instance of the template, here\n    // this is done by adding <scalar> in front of the brackets.\n    // Custom reduction operations are easy to implement but need fluency in\n    // object-oriented programming in OpenFOAM, so we'll skip this for now.\n\n    // Spreading a value across all processors is done using a scatter operation.\n    // The Pstream::blocking makes sure all processors are synchronised at this\n    // line of the code and thus should use the same value.\n    Pstream::scatter(meshVolume, Pstream::blocking);\n    Pout << \"Mesh volume on this processor is now \" << meshVolume << endl;\n\n    // It is often useful to check the distribution of something across all\n    // processors. This may be done using a list, with each element of which\n    // being written to by only one processor.\n    List<label> nInternalFaces (Pstream::nProcs()), nBoundaries (Pstream::nProcs());\n    nInternalFaces[Pstream::myProcNo()] = mesh.Cf().size();\n    nBoundaries[Pstream::myProcNo()] = mesh.boundary().size();\n\n    // The list may then be gathered on the head node as\n    Pstream::gatherList(nInternalFaces);\n    Pstream::gatherList(nBoundaries);\n    // Scattering a list is also possbile\n    Pstream::scatterList(nInternalFaces);\n    Pstream::scatterList(nBoundaries);\n\n    // It can also be useful to do things on the head node only\n    // (in this case this is meaningless since we are using Info, which already\n    // checks this and executes on the head node).\n    // Note how the gathered lists hold information for all processors now.\n    if (Pstream::master())\n    {\n        forAll(nInternalFaces,i)\n            Info << \"Processor \" << i << \" has \" << nInternalFaces[i]\n                 << \" internal faces and \" << nBoundaries[i] << \" boundary patches\" << endl;\n    }\n\n    // As the mesh is decomposed, interfaces between processors are turned\n    // into patches, meaning each subdomain sees a processor boundary as a\n    // boundary condition.\n    forAll(mesh.boundary(),patchI)\n        Pout << \"Patch \" << patchI << \" named \" << mesh.boundary()[patchI].name() << endl;\n\n    // When looking for processor patches, it is useful to check their type,\n    // similarly to how one can check if a patch is of empty type\n    forAll(mesh.boundary(),patchI)\n    {\n        const polyPatch& pp = mesh.boundaryMesh()[patchI];\n        if (isA<processorPolyPatch>(pp))\n            Pout << \"Patch \" << patchI << \" named \" << mesh.boundary()[patchI].name()\n                 << \" is definitely a processor boundary!\" << endl;\n    }\n\n    // ---\n    // this is an example implementation of the code from tutoral 2 which\n    // has been adjusted to run in parallel. Each difference is highlighted\n    // as a NOTE.\n\n    // It is conventional in OpenFOAM to move large parts of code to separate\n    // .H files to make the code of the solver itself more readable. This is not\n    // a standard C++ practice, as header files are normally associated with\n    // declarations rather than definitions.\n    // A very common include, apart from the setRootCase, createTime, and createMesh,\n    // which are generic, is createFields, which is often unique for each solver.\n    // Here we've moved all of the parts of the code dealing with setting up the fields\n    // and transport constants into this include file.\n    #include \"createFields.H\"\n\n    // pre-calculate geometric information using field expressions rather than\n    // cell-by-cell assignment.\n\tconst dimensionedVector originVector(\"x0\",dimLength,vector(0.05,0.05,0.005));\n    scalarField r (mag(mesh.C()-originVector));\n    // NOTE: we need to get a global value\n\tconst scalar rFarCell = returnReduce(max(r), maxOp<scalar>());\n    scalar f (1.);\n\n\tInfo<< \"\\nStarting time loop\\n\" << endl;\n\n    while (runTime.loop())\n    {\n        Info<< \"Time = \" << runTime.timeName() << nl << endl;\n\n        // We use .internalField() to assign to the internal values only, thus\n        // leaving boundary values unchanged. Thus, we assign a scalarField\n        // object to the internal scalrField inside the volScalarField p.\n\t\tp.internalField() = Foam::sin(2.*constant::mathematical::pi*f*runTime.time().value())\n            / (r/rFarCell+1e-12);\n        // NOTE: this is needed to update the values on the processor boundaries.\n        // If this is not done, the gradient operator will get confused around the\n        // processor patches.\n        p.correctBoundaryConditions();\n\t\tU = fvc::grad(p)*dimensionedScalar(\"tmp\",dimTime,1.);\n\t\trunTime.write();\n\t}\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/createFields.H",
    "content": "Info << \"Reading transportProperties\\n\" << endl;\n\nIOdictionary transportProperties\n(\n    IOobject\n    (\n        \"transportProperties\",\n        runTime.constant(),\n        mesh,\n        IOobject::MUST_READ_IF_MODIFIED,\n        IOobject::NO_WRITE\n    )\n);\n\ndimensionedScalar nu\n(\n    \"nu\",\n    dimViscosity,\n    transportProperties.lookup(\"nu\")\n);\n\nInfo<< \"Reading field p\\n\" << endl;\nvolScalarField p\n(\n    IOobject\n    (\n        \"p\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n\nInfo<< \"Reading field U\\n\" << endl;\nvolVectorField U\n(\n    IOobject\n    (\n        \"U\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\ndecomposePar > log.decomposePar\nmpirun -np 4 ofTutorial4 -parallel\nrm -r processor* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\nmethod hierarchical;\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta 0.0001;\n    order           xyz;\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial4_basicParallelComputing/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/Make/files",
    "content": "customClass.C\nderivedClass.C\nOFtutorial5.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial5\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/OFtutorial5.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// Include the code for the custom classes declared in .H and defined\n// in .C files.\n// NOTE: check how the Make/files changed to make sure the additional code gets\n// compiled before the main utility.\n#include \"customClass.H\"\n#include \"derivedClass.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n\n    // Create a custom class instance\n    customClass customInstance;\n    Info << \"Default value \" << customInstance.get() << endl;\n\n    // Set a new value\n    customInstance.set(10);\n    Info << \"New value \" << customInstance.get() << endl;\n\n    // Call a basic function\n    customInstance.basicFunction();\n\n    // Pass a reference to the mesh to the custom class and let it do its things\n    customInstance.meshOpFunction(mesh);\n    Info << \"Yet another value \" << customInstance.get() << endl;\n\n    // Now, create an instance of a derived class which inherits from an IOdictionary object\n    myDict myTransportProperties\n    (\n        IOobject\n        (\n            \"transportProperties\",\n            runTime.constant(),\n            mesh,\n            IOobject::MUST_READ_IF_MODIFIED,\n            IOobject::NO_WRITE\n        )\n    );\n\n    // Create a viscosity scalar using our new class\n    dimensionedScalar nu\n    (\n        \"nu\",\n        dimViscosity,\n        myTransportProperties.lookup(\"nu\")\n    );\n    Info << \"Created a viscosity scalar: \" << nu << endl;\n\n    // List the contents of the dictionary using the derived class method\n    // implemented specifically for this purpose\n    myTransportProperties.printTokensInTheDict();\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/customClass.C",
    "content": "#include \"customClass.H\"\n\ncustomClass::customClass()\n{\n    myInt_= 0;\n}\n\ncustomClass::~customClass()\n{}\n\nlabel customClass::basicFunction() const\n{\n    Info << \"Calling customClass::basicFunction()\" << endl;\n    return myInt_*2;\n}\n\nvoid customClass::meshOpFunction(fvMesh& mesh)\n{\n    Info << \"Custom class got a mesh with \" << mesh.C().size() << \" cells\" << endl;\n    myInt_ = mesh.C().size();\n}\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/customClass.H",
    "content": "// Include the basic OpenFOAM include file - this allows the most common OF-native\n// types, such as labels, fvMesh, etc. to be used in this class just as in the\n// basic utilities.\n#include \"fvCFD.H\"\n\nclass customClass\n{\nprivate:\n    label myInt_;\n\npublic:\n    customClass();\n    ~customClass();\n\n    // Access operators - allow the internal value to be set or retrieved.\n    // Defined as inline to make the code run faster by avoiding expensive linking.\n    // .set() method defined as const as it is not allowed to modify any of the class fields.\n    inline label get() const {return myInt_;};\n    inline void set(label newInt) {myInt_=newInt;};\n\n    // A basic function\n    label basicFunction() const;\n\n    // A function which accepts a reference to the mesh and does some operations\n    // on it but without modifying it.\n    // Passing a reference rather than the entire mesh object instance by value\n    // is much more memory efficient - in short, only one mesh object exists\n    // and this method only learns to talk to it rather than make a new, separate copy.\n    void meshOpFunction(fvMesh& mesh);\n};\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/derivedClass.C",
    "content": "#include \"derivedClass.H\"\n\nmyDict::myDict(const IOobject& ioObj)\n:\n    // Call the base class constructor to make sure all inherited members get\n    // initialised as required\n    IOdictionary(ioObj)\n{\n// do nothing since we do not have any bespoke fields\n}\n\nmyDict::~myDict()\n{}\n\nvoid myDict::printTokensInTheDict() const\n{\n    // retrieve the list of non-space characters in the file using the\n    // method defined in dictionary.H, from which the IOdictionary object itself\n    // is derived.\n    List<token> characters(this->tokens());\n\n    // Create a stream which will hold the message to be printed out.\n    // Important to remember about the namespace.\n    std::stringstream ss;\n    ss << \"Tokens in the file:\";\n\n    // go over each token in the file\n    forAll(characters,i)\n        // if the entry is a word, add it to the message\n        if (characters[i].isWord())\n            ss << \"\\n\" << tab << characters[i].wordToken();\n\n    // print the message - convert to a C-style char array to make sure the\n    // printout looks good\n    Info << ss.str().c_str() << endl;\n}\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/derivedClass.H",
    "content": "#include \"fvCFD.H\"\n\n// use a standard C++ stringstream object\n#include <sstream>\n\n// This class is derived from the IOdictionary, declared in\n// $FOAM_SRC/OpenFOAM/db/IOobjects/IOdictionary .\n// We derive all the methods by setting maximum access level as public, thus allowing\n// all the inherited methods to be accessed in the same way as they were for\n// the base class.\nclass myDict : public IOdictionary\n{\npublic:\n    // Main constructor which accepts an IOobject (a file)\n    myDict(const IOobject& ioObj);\n    ~myDict();\n\n    // custom method which prints the tokens (variables) defined in the file\n    void printTokensInTheDict() const;\n};\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial5\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\nsomeValue 10;\nsomeVector (1 0 0);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\nmethod hierarchical;\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta 0.0001;\n    order           xyz;\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial5_customClasses/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/Allwclean",
    "content": "#!/bin/bash\n\nwclean libso customLibrary\nwclean\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/Allwmake",
    "content": "#!/bin/bash\n\nwmake libso customLibrary\nwmake\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/Make/files",
    "content": "OFtutorial6.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial6\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude \\\n    -IcustomLibrary\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools \\\n    -L$(FOAM_USER_LIBBIN) -lcustomLibrary\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/OFtutorial6.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// Include the headers for the custom library.\n// The library can implement anything from a simple function to several different\n// classes. The main advantage of libraries is that they allow the same code to be\n// compiled once and used by many other pieces of code later on.\n// NOTE: check how the Make/options changed to make sure the additional code gets\n// linked to the current utility.\n#include \"customLibrary.H\"\n\nint main(int argc, char *argv[])\n{\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n    #include \"createFields.H\"\n\n    const dimensionedVector originVector(\"x0\",dimLength,vector(0.05,0.05,0.005));\n    scalarField r;\n    // NOTE: use the method implemented in the library to calculate r and rFarCell\n    const scalar rFarCell = computeR(mesh,r,originVector);\n    scalar f (1.);\n\n    Info<< \"\\nStarting time loop\\n\" << endl;\n\n    while (runTime.loop())\n    {\n        Info<< \"Time = \" << runTime.timeName() << nl << endl;\n\n        p.internalField() = Foam::sin(2.*constant::mathematical::pi*f*runTime.time().value())\n            / (r/rFarCell+1e-12);\n        p.correctBoundaryConditions();\n\n        // NOTE: call the library method to calculate U\n        computeU(mesh,U);\n\n        runTime.write();\n    }\n\n    Info<< \"End\\n\" << endl;\n\n    return 0;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/createFields.H",
    "content": "Info << \"Reading transportProperties\\n\" << endl;\n\nIOdictionary transportProperties\n(\n    IOobject\n    (\n        \"transportProperties\",\n        runTime.constant(),\n        mesh,\n        IOobject::MUST_READ_IF_MODIFIED,\n        IOobject::NO_WRITE\n    )\n);\n\ndimensionedScalar nu\n(\n    \"nu\",\n    dimViscosity,\n    transportProperties.lookup(\"nu\")\n);\n\nInfo<< \"Reading field p\\n\" << endl;\nvolScalarField p\n(\n    IOobject\n    (\n        \"p\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n\nInfo<< \"Reading field U\\n\" << endl;\nvolVectorField U\n(\n    IOobject\n    (\n        \"U\",\n        runTime.timeName(),\n        mesh,\n        IOobject::MUST_READ,\n        IOobject::AUTO_WRITE\n    ),\n    mesh\n);\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/customLibrary/Make/files",
    "content": "customLibrary.C\n\nLIB = $(FOAM_USER_LIBBIN)/libcustomLibrary\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/customLibrary/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lmeshTools\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/customLibrary/customLibrary.C",
    "content": "#include \"customLibrary.H\"\n\nscalar computeR(const fvMesh& mesh, scalarField& r, dimensionedVector x0)\n{\n    r = mag(mesh.C()-x0);\n    return returnReduce(max(r), maxOp<scalar>());\n}\n\nvoid computeU(const fvMesh& mesh, volVectorField& U, word pName)\n{\n    // This allows a reference to a field to be obtained through the mesh object\n    // alone by just knowing the name of the field.\n    const volScalarField& pField = mesh.lookupObject<volScalarField>(pName);\n\n    // Do the usual\n    U = fvc::grad(pField)*dimensionedScalar(\"tmp\",dimTime,1.);\n}\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/customLibrary/customLibrary.H",
    "content": "#include \"fvCFD.H\"\n\n// This method simply implements the calculation of the distance of each\n// cell centre from x0; it accepts the scalarField r as a reference to avoid\n// passing large amounts of information by value, as this is expensive.\n// It returns the maximum value found.\nscalar computeR(const fvMesh& mesh, scalarField& r, dimensionedVector x0);\n\n// This computes the velocity field. The reference to the pressure is obtained\n// through the mesh object, using the name of the p field only. This assmes a\n// default value which may be redefined, if necessary.\nvoid computeU(const fvMesh& mesh, volVectorField& U, word pName = \"p\");\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (0 0 0);\n\nboundaryField\n{\n    movingWall\n    {\n        type            fixedValue;\n        value           uniform (1 0 0);\n    }\n\n    fixedWalls\n    {\n        type            fixedValue;\n        value           uniform (0 0 0);\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/0/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    movingWall\n    {\n        type            zeroGradient;\n    }\n\n    fixedWalls\n    {\n        type            zeroGradient;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/Allclean",
    "content": "#!/bin/bash\n\nrm -r 1* 2* 3* 4* 5* 6* 7* 8* 9* 0.* constant/polyMesh/* processor* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial6\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnu              [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 0.1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    movingWall\n    {\n        type wall;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    fixedWalls\n    {\n        type wall;\n        faces\n        (\n            (0 4 7 3)\n            (2 6 5 1)\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     icoFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          0.1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\nmethod hierarchical;\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta 0.0001;\n    order           xyz;\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n    grad(p)         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear orthogonal;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         orthogonal;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial6_customLibraries/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    p\n    {\n        solver          PCG;\n        preconditioner  DIC;\n        tolerance       1e-06;\n        relTol          0;\n    }\n\n    U\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-05;\n        relTol          0;\n    }\n}\n\nPISO\n{\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n    pRefCell        0;\n    pRefValue       0;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/Allwclean",
    "content": "#!/bin/sh\n\nwclean libso\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/Allwmake",
    "content": "#!/bin/sh\n\nwmake libso\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/Make/files",
    "content": "prescribedPipeInletFvPatchVectorField.C\n\nLIB = $(FOAM_USER_LIBBIN)/libprescribedPipeInlet\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude\n    \nLIB_LIBS = \\\n    -lfiniteVolume\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/prescribedPipeInletFvPatchVectorField.C",
    "content": "/*---------------------------------------------------------------------------* \\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"prescribedPipeInletFvPatchVectorField.H\"\n\n// * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const fvPatch& p,\n    const DimensionedField<vector, volMesh>& iF\n)\n:\n    // NOTE: call the default constructor to make sure everything gets initialised properly\n    fixedValueFvPatchVectorField(p, iF),\n    // NOTE: assign default values to the members using an initialiser list\n    approximationType_(\"exponential\"),\n    flowSpeed_(0.),\n\tdeltaByR_(0.),\n\tcentrepoint_(vector::zero),\n\tR_(0.),\n\tlambda_(0.)\n{}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const fvPatch& p,\n    const DimensionedField<vector, volMesh>& iF,\n    const dictionary& dict\n)\n:\n    // NOTE: this constructor reads all of the control parameters from the boundary\n    // condition definition specified in the time folder U file, imported here\n    // as a dictionary reference.\n    fixedValueFvPatchVectorField(p, iF),\n    approximationType_(\"exponential\"),\n    flowSpeed_(0.),\n\tdeltaByR_(0.),\n\tcentrepoint_(vector::zero),\n\tR_(0.),\n\tlambda_(0.)\n{\n    // NOTE: calls the = operator to assign the value to the faces held by this BC\n    fvPatchVectorField::operator=(vectorField(\"value\", dict, p.size()));\n\n    // NOTE: looks up the necessary paramters\n    approximationType_ = dict.lookupOrDefault<word>(\"approximationType\",\"exponential\");\n    dict.lookup(\"flowSpeed\") >> flowSpeed_;\n\tdict.lookup(\"deltaByR\") >> deltaByR_;\n\tcentrepoint_ = dict.lookupOrDefault<vector>(\"centrepoint\",vector::zero);\n\tdict.lookup(\"R\") >> R_;\n\tlambda_ = dict.lookupOrDefault<scalar>(\"lambda\",0.);\n\n    // NOTE: calls the .updateCoeffs() method to calculate the inlet profile in\n    // accordance with the controls which have just been read.\n\tupdateCoeffs();\n}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const prescribedPipeInletFvPatchVectorField& ptf,\n    const fvPatch& p,\n    const DimensionedField<vector, volMesh>& iF,\n    const fvPatchFieldMapper& mapper\n)\n:\n    // NOTE: this constructor, and the two subsequent ones, transfer data to the\n    // instance being created from another one.\n    fixedValueFvPatchVectorField(ptf, p, iF, mapper),\n    approximationType_(ptf.approximationType_),\n    flowSpeed_(ptf.flowSpeed_),\n\tdeltaByR_(ptf.deltaByR_),\n\tcentrepoint_(ptf.centrepoint_),\n\tR_(ptf.R_),\n\tlambda_(ptf.lambda_)\n{}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const prescribedPipeInletFvPatchVectorField& rifvpvf\n)\n:\n    fixedValueFvPatchVectorField(rifvpvf),\n    approximationType_(rifvpvf.approximationType_),\n    flowSpeed_(rifvpvf.flowSpeed_),\n    deltaByR_(rifvpvf.deltaByR_),\n    centrepoint_(rifvpvf.centrepoint_),\n    R_(rifvpvf.R_),\n    lambda_(rifvpvf.lambda_)\n{}\n\nFoam::prescribedPipeInletFvPatchVectorField::prescribedPipeInletFvPatchVectorField\n(\n    const prescribedPipeInletFvPatchVectorField& rifvpvf,\n    const DimensionedField<vector, volMesh>& iF\n)\n:\n    fixedValueFvPatchVectorField(rifvpvf, iF),\n    approximationType_(rifvpvf.approximationType_),\n    flowSpeed_(rifvpvf.flowSpeed_),\n    deltaByR_(rifvpvf.deltaByR_),\n    centrepoint_(rifvpvf.centrepoint_),\n    R_(rifvpvf.R_),\n    lambda_(rifvpvf.lambda_)\n{}\n\n// * * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * //\n\nvoid Foam::prescribedPipeInletFvPatchVectorField::autoMap\n(\n    const fvPatchFieldMapper& m\n)\n{\n    vectorField::autoMap(m);\n}\n\n\nvoid Foam::prescribedPipeInletFvPatchVectorField::rmap\n(\n    const fvPatchVectorField& ptf,\n    const labelList& addr\n)\n{\n    fixedValueFvPatchVectorField::rmap(ptf, addr);\n}\n\n// NOTE: this is the key method which implements the actual maths for calculating\n// the inlet profiles.\nvoid Foam::prescribedPipeInletFvPatchVectorField::updateCoeffs()\n{\n    if (updated())\n    {\n        return;\n    }\n\n\t// assign inlet velocity normal to the patch\n\t// by convention, patch faces point outside of the domain\n\tvectorField Uin = (-1.)*(patch().Sf()/patch().magSf()) * flowSpeed_;\n\n    // go over each face and add the BL profile for faces close to the wall\n\tforAll(patch().Cf(), faceI)\n\t{\n        // non-dimensional distance away from the wall\n\t\tscalar yOverDelta ( (1.-mag(centrepoint_ - patch().Cf()[faceI])/R_)/deltaByR_ );\n\n\t\tif (approximationType_.compare(\"parabolic\") == 0)\n\t\t{\n\t\t\tif (yOverDelta < 1.0)\n\t\t\t\tUin[faceI] *= (2*yOverDelta-pow(yOverDelta,2.0));\n\t\t}\n\t\telse if (approximationType_.compare(\"Polhausen\") == 0)\n\t\t{\n\t\t\tif (yOverDelta < 1.0)\n\t\t\t\tUin[faceI] *= 1.-(1.+yOverDelta)*pow(1.-yOverDelta,3.) + lambda_/6.*yOverDelta*pow(1.-yOverDelta,3.);\n\t\t}\n\t\telse if (approximationType_.compare(\"exponential\") == 0)\n\t\t{\n\t\t\tif (yOverDelta < 1.0)\n\t\t\t\tUin[faceI] *= pow(yOverDelta,1./7.);\n\t\t}\n\t\telse\n\t\t{\n\t\t\tFatalErrorIn\n\t\t    (\n\t\t        \"prescribedPipeInletFvPatchVectorField::updateCoeffs()\"\n\t\t    )   << \"Unknown boundary layer profile approximation type \" << approximationType_ << nl << nl\n\t\t        << \"Valid types are :\" << nl\n\t\t        << tab << \"parabolic\" << nl\n\t\t        << tab << \"Polhausen\" << nl\n\t\t        << tab << \"exponential\" << nl\n\t\t        << exit(FatalError);\n\t\t}\n\t}\n\n\n\n\t// set the value_ of this patch to the newly computed flow speed\n    this->operator==(Uin);\n\n    // call the base class method to make sure all the other bits and pieces get updated\n    fixedValueFvPatchVectorField::updateCoeffs();\n}\n\n\nvoid Foam::prescribedPipeInletFvPatchVectorField::write(Ostream& os) const\n{\n    fvPatchVectorField::write(os);\n    os.writeKeyword(\"approximationType\") << approximationType_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"flowSpeed\") << flowSpeed_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"deltaByR\") << deltaByR_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"centrepoint\") << centrepoint_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"R\") << R_ << token::END_STATEMENT << nl;\n    os.writeKeyword(\"lambda\") << lambda_ << token::END_STATEMENT << nl;\n    writeEntry(\"value\", os);\n}\n\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n    makePatchTypeField\n    (\n        fvPatchVectorField,\n        prescribedPipeInletFvPatchVectorField\n    );\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/prescribedPipeInletFvPatchVectorField.H",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2013 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\nClass\n    Foam::prescribedPipeInletFvPatchVectorField\n\nGroup\n    grpInletBoundaryConditions grpWallBoundaryConditions\n\nDescription\n    Prescribes an inlet profile for a circular pipe inlet patch. Flow direction is determined\n    automatically from face normals, only velocity magnitude needs to be provided.\n\n    \\heading Patch usage\n\n    \\table\n        Property    \t\t| Description             \t\t\t\t\t\t\t\t| Required  | Default value\n        R           \t\t| pipe radius \t\t\t\t\t\t\t\t\t\t\t| yes     \t|\n        flowSpeed   \t\t| magnitude of flow velocity      \t\t\t\t\t\t| yes       |\n        deltaByR\t\t\t| wall function thickness as a fraction of pipe radius  | yes \t\t|\n        approximationType\t| name of approximation profile\t\t\t\t\t\t\t| no\t\t| exponential\n        centrePoint\t\t\t| point on the centreline of the pipe\t\t\t\t\t| no \t\t| (0 0 0)\n        lambda\t\t\t\t| pressure gradient coefficient \t\t\t\t\t\t| no \t\t| 0\n    \\endtable\n\n    Example of the boundary condition specification:\n    \\verbatim\n    inlet\n\t{\n\t\t// prescribes a parabolic inlet profile\n\t    type        prescribedPipeInlet;\n\t    // (optional, default exponential) type of profile used for approximation\n\t    approximationType exponential;\n\t    // pipe radius\n\t    R\t$Rpipe;\n\t    // magnitude of flow velocity into the pipe\n\t    flowSpeed\t$flowVelocity;\n\t    // (optional, defaults at origin) centrepoint of the pipe used to determine the radius of each face\n\t    centrepoint\t(0 0 0);\n\t    // inlet BL thickness as a function of radius\n\t    deltaByR $deltaByR;\n\t    // (optional, default 0) pressure gradient coefficient (see Polhausen profile literature for explanation)\n\t    lambda 0.;\n\t    // dummy value overwritten by the BC, used for initialisation only\n\t    value\t\t$internalField;\n\t}\n\t\\endverbatim\n\nSeeAlso\n    Foam::fixedValueFvPatchField\n\nSourceFiles\n    prescribedPipeInletFvPatchVectorField.C\n\n\\*---------------------------------------------------------------------------*/\n\n#ifndef prescribedPipeInletFvPatchVectorField_H\n#define prescribedPipeInletFvPatchVectorField_H\n\n#include \"fvPatchFields.H\"\n#include \"fixedValueFvPatchFields.H\"\n#include \"Switch.H\"\n#include \"addToRunTimeSelectionTable.H\"\n#include \"volFields.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n\n/*---------------------------------------------------------------------------*\\\n               Class prescribedPipeInletFvPatchVectorField Declaration\n\\*---------------------------------------------------------------------------*/\n\n// NOTE: the patch is derived from a fixedValue BC since it does prescribe\n// a fixed value, although non-uniform across all of the faces, unlike the base\n// class does.\nclass prescribedPipeInletFvPatchVectorField\n:\n    public fixedValueFvPatchVectorField\n{\nprivate:\n    // Private data\n        // NOTE: these class fields are used to determine the inlet profile\n\n    \t// denotes the type of the profile used to perform the approximation\n        // (optional, defaults to exponential)\n    \tword approximationType_;\n\n    \t// flow velocity magnitude\n    \tscalar flowSpeed_;\n\n    \t// bl thickness\n    \tscalar deltaByR_;\n\n    \t// centre of the pipe (optional, defaults to the origin)\n    \tvector centrepoint_;\n\n    \t// radius of the pipe\n    \tscalar R_;\n\n    \t// pressure gradient coefficient (optional, default to 0, not used by all approximations)\n    \tscalar lambda_;\n\npublic:\n\n    //- Runtime type information\n    // NOTE: this gets used by the runtimeSelector. In other words, this is the\n    // name under which OpenFOAM knows this BC.\n    TypeName(\"prescribedPipeInlet\");\n\n    // Constructors\n\n        //- Construct from patch and internal field\n        prescribedPipeInletFvPatchVectorField\n        (\n            const fvPatch&,\n            const DimensionedField<vector, volMesh>&\n        );\n\n        //- Construct from patch, internal field and dictionary\n        prescribedPipeInletFvPatchVectorField\n        (\n            const fvPatch&,\n            const DimensionedField<vector, volMesh>&,\n            const dictionary&\n        );\n\n        //- Construct by mapping given prescribedPipeInletFvPatchVectorField\n        //  onto a new patch\n        prescribedPipeInletFvPatchVectorField\n        (\n            const prescribedPipeInletFvPatchVectorField&,\n            const fvPatch&,\n            const DimensionedField<vector, volMesh>&,\n            const fvPatchFieldMapper&\n        );\n\n        //- Construct as copy\n        prescribedPipeInletFvPatchVectorField\n        (\n            const prescribedPipeInletFvPatchVectorField&\n        );\n\n        //- Construct and return a clone\n        virtual tmp<fvPatchVectorField> clone() const\n        {\n            return tmp<fvPatchVectorField>\n            (\n                new prescribedPipeInletFvPatchVectorField(*this)\n            );\n        }\n\n        //- Construct as copy setting internal field reference\n        prescribedPipeInletFvPatchVectorField\n        (\n            const prescribedPipeInletFvPatchVectorField&,\n            const DimensionedField<vector, volMesh>&\n        );\n\n        //- Construct and return a clone setting internal field reference\n        virtual tmp<fvPatchVectorField> clone\n        (\n            const DimensionedField<vector, volMesh>& iF\n        ) const\n        {\n            return tmp<fvPatchVectorField>\n            (\n                new prescribedPipeInletFvPatchVectorField(*this, iF)\n            );\n        }\n\n    // Member functions\n\n        // Access\n\n        // Mapping functions\n\n            //- Map (and resize as needed) from self given a mapping object\n            virtual void autoMap\n            (\n                const fvPatchFieldMapper&\n            );\n\n            //- Reverse map the given fvPatchField onto this fvPatchField\n            virtual void rmap\n            (\n                const fvPatchVectorField&,\n                const labelList&\n            );\n\n        // Evaluation functions\n\n            //- Update the coefficients associated with the patch field\n            virtual void updateCoeffs();\n\n        // I-O\n\n            //- Write\n            virtual void write(Ostream&) const;\n};\n\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n} // End namespace Foam\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#endif\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/0.org/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform ($flowVelocity 0 0);\n\nboundaryField\n{\n    inlet\n    {\n    \t// prescribes a parabolic inlet profile\n        type       prescribedPipeInlet;\n        // (optional, default exponential) type of profile used for approximation\n        approximationType exponential;\n        // pipe radius\n        R\t$Rpipe;\n        // magnitude of flow velocity into the pipe\n        flowSpeed\t$flowVelocity;\n        // (optional, defaults at origin) centrepoint of the pipe used to determine the radius of each face\n        centrepoint\t(0 0 0);\n        // inlet BL thickness as a function of radius\n        deltaByR $deltaByR;\n        // (optional, default 0) pressure gradient coefficient (see Polhausen profile literature for explanation)\n        lambda 0.;\n        // dummy value overwritten by the BC, used for initialisation only\n        value\t\t$internalField;\n    }\n    outlet\n    {\n        type            pressureInletOutletVelocity;\n        phi             phi;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform (0 0 0);\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/0.org/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform $turbulentKE;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/0.org/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/0.org/omega",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 0 -1 0 0 0 0];\n\ninternalField   uniform $turbulentOmega;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n\tpipe\n    {\n    \ttype omegaWallFunction;\n    \tvalue uniform $turbulentOmega;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/0.org/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type        zeroGradient;\n    }\n    outlet\n    {\n        type\t\tfixedValue;\n\t\tvalue\t\t$internalField;\n    }\n\tpipe\n    {\n    \ttype zeroGradient;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # run from this directory\n\nrm -f log*\n\nrm -rf processor* postProcessing\n\nrm -rf constant/polyMesh/*\nrm -rf constant/triSurface/*.eMesh*\nrm -rf constant/triSurface/*.obj*\nrm -rf constant/extendedFeatureEdgeMesh/\n\nrm -rf 0 1* 2* 3* 4* 5* 6* 7* 8* 9*\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/Allrun",
    "content": "#!/bin/bash\n\n./Allrun.mesh > log.mesh 2>&1\n\ncp -r 0.org 0\n\npotentialFoam > log.potentialFoam 2>&1\n\ndecomposePar > log.decomposePar 2>&1\n\necho \"Finished preparing, running the solver.\"\n\nmpirun -np 4 simpleFoam -parallel > log.run 2>&1\n\nreconstructPar -latestTime > log.reconstruct 2>&1\n\nyPlus -latestTime > log.yPlus\nsample -latestTime > log.sample\n\nrm -r processor*\n\necho \"Done.\"\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/Allrun.mesh",
    "content": "#!/bin/bash\n\n# read values from the dictionary\ncontrolFile=\"system/runConditions\"\nLpipe=$(awk '/Lpipe/{print $2}' $controlFile | sed 's/;$//')\nRpipe=$(awk '/Rpipe/{print $2}' $controlFile | sed 's/;$//')\nNx=$(awk '/Nx/{print $2}' $controlFile | sed 's/;$//')\nNRinner=$(awk '/NRinner/{print $2}' $controlFile | sed 's/;$//')\nNRouter=$(awk '/NRouter/{print $2}' $controlFile | sed 's/;$//')\nexpRatWall=$(awk '/expRatWall/{print $2}' $controlFile | sed 's/;$//')\nnoQuarters=$(awk '/noQuarters/{print $2}' $controlFile | sed 's/;$//')\n\n# update values in the blockMesh dictionary (optionally could also include the file in the dict\n# and use the variables directly - nice to explore different options to do the same thing though)\nsed -i \"s/Nx.*;/Nx   $Nx;/g\" system/blockMeshDict\nsed -i \"s/NRinner.*;/NRinner   $NRinner;/g\" system/blockMeshDict\nsed -i \"s/NRouter.*;/NRouter   $NRouter;/g\" system/blockMeshDict\nsed -i \"s/expRatWall.*;/expRatWall   $expRatWall;/g\" system/blockMeshDict\n\n# create the baseline mesh of a 1/4 of pipe with unit length and radius\nblockMesh\n\n# scale to give the mesh the desired size\ntransformPoints -scale \"($Lpipe $Rpipe $Rpipe)\"\n\n# mirror the grid as required\nsed -i \"s/normalVector.*;/normalVector (0 1 0);/g\" system/mirrorMeshDict\n\nif (( $noQuarters == 2 ))\nthen\n\tmirrorMesh -overwrite\nfi\n\nif (( $noQuarters == 4 ))\nthen\n\tmirrorMesh -overwrite\n\tsed -i \"s/normalVector.*;/normalVector (0 0 1);/g\" system/mirrorMeshDict\n\tmirrorMesh -overwrite\nfi\n\n# renumber to optimise parallel running\nrenumberMesh -overwrite\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      transportProperties;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ntransportModel Newtonian;\n\nnu              nu [0 2 -1 0 0 0 0] $visc;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------* \\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType RAS;\n\nRAS\n{\n\tRASModel\tkOmegaSST;\n\n\tturbulence      on;\n\n\tprintCoeffs     on;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n//========================\n// CONTROLS\n\n// number of cells\nNx   50;\nNRinner   20;\nNRouter   25;\n\n// size ratio of cell at the wall to the free-stream one in the near-wall blocks\nexpRatWall   0.05;\n\n//========================\n\nconvertToMeters 1;\n\n// all the vertices are in non-dimensional units\n// pipe assumed to have length and radius of 1\nvertices\n(\n    (0.00000e+00 0.00000e+00 0.00000e+00)\n\t(0.00000e+00 0.00000e+00 8.00000e-01)\n\t(0.00000e+00 0.00000e+00 1.00000e+00)\n\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t(0.00000e+00 8.00000e-01 0.00000e+00)\n\t(0.00000e+00 1.00000e+00 0.00000e+00)\n\t(0.00000e+00 7.07107e-01 7.07107e-01)\n\n\t(1 0.00000e+00 0.00000e+00)\n\t(1 0.00000e+00 8.00000e-01)\n\t(1 0.00000e+00 1.00000e+00)\n\t(1 6.10535e-01 6.10532e-01)\n\t(1 8.00000e-01 0.00000e+00)\n\t(1 1.00000e+00 0.00000e+00)\n\t(1 7.07107e-01 7.07107e-01)\n);\n\nblocks\n(\n    hex (0 7 11 4 1 8 10 3) ($Nx $NRinner $NRinner) simpleGrading (1 1 1)\n    hex (4 11 12 5 3 10 13 6) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n    hex (3 10 13 6 1 8 9 2) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n);\n\nedges\n(\n\tBSpline 1 3 (\n\t\t//(0.00000e+00 0.00000e+00 8.00000e-01)\n\t\t(0.00000e+00 1.12269e-01 7.92025e-01)\n\t\t(0.00000e+00 2.22463e-01 7.62587e-01)\n\t\t(0.00000e+00 3.26692e-01 7.24996e-01)\n\t\t(0.00000e+00 4.21177e-01 6.86516e-01)\n\t\t(0.00000e+00 5.02076e-01 6.52300e-01)\n\t\t(0.00000e+00 5.66526e-01 6.25913e-01)\n\t\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 3 4 (\n\t\t(0.00000e+00 6.10532e-01 6.10535e-01)\n\t\t(0.00000e+00 6.25913e-01 5.66526e-01)\n\t\t(0.00000e+00 6.52300e-01 5.02076e-01)\n\t\t(0.00000e+00 6.86516e-01 4.21177e-01)\n\t\t(0.00000e+00 7.24996e-01 3.26692e-01)\n\t\t(0.00000e+00 7.62587e-01 2.22463e-01)\n\t\t(0.00000e+00 7.92025e-01 1.12269e-01)\n\t\t//(0.00000e+00 8.00000e-01 0.00000e+00)\n\t)\n\tBSpline 8 10 (\n\t\t//(1 0.00000e+00 8.00000e-01)\n\t\t(1 1.12269e-01 7.92025e-01)\n\t\t(1 2.22463e-01 7.62587e-01)\n\t\t(1 3.26692e-01 7.24996e-01)\n\t\t(1 4.21177e-01 6.86516e-01)\n\t\t(1 5.02076e-01 6.52300e-01)\n\t\t(1 5.66526e-01 6.25913e-01)\n\t\t(1 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 10 11 (\n\t\t(1 6.10532e-01 6.10535e-01)\n\t\t(1 6.25913e-01 5.66526e-01)\n\t\t(1 6.52300e-01 5.02076e-01)\n\t\t(1 6.86516e-01 4.21177e-01)\n\t\t(1 7.24996e-01 3.26692e-01)\n\t\t(1 7.62587e-01 2.22463e-01)\n\t\t(1 7.92025e-01 1.12269e-01)\n\t\t//(1 8.00000e-01 0.00000e+00)\n\t)\n\t\n\tarc 2 6 (0 0.38268343236508978 0.92387953251128674)\n\tarc 6 5 (0 0.92387953251128674 0.38268343236508978)\n\t\n\tarc 9 13 (1 0.38268343236508978 0.92387953251128674)\n\tarc 13 12 (1 0.92387953251128674 0.38268343236508978)\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (1 2 6 3)\n            (3 6 5 4)\n            (0 1 3 4)\n        );\n    }\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (11 10 8 7)\n            (12 13 10 11)\n            (13 9 8 10)\n        );\n    }\n    pipe\n    {\n        type wall;\n        faces\n        (\n            (9 13 6 2)\n            (13 12 5 6)\n        );\n    }\n    symmetryVer\n    {\n        type symmetryPlane;\n        faces\n        (\n            (2 9 8 1)\n            (1 8 7 0)\n        );\n    }\n    symmetryHor\n    {\n        type symmetryPlane;\n        faces\n        (\n            (11 4 0 7)\n            (12 5 4 11)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     simpleFoam;\n\nstartFrom       latestTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         500;\n\ndeltaT          1;\n\nwriteControl    runTime;\n\nwriteInterval   50;\n\npurgeWrite      1;\n\nwriteFormat     binary;\n\nwritePrecision  6;\n\nwriteCompression compressed;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n// include the custom inlet library\nlibs (\"libprescribedPipeInlet.so\");\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\n\nmethod          hierarchical;\n\nhierarchicalCoeffs\n{\n    n               (4 1 1);\n    delta           0.001;\n    order           xyz;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default steadyState;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwindV grad(U);\n    div(phi,k)      bounded Gauss upwind;\n    div(phi,omega)  bounded Gauss upwind;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include \"runConditions\"\n\nsolvers\n{\n    p\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    U\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    \"(k|omega)\"\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n    \n    Phi\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n}\n\npotentialFlow\n{\n\tnNonOrthogonalCorrectors 4;\n}\n\nSIMPLE\n{\n    nNonOrthogonalCorrectors 0;\n\n    residualControl\n    {\n        p               1e-7;\n        U               1e-7;\n        \"(k|omega)\"     1e-7;\n    }\n}\n\nrelaxationFactors\n{\n\tp\t\t0.4;\n\tU\t\t0.6;\n\tk\t\t0.6;\n\tomega\t0.6;\n}\n\ncache\n{\n    grad(U);\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/mirrorMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      mirrorMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nplaneType pointAndNormal;\nplaneTolerance 1e-6;\n\npointAndNormalDict\n{\n\tbasePoint (0 0 0);\n\tnormalVector (0 1 0);\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/runConditions",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.com                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\n\n// this file controls:\n// - initial conditions for turbulence modelling\n// - initial flow field and boundary condition values\n\n//==================\n// MESH SETTINGS\n\n// length of the pipe [m]\nLpipe 0.68247;\n// radius of the pipe [m]\nRpipe 0.02625;\n\n// number of cells\n//\t- along the pipe\nNx 50;\n//\t- in the inner part of the mesh at the pipe centreline (per radius)\nNRinner 20;\n//\t- in the boundary layer part of the mesh (per radius)\nNRouter 25;\n\n// cell size ratio between the cell at the wall and that in the free stream in the near-wall blocks\nexpRatWall 0.05;\n\n// whether to create 1/4th, 1/2, or a full pipe\nnoQuarters 1;\n\n//==================\n// FLUID PROPERTIES\nvisc\t1.09e-6;\nrho\t\t998.8;\n\n//==================\n// FLOW PARAMETERS\npressure\t0;\nflowVelocity 2;\ndeltaByR 0.1;\n\n// inlet values\nturbulentKE\t6.0000E-2;\nturbulentOmega\t4.4721E+0;\n\n\n// ************************************************************************* //\n\n\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial7_customBC/testCase/system/sampleDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\      /  F ield          | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\    /   O peration      | Version:  3.0.0                                 |\n|   \\  /    A nd            | Web:      www.OpenFOAM.org                      |\n|    \\/     M anipulation   |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      sampleDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsetFormat raw;\ninterpolationScheme cellPoint;\n\nfields\n(\n\tp\n\tU\n\tk\n\tomega\n\twallGradU\n\twallShearStress\n);\n\nsets\n(\nwallSampling\n{\n\ttype patchCloud;\n\taxis xyz;\n\tmaxDistance 0.0002625;\n\tpatches\n\t(\n\t\tpipe\n\t);\n\tpoints\n\t(\n\t\t(0.000000e+00 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-03 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-02 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-02 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-02 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-02 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-02 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-02 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-02 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-02 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-02 2.585120e-02 4.558265e-03)\n\t\t(7.507170e-02 2.585120e-02 4.558265e-03)\n\t\t(8.189640e-02 2.585120e-02 4.558265e-03)\n\t\t(8.872110e-02 2.585120e-02 4.558265e-03)\n\t\t(9.554580e-02 2.585120e-02 4.558265e-03)\n\t\t(1.023705e-01 2.585120e-02 4.558265e-03)\n\t\t(1.091952e-01 2.585120e-02 4.558265e-03)\n\t\t(1.160199e-01 2.585120e-02 4.558265e-03)\n\t\t(1.228446e-01 2.585120e-02 4.558265e-03)\n\t\t(1.296693e-01 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-01 2.585120e-02 4.558265e-03)\n\t\t(1.433187e-01 2.585120e-02 4.558265e-03)\n\t\t(1.501434e-01 2.585120e-02 4.558265e-03)\n\t\t(1.569681e-01 2.585120e-02 4.558265e-03)\n\t\t(1.637928e-01 2.585120e-02 4.558265e-03)\n\t\t(1.706175e-01 2.585120e-02 4.558265e-03)\n\t\t(1.774422e-01 2.585120e-02 4.558265e-03)\n\t\t(1.842669e-01 2.585120e-02 4.558265e-03)\n\t\t(1.910916e-01 2.585120e-02 4.558265e-03)\n\t\t(1.979163e-01 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-01 2.585120e-02 4.558265e-03)\n\t\t(2.115657e-01 2.585120e-02 4.558265e-03)\n\t\t(2.183904e-01 2.585120e-02 4.558265e-03)\n\t\t(2.252151e-01 2.585120e-02 4.558265e-03)\n\t\t(2.320398e-01 2.585120e-02 4.558265e-03)\n\t\t(2.388645e-01 2.585120e-02 4.558265e-03)\n\t\t(2.456892e-01 2.585120e-02 4.558265e-03)\n\t\t(2.525139e-01 2.585120e-02 4.558265e-03)\n\t\t(2.593386e-01 2.585120e-02 4.558265e-03)\n\t\t(2.661633e-01 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-01 2.585120e-02 4.558265e-03)\n\t\t(2.798127e-01 2.585120e-02 4.558265e-03)\n\t\t(2.866374e-01 2.585120e-02 4.558265e-03)\n\t\t(2.934621e-01 2.585120e-02 4.558265e-03)\n\t\t(3.002868e-01 2.585120e-02 4.558265e-03)\n\t\t(3.071115e-01 2.585120e-02 4.558265e-03)\n\t\t(3.139362e-01 2.585120e-02 4.558265e-03)\n\t\t(3.207609e-01 2.585120e-02 4.558265e-03)\n\t\t(3.275856e-01 2.585120e-02 4.558265e-03)\n\t\t(3.344103e-01 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-01 2.585120e-02 4.558265e-03)\n\t\t(3.480597e-01 2.585120e-02 4.558265e-03)\n\t\t(3.548844e-01 2.585120e-02 4.558265e-03)\n\t\t(3.617091e-01 2.585120e-02 4.558265e-03)\n\t\t(3.685338e-01 2.585120e-02 4.558265e-03)\n\t\t(3.753585e-01 2.585120e-02 4.558265e-03)\n\t\t(3.821832e-01 2.585120e-02 4.558265e-03)\n\t\t(3.890079e-01 2.585120e-02 4.558265e-03)\n\t\t(3.958326e-01 2.585120e-02 4.558265e-03)\n\t\t(4.026573e-01 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-01 2.585120e-02 4.558265e-03)\n\t\t(4.163067e-01 2.585120e-02 4.558265e-03)\n\t\t(4.231314e-01 2.585120e-02 4.558265e-03)\n\t\t(4.299561e-01 2.585120e-02 4.558265e-03)\n\t\t(4.367808e-01 2.585120e-02 4.558265e-03)\n\t\t(4.436055e-01 2.585120e-02 4.558265e-03)\n\t\t(4.504302e-01 2.585120e-02 4.558265e-03)\n\t\t(4.572549e-01 2.585120e-02 4.558265e-03)\n\t\t(4.640796e-01 2.585120e-02 4.558265e-03)\n\t\t(4.709043e-01 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-01 2.585120e-02 4.558265e-03)\n\t\t(4.845537e-01 2.585120e-02 4.558265e-03)\n\t\t(4.913784e-01 2.585120e-02 4.558265e-03)\n\t\t(4.982031e-01 2.585120e-02 4.558265e-03)\n\t\t(5.050278e-01 2.585120e-02 4.558265e-03)\n\t\t(5.118525e-01 2.585120e-02 4.558265e-03)\n\t\t(5.186772e-01 2.585120e-02 4.558265e-03)\n\t\t(5.255019e-01 2.585120e-02 4.558265e-03)\n\t\t(5.323266e-01 2.585120e-02 4.558265e-03)\n\t\t(5.391513e-01 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-01 2.585120e-02 4.558265e-03)\n\t\t(5.528007e-01 2.585120e-02 4.558265e-03)\n\t\t(5.596254e-01 2.585120e-02 4.558265e-03)\n\t\t(5.664501e-01 2.585120e-02 4.558265e-03)\n\t\t(5.732748e-01 2.585120e-02 4.558265e-03)\n\t\t(5.800995e-01 2.585120e-02 4.558265e-03)\n\t\t(5.869242e-01 2.585120e-02 4.558265e-03)\n\t\t(5.937489e-01 2.585120e-02 4.558265e-03)\n\t\t(6.005736e-01 2.585120e-02 4.558265e-03)\n\t\t(6.073983e-01 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-01 2.585120e-02 4.558265e-03)\n\t\t(6.210477e-01 2.585120e-02 4.558265e-03)\n\t\t(6.278724e-01 2.585120e-02 4.558265e-03)\n\t\t(6.346971e-01 2.585120e-02 4.558265e-03)\n\t\t(6.415218e-01 2.585120e-02 4.558265e-03)\n\t\t(6.483465e-01 2.585120e-02 4.558265e-03)\n\t\t(6.551712e-01 2.585120e-02 4.558265e-03)\n\t\t(6.619959e-01 2.585120e-02 4.558265e-03)\n\t\t(6.688206e-01 2.585120e-02 4.558265e-03)\n\t\t(6.756453e-01 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-01 2.585120e-02 4.558265e-03)\n\t);\n}\n\ncentrelineSampling\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 2.625000e-04 2.625000e-04);\n\tend (6.824700e-01 2.625000e-04 2.625000e-04);\n}\n\nrake_x_0.000\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 -2.585120e-02 -4.558265e-03);\n\tend (0.000000e+00 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.057\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-02 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-02 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.114\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.137450e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.137450e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.171\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.706175e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.706175e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.227\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.274900e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.274900e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.284\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.843625e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.843625e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.341\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.412350e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.412350e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.398\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.981075e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.981075e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.455\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (4.549800e-01 -2.585120e-02 -4.558265e-03);\n\tend (4.549800e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.512\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.118525e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.118525e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.569\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.626\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.255975e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.255975e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.682\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.824700e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.824700e-01 2.585120e-02 4.558265e-03);\n}\n\n);\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/IOpipeCalc.H",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2012 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\nTypedef\n    Foam::IOpipeCalc\n\nDescription\n    Instance of the generic IOOutputFilter for pipeCalc.\n\n\\*---------------------------------------------------------------------------*/\n\n#ifndef IOpipeCalc_H\n#define IOpipeCalc_H\n\n#include \"pipeCalc.H\"\n#include \"IOOutputFilter.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n    typedef IOOutputFilter<pipeCalc> IOpipeCalc;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#endif\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/Make/files",
    "content": "pipeCalc.C\npipeCalcFunctionObject.C\n\nLIB = $(FOAM_USER_LIBBIN)/libpipeCalc\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/fileFormats/lnInclude \\\n    -I$(LIB_SRC)/postProcessing/postCalc \\\n    -I$(LIB_SRC)/meshTools/lnInclude\n\nLIB_LIBS = \\\n    -lfiniteVolume \\\n    -lfileFormats \\\n    -lgenericPatchFields\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/pipeCalc.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2013-2014 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"pipeCalc.H\"\n\n// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //\n\nnamespace Foam\n{\ndefineTypeNameAndDebug(pipeCalc, 0);\n}\n\n// * * * * * * * * * * * * * * * * Protected members  * * * * * * * * * * * * * * //\n\n// NOTE: this method first gets declared in functionObjectFile.H, from which this\n// class is derived. This method gets called automatically when the base object\n// function gets called too.\n// The purpose of the function is to add the header to the output data file.\nvoid Foam::pipeCalc::writeFileHeader(const label i)\n{\n        writeHeader(file(), \"Flow rate through face zone\");\n        writeHeaderValue(file(), \"Face zone name\", faceZoneName_);\n        writeCommented(file(), \"Time [s] | Flow rate [m3s-1]\");\n        file() << endl;\n}\n\n// * * * * * * * * * * * * * * * * Constructors  * * * * * * * * * * * * * * //\nFoam::pipeCalc::pipeCalc\n(\n    const word& name,\n    const objectRegistry& obr,\n    const dictionary& dict,\n    const bool loadFromFiles\n)\n:\n    // NOTE: call the base class constructor\n    functionObjectFile(obr, name, type()),\n    name_(name),\n    obr_(obr),\n    // NOTE: the instance only gets given a reference to the object registry\n    // automaitcally (this keeps track of what objects, such as fields or\n    // meshes) are registered in the simulation. The following line casts\n    // (converts) the reference to a const fvMesh reference, which allows\n    // the grid to be accessed but not modified.\n    mesh_(refCast<const fvMesh>(obr_)),\n    active_(true),\n    UName_(\"U\"),\n    // NOTE: Read the face zone to integrate over. Get its name from the dict, find\n    // it in the mesh, and get a reference to the list of its faces.\n    faceZoneName_(dict.lookup(\"faceZoneName\")),\n    faceZoneLabel_( mesh_.faceZones().findZoneID(faceZoneName_) ),\n    faces_( mesh_.faceZones()[faceZoneLabel_] )\n{\n    // Check if the available mesh is an fvMesh, otherwise deactivate\n    if (!isA<fvMesh>(obr_))\n    {\n        active_ = false;\n        WarningIn\n        (\n            \"pipeCalc::pipeCalc\"\n            \"(\"\n                \"const word&, \"\n                \"const objectRegistry&, \"\n                \"const dictionary&, \"\n                \"const bool\"\n            \")\"\n        )   << \"No fvMesh available, deactivating \" << name_ << nl\n            << endl;\n    }\n\n    // NOTE: calls the separate .read() method to import the controls from the dict.\n    // dict reference is passed automatically by the OpenFOAM runtime object manager.\n    read(dict);\n\n    if (active_)\n    {\n        // Any extra initialisation goes here, if necessary\n\n        // NOTE: type() returns the typeName, as defined in the header file. Name\n        // is the individual identifier of this instance, as specified in the dict\n        Info << \"Finished initialising \" << type() << \": \" << name_ << nl << endl;\n    }\n}\n\n// * * * * * * * * * * * * * * * * Destructor  * * * * * * * * * * * * * * * //\n\nFoam::pipeCalc::~pipeCalc()\n{}\n\n// * * * * * * * * * * * * * * * Member Functions  * * * * * * * * * * * * * //\n\nvoid Foam::pipeCalc::read(const dictionary& dict)\n{\n    if (active_)\n    {\n        UName_ = dict.lookupOrDefault<word>(\"UName\", \"U\");\n    }\n}\n\nvoid Foam::pipeCalc::execute()\n{\n    if (active_)\n    {\n        // This gets called before write, should put things on which other\n        // function objects might depend on here (for instance field calculations)\n    }\n}\n\nvoid Foam::pipeCalc::end()\n{\n    if (active_)\n    {\n        execute();\n    }\n}\n\nvoid Foam::pipeCalc::timeSet()\n{}\n\nvoid Foam::pipeCalc::write()\n{\n    if (active_)\n    {\n        // NOTE: this is the main part of the function object and implements the\n        // actual functionality.\n\n        // Retrieve a reference to the velocity field\n        const volVectorField& U = obr_.lookupObject<volVectorField>(UName_);\n\n        // itnerpolate onto the faces\n\t\tsurfaceVectorField Uface = fvc::interpolate(U);\n\n        // Go over each face zone face and compute the flow rate normal to the\n        // face zone faces.\n        // This assumes none of the face zone faces are on processor boundaries.\n        // If they are, a seg fault will occur as faces_[faceI] will exceed the\n        // internal field dimensions. A check could be made by using:\n        // if ((faces_[faceI] > mesh_.owner().size()) || (mesh_.owner().size() == 0))\n        // and the boundary values could be used instead. This is not done here\n        // for simplicity.\n        scalar flowRate(0.);\n\n        forAll(faces_, faceI)\n            // Flow rate = dot product of velocity and surface area vector; in Latex terms,\n            // Q = \\mathbf{U} \\cdot \\mathbf{\\hat{n}} A\n            flowRate += Uface[faces_[faceI]] & mesh_.Sf()[faces_[faceI]];\n\n        // reduce for parallel running\n        reduce(flowRate, sumOp<scalar>());\n\n        Info << \"Total flow rate \" << flowRate << \" through \"\n             << returnReduce(faces_.size(), sumOp<label>()) << \" faces\" << nl << endl;\n\n        // Output to file - only execute on the master thread to avoid the file\n        // getting written into from a few processors at the same time\n        if (Pstream::master())\n        {\n            // Call the base class method which checks if the output file exists\n            // and creates it, if necessary. That also calls the .writeFileHeader()\n            // method of the derived class.\n            functionObjectFile::write();\n\n            // Add the entry for this time step that has just been computed.\n            file() << obr_.time().value() << tab << flowRate << endl;\n        }\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/pipeCalc.H",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2013 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\nClass\n    Foam::pipeCalc\n\nGroup\n    grpUtilitiesFunctionObjects\n\nDescription\n    This function object calculates and outputs various quantities relevant\n    to flows through pipes and similar geometries.\n\nSourceFiles\n    pipeCalc.C\n    IOpipeCalc.H\n\n\\*---------------------------------------------------------------------------*/\n\n#ifndef pipeCalc_H\n#define pipeCalc_H\n\n#include \"volFieldsFwd.H\"\n#include \"surfaceFieldsFwd.H\"\n#include \"OFstream.H\"\n#include \"Switch.H\"\n#include \"volFields.H\"\n#include \"dictionary.H\"\n#include \"fvc.H\"\n#include \"functionObjectFile.H\"\n#include \"writer.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n\n// Forward declaration of classes\nclass objectRegistry;\nclass dictionary;\nclass polyMesh;\nclass mapPolyMesh;\n\n/*---------------------------------------------------------------------------*\\\n                          Class pipeCalc Declaration\n\\*---------------------------------------------------------------------------*/\n\nclass pipeCalc\n:\n    // NOTE: derive from the base functionObjectFile in order to provide a ready\n    // interface for dealing with output files\n    public functionObjectFile\n{\nprivate:\n    // Private data\n\n        //- Name of this set of pipeCalc objects\n        word name_;\n\n        //- Reference to the database\n        const objectRegistry& obr_;\n\n        // reference to the mesh\n        const fvMesh& mesh_;\n\n        //- On/off switch\n        bool active_;\n\n        //- Name of velocity field, default is \"U\"\n        word UName_;\n\n        // NOTE: these fields hold the information about the faceZone\n        // Name of the face zone\n        word faceZoneName_;\n\n        // index of the face zone in the mesh container\n\t\tlabel faceZoneLabel_;\n\n        // indices of the faces of the CS in the mesh - keep as reference, should be faster for large sets\n        const labelList& faces_;\n\n    // Private Member Functions\n\n        //- Disallow default bitwise copy construct\n        pipeCalc(const pipeCalc&);\n\n        //- Disallow default bitwise assignment\n        void operator=(const pipeCalc&);\n\nprotected:\n    // NOTE: this first gets declared in the baseline object and gets used to\n    // write the header in the output file.\n    virtual void writeFileHeader(const label i);\n\npublic:\n\n    //- Runtime type information\n    TypeName(\"pipeCalc\");\n\n    // Constructors\n\n        //- Construct for given objectRegistry and dictionary.\n        //  Allow the possibility to load fields from files\n        pipeCalc\n        (\n            const word& name,\n            const objectRegistry&,\n            const dictionary&,\n            const bool loadFromFiles = false\n        );\n\n    //- Destructor\n    virtual ~pipeCalc();\n\n    // Member Functions\n\n    //- Return name of the set of pipeCalc\n    virtual const word& name() const { return name_; }\n\n    //- Read the pipeCalc data\n    virtual void read(const dictionary&);\n\n    //- Execute, currently does nothing\n    virtual void execute();\n\n    //- Execute at the final time-loop, currently does nothing\n    virtual void end();\n\n    //- Called when time was set at the end of the Time::operator++\n    virtual void timeSet();\n\n    //- Calculate the pipeCalc and write\n    virtual void write();\n\n    //- Update for changes of mesh\n    virtual void updateMesh(const mapPolyMesh&) {}\n\n    //- Update for changes of mesh\n    virtual void movePoints(const polyMesh&) {}\n};\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n} // End namespace Foam\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#endif\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/pipeCalcFunctionObject.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2012 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\n\\*---------------------------------------------------------------------------*/\n\n#include \"pipeCalcFunctionObject.H\"\n\n// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n    defineNamedTemplateTypeNameAndDebug(pipeCalcFunctionObject, 0);\n\n    addToRunTimeSelectionTable\n    (\n        functionObject,\n        pipeCalcFunctionObject,\n        dictionary\n    );\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/pipeCalcFunctionObject.H",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2012 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\nTypedef\n    Foam::pipeCalcFunctionObject\n\nDescription\n    FunctionObject wrapper around pipeCalc to allow it to be created\n    via the functions entry within controlDict.\n\nSourceFiles\n    pipeCalcFunctionObject.C\n\n\\*---------------------------------------------------------------------------*/\n\n#ifndef pipeCalcFunctionObject_H\n#define pipeCalcFunctionObject_H\n\n#include \"pipeCalc.H\"\n#include \"OutputFilterFunctionObject.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnamespace Foam\n{\n    typedef OutputFilterFunctionObject<pipeCalc> pipeCalcFunctionObject;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#endif\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/0.org/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    location    \"0\";\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform ($flowVelocity 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type       fixedValue;\n        value\t\t$internalField;\n    }\n    outlet\n    {\n        type            pressureInletOutletVelocity;\n        phi             phi;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform (0 0 0);\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/0.org/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform $turbulentKE;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/0.org/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            calculated;\n        value           $internalField;\n    }\n    pipe\n    {\n    \ttype fixedValue;\n    \tvalue uniform 0;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/0.org/omega",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      epsilon;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 0 -1 0 0 0 0];\n\ninternalField   uniform $turbulentOmega;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n\tpipe\n    {\n    \ttype omegaWallFunction;\n    \tvalue uniform $turbulentOmega;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/0.org/p",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 100000;\n\nboundaryField\n{\n    inlet\n    {\n        type        zeroGradient;\n    }\n    outlet\n    {\n        type\t\tfixedValue;\n\t\tvalue\t\t$internalField;\n    }\n\tpipe\n    {\n    \ttype zeroGradient;\n    }\n    \"symmetry.*\"\n    {\n        type            symmetryPlane;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # run from this directory\n\nrm -f log*\n\nrm -rf processor* postProcessing\n\nrm -rf constant/polyMesh/*\nrm -rf constant/triSurface/*.eMesh*\nrm -rf constant/triSurface/*.obj*\nrm -rf constant/extendedFeatureEdgeMesh/\n\nrm -rf 0 1* 2* 3* 4* 5* 6* 7* 8* 9*\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/Allrun",
    "content": "#!/bin/bash\n\n./Allrun.mesh > log.mesh 2>&1\n\n# Need to create the faceZone for runtime post-processing\ntopoSet > log.topoSet 2>&1\n\ncp -r 0.org 0\n\npotentialFoam > log.potentialFoam 2>&1\n\necho \"Finished preparing, running the solver.\"\n\nsimpleFoam > log.run 2>&1\n\necho \"Done.\"\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/Allrun.mesh",
    "content": "#!/bin/bash\n\n# read values from the dictionary\ncontrolFile=\"system/runConditions\"\nLpipe=$(awk '/Lpipe/{print $2}' $controlFile | sed 's/;$//')\nRpipe=$(awk '/Rpipe/{print $2}' $controlFile | sed 's/;$//')\nNx=$(awk '/Nx/{print $2}' $controlFile | sed 's/;$//')\nNRinner=$(awk '/NRinner/{print $2}' $controlFile | sed 's/;$//')\nNRouter=$(awk '/NRouter/{print $2}' $controlFile | sed 's/;$//')\nexpRatWall=$(awk '/expRatWall/{print $2}' $controlFile | sed 's/;$//')\nnoQuarters=$(awk '/noQuarters/{print $2}' $controlFile | sed 's/;$//')\n\n# update values in the blockMesh dictionary (optionally could also include the file in the dict\n# and use the variables directly - nice to explore different options to do the same thing though)\nsed -i \"s/Nx.*;/Nx   $Nx;/g\" system/blockMeshDict\nsed -i \"s/NRinner.*;/NRinner   $NRinner;/g\" system/blockMeshDict\nsed -i \"s/NRouter.*;/NRouter   $NRouter;/g\" system/blockMeshDict\nsed -i \"s/expRatWall.*;/expRatWall   $expRatWall;/g\" system/blockMeshDict\n\n# create the baseline mesh of a 1/4 of pipe with unit length and radius\nblockMesh\n\n# scale to give the mesh the desired size\ntransformPoints -scale \"($Lpipe $Rpipe $Rpipe)\"\n\n# mirror the grid as required\nsed -i \"s/normalVector.*;/normalVector (0 1 0);/g\" system/mirrorMeshDict\n\nif (( $noQuarters == 2 ))\nthen\n\tmirrorMesh -overwrite\nfi\n\nif (( $noQuarters == 4 ))\nthen\n\tmirrorMesh -overwrite\n\tsed -i \"s/normalVector.*;/normalVector (0 0 1);/g\" system/mirrorMeshDict\n\tmirrorMesh -overwrite\nfi\n\n# renumber to optimise parallel running\nrenumberMesh -overwrite\n\n# ----------------------------------------------------------------- end-of-file\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      transportProperties;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include        \"../system/runConditions\"\n\ntransportModel Newtonian;\n\nnu              nu [0 2 -1 0 0 0 0] $visc;\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------* \\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType RAS;\n\nRAS\n{\n\tRASModel\tkOmegaSST;\n\n\tturbulence      on;\n\n\tprintCoeffs     on;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n//========================\n// CONTROLS\n\n// number of cells\nNx   50;\nNRinner   20;\nNRouter   25;\n\n// size ratio of cell at the wall to the free-stream one in the near-wall blocks\nexpRatWall   0.05;\n\n//========================\n\nconvertToMeters 1;\n\n// all the vertices are in non-dimensional units\n// pipe assumed to have length and radius of 1\nvertices\n(\n    (0.00000e+00 0.00000e+00 0.00000e+00)\n\t(0.00000e+00 0.00000e+00 8.00000e-01)\n\t(0.00000e+00 0.00000e+00 1.00000e+00)\n\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t(0.00000e+00 8.00000e-01 0.00000e+00)\n\t(0.00000e+00 1.00000e+00 0.00000e+00)\n\t(0.00000e+00 7.07107e-01 7.07107e-01)\n\n\t(1 0.00000e+00 0.00000e+00)\n\t(1 0.00000e+00 8.00000e-01)\n\t(1 0.00000e+00 1.00000e+00)\n\t(1 6.10535e-01 6.10532e-01)\n\t(1 8.00000e-01 0.00000e+00)\n\t(1 1.00000e+00 0.00000e+00)\n\t(1 7.07107e-01 7.07107e-01)\n);\n\nblocks\n(\n    hex (0 7 11 4 1 8 10 3) ($Nx $NRinner $NRinner) simpleGrading (1 1 1)\n    hex (4 11 12 5 3 10 13 6) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n    hex (3 10 13 6 1 8 9 2) ($Nx $NRouter $NRinner) simpleGrading (1 $expRatWall 1)\n);\n\nedges\n(\n\tBSpline 1 3 (\n\t\t//(0.00000e+00 0.00000e+00 8.00000e-01)\n\t\t(0.00000e+00 1.12269e-01 7.92025e-01)\n\t\t(0.00000e+00 2.22463e-01 7.62587e-01)\n\t\t(0.00000e+00 3.26692e-01 7.24996e-01)\n\t\t(0.00000e+00 4.21177e-01 6.86516e-01)\n\t\t(0.00000e+00 5.02076e-01 6.52300e-01)\n\t\t(0.00000e+00 5.66526e-01 6.25913e-01)\n\t\t(0.00000e+00 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 3 4 (\n\t\t(0.00000e+00 6.10532e-01 6.10535e-01)\n\t\t(0.00000e+00 6.25913e-01 5.66526e-01)\n\t\t(0.00000e+00 6.52300e-01 5.02076e-01)\n\t\t(0.00000e+00 6.86516e-01 4.21177e-01)\n\t\t(0.00000e+00 7.24996e-01 3.26692e-01)\n\t\t(0.00000e+00 7.62587e-01 2.22463e-01)\n\t\t(0.00000e+00 7.92025e-01 1.12269e-01)\n\t\t//(0.00000e+00 8.00000e-01 0.00000e+00)\n\t)\n\tBSpline 8 10 (\n\t\t//(1 0.00000e+00 8.00000e-01)\n\t\t(1 1.12269e-01 7.92025e-01)\n\t\t(1 2.22463e-01 7.62587e-01)\n\t\t(1 3.26692e-01 7.24996e-01)\n\t\t(1 4.21177e-01 6.86516e-01)\n\t\t(1 5.02076e-01 6.52300e-01)\n\t\t(1 5.66526e-01 6.25913e-01)\n\t\t(1 6.10535e-01 6.10532e-01)\n\t)\n\t\n\tBSpline 10 11 (\n\t\t(1 6.10532e-01 6.10535e-01)\n\t\t(1 6.25913e-01 5.66526e-01)\n\t\t(1 6.52300e-01 5.02076e-01)\n\t\t(1 6.86516e-01 4.21177e-01)\n\t\t(1 7.24996e-01 3.26692e-01)\n\t\t(1 7.62587e-01 2.22463e-01)\n\t\t(1 7.92025e-01 1.12269e-01)\n\t\t//(1 8.00000e-01 0.00000e+00)\n\t)\n\t\n\tarc 2 6 (0 0.38268343236508978 0.92387953251128674)\n\tarc 6 5 (0 0.92387953251128674 0.38268343236508978)\n\t\n\tarc 9 13 (1 0.38268343236508978 0.92387953251128674)\n\tarc 13 12 (1 0.92387953251128674 0.38268343236508978)\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (1 2 6 3)\n            (3 6 5 4)\n            (0 1 3 4)\n        );\n    }\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (11 10 8 7)\n            (12 13 10 11)\n            (13 9 8 10)\n        );\n    }\n    pipe\n    {\n        type wall;\n        faces\n        (\n            (9 13 6 2)\n            (13 12 5 6)\n        );\n    }\n    symmetryVer\n    {\n        type symmetryPlane;\n        faces\n        (\n            (2 9 8 1)\n            (1 8 7 0)\n        );\n    }\n    symmetryHor\n    {\n        type symmetryPlane;\n        faces\n        (\n            (11 4 0 7)\n            (12 5 4 11)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     simpleFoam;\n\nstartFrom       latestTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         10;\n\ndeltaT          1;\n\nwriteControl    runTime;\n\nwriteInterval   50;\n\npurgeWrite      1;\n\nwriteFormat     binary;\n\nwritePrecision  6;\n\nwriteCompression compressed;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\nfunctions\n{\n// NOTE: this calls the bespoke utility and links it to the main solver\npipeCalculator\n{\n    functionObjectLibs (\"libpipeCalc.so\");\n    type pipeCalc;\n\n    faceZoneName planeFaceZone;\n    UName U;\n\n    outputControl timeStep;\n    outputInterval 1;\n}\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/decomposeParDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      decomposeParDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nnumberOfSubdomains 4;\n\nmethod          hierarchical;\n\nhierarchicalCoeffs\n{\n    n               (1 2 2);\n    delta           0.001;\n    order           xyz;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default steadyState;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default         none;\n    div(phi,U)      bounded Gauss linearUpwindV grad(U);\n    div(phi,k)      bounded Gauss upwind;\n    div(phi,omega)  bounded Gauss upwind;\n    div((nuEff*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n#include \"runConditions\"\n\nsolvers\n{\n    p\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    U\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n\n    \"(k|omega)\"\n    {\n        solver          PBiCG;\n        preconditioner  DILU;\n        nSweeps         1;\n\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n    \n    Phi\n    {\n        solver          GAMG;\n        smoother  DICGaussSeidel;\n        \n\t\tmaxIter\t50;\n        tolerance       1e-50;\n        relTol          1e-1;\n    };\n}\n\npotentialFlow\n{\n\tnNonOrthogonalCorrectors 4;\n}\n\nSIMPLE\n{\n    nNonOrthogonalCorrectors 0;\n\n    residualControl\n    {\n        p               1e-7;\n        U               1e-7;\n        \"(k|omega)\"     1e-7;\n    }\n}\n\nrelaxationFactors\n{\n\tp\t\t0.4;\n\tU\t\t0.6;\n\tk\t\t0.6;\n\tomega\t0.6;\n}\n\ncache\n{\n    grad(U);\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/mirrorMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      mirrorMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nplaneType pointAndNormal;\nplaneTolerance 1e-6;\n\npointAndNormalDict\n{\n\tbasePoint (0 0 0);\n\tnormalVector (0 1 0);\n}\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/runConditions",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.0.1                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.com                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\n\n// this file controls:\n// - initial conditions for turbulence modelling\n// - initial flow field and boundary condition values\n\n//==================\n// MESH SETTINGS\n\n// length of the pipe [m]\nLpipe 0.68247;\n// radius of the pipe [m]\nRpipe 0.02625;\n\n// number of cells\n//\t- along the pipe\nNx 50;\n//\t- in the inner part of the mesh at the pipe centreline (per radius)\nNRinner 20;\n//\t- in the boundary layer part of the mesh (per radius)\nNRouter 25;\n\n// cell size ratio between the cell at the wall and that in the free stream in the near-wall blocks\nexpRatWall 0.05;\n\n// whether to create 1/4th, 1/2, or a full pipe\nnoQuarters 1;\n\n//==================\n// FLUID PROPERTIES\nvisc\t1.09e-6;\nrho\t\t998.8;\n\n//==================\n// FLOW PARAMETERS\npressure\t0;\nflowVelocity 2;\ndeltaByR 0.1;\n\n// inlet values\nturbulentKE\t6.0000E-2;\nturbulentOmega\t4.4721E+0;\n\n\n// ************************************************************************* //\n\n\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/sampleDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\      /  F ield          | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\    /   O peration      | Version:  3.0.0                                 |\n|   \\  /    A nd            | Web:      www.OpenFOAM.org                      |\n|    \\/     M anipulation   |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      sampleDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsetFormat raw;\ninterpolationScheme cellPoint;\n\nfields\n(\n\tp\n\tU\n\tk\n\tomega\n\twallGradU\n\twallShearStress\n);\n\nsets\n(\nwallSampling\n{\n\ttype patchCloud;\n\taxis xyz;\n\tmaxDistance 0.0002625;\n\tpatches\n\t(\n\t\tpipe\n\t);\n\tpoints\n\t(\n\t\t(0.000000e+00 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-03 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-02 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-02 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-02 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-02 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-02 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-02 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-02 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-02 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-02 2.585120e-02 4.558265e-03)\n\t\t(7.507170e-02 2.585120e-02 4.558265e-03)\n\t\t(8.189640e-02 2.585120e-02 4.558265e-03)\n\t\t(8.872110e-02 2.585120e-02 4.558265e-03)\n\t\t(9.554580e-02 2.585120e-02 4.558265e-03)\n\t\t(1.023705e-01 2.585120e-02 4.558265e-03)\n\t\t(1.091952e-01 2.585120e-02 4.558265e-03)\n\t\t(1.160199e-01 2.585120e-02 4.558265e-03)\n\t\t(1.228446e-01 2.585120e-02 4.558265e-03)\n\t\t(1.296693e-01 2.585120e-02 4.558265e-03)\n\t\t(1.364940e-01 2.585120e-02 4.558265e-03)\n\t\t(1.433187e-01 2.585120e-02 4.558265e-03)\n\t\t(1.501434e-01 2.585120e-02 4.558265e-03)\n\t\t(1.569681e-01 2.585120e-02 4.558265e-03)\n\t\t(1.637928e-01 2.585120e-02 4.558265e-03)\n\t\t(1.706175e-01 2.585120e-02 4.558265e-03)\n\t\t(1.774422e-01 2.585120e-02 4.558265e-03)\n\t\t(1.842669e-01 2.585120e-02 4.558265e-03)\n\t\t(1.910916e-01 2.585120e-02 4.558265e-03)\n\t\t(1.979163e-01 2.585120e-02 4.558265e-03)\n\t\t(2.047410e-01 2.585120e-02 4.558265e-03)\n\t\t(2.115657e-01 2.585120e-02 4.558265e-03)\n\t\t(2.183904e-01 2.585120e-02 4.558265e-03)\n\t\t(2.252151e-01 2.585120e-02 4.558265e-03)\n\t\t(2.320398e-01 2.585120e-02 4.558265e-03)\n\t\t(2.388645e-01 2.585120e-02 4.558265e-03)\n\t\t(2.456892e-01 2.585120e-02 4.558265e-03)\n\t\t(2.525139e-01 2.585120e-02 4.558265e-03)\n\t\t(2.593386e-01 2.585120e-02 4.558265e-03)\n\t\t(2.661633e-01 2.585120e-02 4.558265e-03)\n\t\t(2.729880e-01 2.585120e-02 4.558265e-03)\n\t\t(2.798127e-01 2.585120e-02 4.558265e-03)\n\t\t(2.866374e-01 2.585120e-02 4.558265e-03)\n\t\t(2.934621e-01 2.585120e-02 4.558265e-03)\n\t\t(3.002868e-01 2.585120e-02 4.558265e-03)\n\t\t(3.071115e-01 2.585120e-02 4.558265e-03)\n\t\t(3.139362e-01 2.585120e-02 4.558265e-03)\n\t\t(3.207609e-01 2.585120e-02 4.558265e-03)\n\t\t(3.275856e-01 2.585120e-02 4.558265e-03)\n\t\t(3.344103e-01 2.585120e-02 4.558265e-03)\n\t\t(3.412350e-01 2.585120e-02 4.558265e-03)\n\t\t(3.480597e-01 2.585120e-02 4.558265e-03)\n\t\t(3.548844e-01 2.585120e-02 4.558265e-03)\n\t\t(3.617091e-01 2.585120e-02 4.558265e-03)\n\t\t(3.685338e-01 2.585120e-02 4.558265e-03)\n\t\t(3.753585e-01 2.585120e-02 4.558265e-03)\n\t\t(3.821832e-01 2.585120e-02 4.558265e-03)\n\t\t(3.890079e-01 2.585120e-02 4.558265e-03)\n\t\t(3.958326e-01 2.585120e-02 4.558265e-03)\n\t\t(4.026573e-01 2.585120e-02 4.558265e-03)\n\t\t(4.094820e-01 2.585120e-02 4.558265e-03)\n\t\t(4.163067e-01 2.585120e-02 4.558265e-03)\n\t\t(4.231314e-01 2.585120e-02 4.558265e-03)\n\t\t(4.299561e-01 2.585120e-02 4.558265e-03)\n\t\t(4.367808e-01 2.585120e-02 4.558265e-03)\n\t\t(4.436055e-01 2.585120e-02 4.558265e-03)\n\t\t(4.504302e-01 2.585120e-02 4.558265e-03)\n\t\t(4.572549e-01 2.585120e-02 4.558265e-03)\n\t\t(4.640796e-01 2.585120e-02 4.558265e-03)\n\t\t(4.709043e-01 2.585120e-02 4.558265e-03)\n\t\t(4.777290e-01 2.585120e-02 4.558265e-03)\n\t\t(4.845537e-01 2.585120e-02 4.558265e-03)\n\t\t(4.913784e-01 2.585120e-02 4.558265e-03)\n\t\t(4.982031e-01 2.585120e-02 4.558265e-03)\n\t\t(5.050278e-01 2.585120e-02 4.558265e-03)\n\t\t(5.118525e-01 2.585120e-02 4.558265e-03)\n\t\t(5.186772e-01 2.585120e-02 4.558265e-03)\n\t\t(5.255019e-01 2.585120e-02 4.558265e-03)\n\t\t(5.323266e-01 2.585120e-02 4.558265e-03)\n\t\t(5.391513e-01 2.585120e-02 4.558265e-03)\n\t\t(5.459760e-01 2.585120e-02 4.558265e-03)\n\t\t(5.528007e-01 2.585120e-02 4.558265e-03)\n\t\t(5.596254e-01 2.585120e-02 4.558265e-03)\n\t\t(5.664501e-01 2.585120e-02 4.558265e-03)\n\t\t(5.732748e-01 2.585120e-02 4.558265e-03)\n\t\t(5.800995e-01 2.585120e-02 4.558265e-03)\n\t\t(5.869242e-01 2.585120e-02 4.558265e-03)\n\t\t(5.937489e-01 2.585120e-02 4.558265e-03)\n\t\t(6.005736e-01 2.585120e-02 4.558265e-03)\n\t\t(6.073983e-01 2.585120e-02 4.558265e-03)\n\t\t(6.142230e-01 2.585120e-02 4.558265e-03)\n\t\t(6.210477e-01 2.585120e-02 4.558265e-03)\n\t\t(6.278724e-01 2.585120e-02 4.558265e-03)\n\t\t(6.346971e-01 2.585120e-02 4.558265e-03)\n\t\t(6.415218e-01 2.585120e-02 4.558265e-03)\n\t\t(6.483465e-01 2.585120e-02 4.558265e-03)\n\t\t(6.551712e-01 2.585120e-02 4.558265e-03)\n\t\t(6.619959e-01 2.585120e-02 4.558265e-03)\n\t\t(6.688206e-01 2.585120e-02 4.558265e-03)\n\t\t(6.756453e-01 2.585120e-02 4.558265e-03)\n\t\t(6.824700e-01 2.585120e-02 4.558265e-03)\n\t);\n}\n\ncentrelineSampling\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 2.625000e-04 2.625000e-04);\n\tend (6.824700e-01 2.625000e-04 2.625000e-04);\n}\n\nrake_x_0.000\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (0.000000e+00 -2.585120e-02 -4.558265e-03);\n\tend (0.000000e+00 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.057\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-02 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-02 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.114\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.137450e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.137450e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.171\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (1.706175e-01 -2.585120e-02 -4.558265e-03);\n\tend (1.706175e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.227\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.274900e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.274900e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.284\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (2.843625e-01 -2.585120e-02 -4.558265e-03);\n\tend (2.843625e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.341\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.412350e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.412350e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.398\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (3.981075e-01 -2.585120e-02 -4.558265e-03);\n\tend (3.981075e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.455\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (4.549800e-01 -2.585120e-02 -4.558265e-03);\n\tend (4.549800e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.512\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.118525e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.118525e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.569\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (5.687250e-01 -2.585120e-02 -4.558265e-03);\n\tend (5.687250e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.626\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.255975e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.255975e-01 2.585120e-02 4.558265e-03);\n}\n\nrake_x_0.682\n{\n\ttype midPoint;\n\taxis xyz;\n\tstart (6.824700e-01 -2.585120e-02 -4.558265e-03);\n\tend (6.824700e-01 2.585120e-02 4.558265e-03);\n}\n\n);\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial8_runtimePostprocessingUtility/testCase/system/topoSetDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  2.2.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      topoSetDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nactions\n(\n\t// create a cellSet which contains all cells up to the plane of interest\n   {\n        name    inletToPlaneCells;\n        type    cellSet;\n        action  new;\n        source  cylinderToCell;\n        sourceInfo\n        {\n            p1      (-100 0 0);\n            p2      (0.65 0 0);\n            radius  100;\n        }\n    }\n    // move all faces (including internal and boundaries) of the cell set to a face set\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  new;\n        source  cellToFace;\n        sourceInfo\n        {\n        \tset inletToPlaneCells;\n        \toption all;\n        }\n    }\n    // delete all faces not aligned with x (flow direction) up to 45 degrees\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 1 0);\n        \tcos 0.5;\n        }\n    }\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 -1 0);\n        \tcos 0.5;\n        }\n    }\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 0 1);\n        \tcos 0.5;\n        }\n    }\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  normalToFace;\n        sourceInfo\n        {\n        \tnormal (0 0 -1);\n        \tcos 0.5;\n        }\n    }\n    // remove the internal faces of the cell set from the face set (note the \"both\" option)\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  cellToFace;\n        sourceInfo\n        {\n        \tset inletToPlaneCells;\n        \toption both;\n        }\n    }\n    // remove the inlet plane faces from the face set\n    {\n        name    inletToPlaneFaces;\n        type    faceSet;\n        action  delete;\n        source  patchToFace;\n        sourceInfo\n        {\n        \tname inlet;\n        }\n    }\n    // convert the face set to a face zone\n    {\n        name    planeFaceZone;\n        type    faceZoneSet;\n        action  new;\n        source  setToFaceZone;\n        sourceInfo\n        {\n            faceSet     inletToPlaneFaces;\n        }\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/Make/files",
    "content": "OFtutorial9.C\n\nEXE = $(FOAM_USER_APPBIN)/ofTutorial9\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/Make/options",
    "content": "EXE_INC = \\\n    -I$(LIB_SRC)/finiteVolume/lnInclude \\\n    -I$(LIB_SRC)/fvOptions/lnInclude \\\n    -I$(LIB_SRC)/meshTools/lnInclude \\\n    -I$(LIB_SRC)/sampling/lnInclude\n\nEXE_LIBS = \\\n    -lfiniteVolume \\\n    -lfvOptions \\\n    -lmeshTools \\\n    -lsampling\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/OFtutorial9.C",
    "content": "/*---------------------------------------------------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nLicense\n    This file is part of OpenFOAM.\n\n    OpenFOAM is free software: you can redistribute it and/or modify it\n    under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT\n    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or\n    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License\n    for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.\n\\*---------------------------------------------------------------------------*/\n\n#include \"fvCFD.H\"\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nint main(int argc, char *argv[])\n{\n\t// Set up the case, parse command line options and create the grid\n    #include \"setRootCase.H\"\n    #include \"createTime.H\"\n    #include \"createMesh.H\"\n    \n    // Create the scalar field and read BCs and the initial conditions\n    // NOTE: beta is thus already subjects to the BCs specified in 0/beta\n    Info << \"Reading field beta\" << nl << endl;\n    volScalarField beta\n    (\n        IOobject\n        (\n            \"beta\",\n            runTime.timeName(),\n            mesh,\n            IOobject::MUST_READ,\n            IOobject::AUTO_WRITE\n        ),\n        mesh\n    );\n    \n    // Read the constant velocity field\n    Info << \"Reading field U\" << nl << endl;\n    volVectorField U\n    (\n        IOobject\n        (\n            \"U\",\n            runTime.timeName(),\n            mesh,\n            IOobject::MUST_READ,\n            IOobject::AUTO_WRITE\n        ),\n        mesh\n    );\n    \n    // Read transport properties and get the diffusion constant\n    Info << \"Reading transportProperties\\n\" << endl;\n    IOdictionary transportProperties\n    (\n        IOobject\n        (\n            \"transportProperties\",\n            runTime.constant(),\n            mesh,\n            IOobject::MUST_READ_IF_MODIFIED,\n            IOobject::NO_WRITE\n        )\n    );\n\n    Info<< \"Reading diffusivity\\n\" << endl;\n    dimensionedScalar gamma (transportProperties.lookup(\"gamma\"));\n    \n    // Create the flux field\n    // NOTE: typically this is done by including createPhi.H from $FOAM_SRC/finiteVolume/cfdTools/incompressible\n    Info << \"Reading/calculating face flux field phi\" << nl << endl;\n\tsurfaceScalarField phi\n\t(\n\t\tIOobject\n\t\t(\n\t\t    \"phi\",\n\t\t    runTime.timeName(),\n\t\t    mesh,\n\t\t    IOobject::READ_IF_PRESENT,\n\t\t    IOobject::AUTO_WRITE\n\t\t),\n\t\t// Interpolates U onto the faces and does a dot product with the face area vectors\n\t\t// Yields a scalar representing rate of change of volume through each face, i.e. the flux\n\t\t// NOTE: the original implementation uses linearInterpolate(U); changed here to fvc::interpolate(U)\n\t\t// to show how the method searches system/fvSchemes for an interpolate(U) entry which allows\n\t\t// a different scheme to be chosen.\n\t\tfvc::interpolate(U) & mesh.Sf() // [(m s-1) * (m2) = (m3 s-1)] <=> flow rate\n\t);\n\t\n\t// Solve the steady scalar transport equation using the solver specified in the system/fvSolution dict.\n\t// Discretisation of the individual terms is specified in system/fvSchemes.\n\t// Boundary conditions form part of the beta field already, since it's been read from the file,\n\t// and thus do not need to be explicitly stated here - this keeps the syntax general.\n\tsolve\n    (\n    \t// Convective term - advection of beta due to the velocity field\n\t\tfvm::div(phi, beta) // [(m-1) * (m s-1) * (kg m-3) = (kg m-3 s-1)] <=> flux of beta\n\t\t// Diffusive term - diffusion of beta due to its own gradient and a proportionality constant gamma\n\t\t- fvm::laplacian(gamma, beta) // [(m2 s-1) * (m-2) * (kg m-3) = (kg m-3 s-1)] <=> flux of beta\n\t\t// NOTE: to apply an explicit source term, use the following:\n\t\t//== SourceTerm\n\t\t// NOTE: to make the source term implicit, use:\n\t\t//== Sp(SourceTerm)\n\t\t// NOTE: to use the OpenFOAM interface for applying arbitrary source terms from a dictionary, use:\n\t\t//== fvOptions(beta)\n    );\n    \n    // Save the result under a different name - we don't do any time stepping so the result ends up\n    // in the same folder as the initial conditions which we don't want to overwrite.\n    volScalarField result\n    (\n        IOobject\n        (\n            \"result\",\n            runTime.timeName(),\n            mesh,\n            IOobject::NO_READ,\n            IOobject::AUTO_WRITE\n        ),\n        beta // copy all beta contents, including the BCs\n    );\n\tresult.write(); // force output\n\n    Info << nl << \"End\" << nl << endl;\n\n    return 0;\n}\n\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (1 1 0);\n\nboundaryField\n{\n    \"(lower|upper|left|right)\"\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/0/beta",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      beta;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\n// Make this a dimensionless scalar\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    left\n    {\n        type            fixedValue;\n        value           uniform 1;\n    }\n    \n    lower\n    {\n        type            fixedValue;\n        value           uniform 0;\n    }\n    \n    \"(upper|right)\"\n    {\n    \ttype zeroGradient;\n\t}\n\n    frontAndBack\n    {\n        type            empty;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/Allclean",
    "content": "#!/bin/bash\nrm 0/result* constant/polyMesh/* log.* 2>/dev/null\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/Allrun",
    "content": "#!/bin/bash\n\nblockMesh > log.blockMesh\nofTutorial9\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ngamma gamma [0 2 -1 0 0 0 0] 0.01;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 1;\n\nvertices\n(\n    (0 0 0)\n    (1 0 0)\n    (1 1 0)\n    (0 1 0)\n    (0 0 0.1)\n    (1 0 0.1)\n    (1 1 0.1)\n    (0 1 0.1)\n);\n\nblocks\n(\n    hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    upper\n    {\n        type patch;\n        faces\n        (\n            (3 7 6 2)\n        );\n    }\n    left\n    {\n        type patch;\n        faces\n        (\n            (0 4 7 3)\n        );\n    }\n    right\n    {\n        type patch;\n        faces\n        (\n            (2 6 5 1)\n        );\n    }\n    lower\n    {\n        type patch;\n        faces\n        (\n            (1 5 4 0)\n        );\n    }\n    frontAndBack\n    {\n        type empty;\n        faces\n        (\n            (0 3 2 1)\n            (4 5 6 7)\n        );\n    }\n);\n\nmergePatchPairs\n(\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         1;\n\ndeltaT          1;\n\nwriteControl    timeStep;\n\nwriteInterval   1;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression off;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable true;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default none;\n}\n\ngradSchemes\n{\n    default none;\n    // Gradient of the scalar variable, \\beta\n    grad(beta) Gauss linear;\n}\n\ndivSchemes\n{\n    default none;\n\t// Convective term discretisation for the scalar variable\n\t// NOTE: convection of scalars in OpenFOAM is expressed using the flux field rather than cell-centred velocity\n\tdiv(phi,beta) bounded Gauss upwind;\n}\n\nlaplacianSchemes\n{\n    default none;\n    // Laplacian scheme to compute the diffusive term, \\gamma \\nabla^2 \\beta, in the scalar transport equation\n    laplacian(gamma,beta) Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default none;\n    // interpolation scheme for U for computing the flux, phi\n    interpolate(U) linear;\n}\n\nsnGradSchemes\n{\n    default none;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/OFtutorial9_transportEquation/testCase/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  3.0.0                                 |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    beta\n    {\n        solver\t\tGAMG;\n        smoother\tDILUGaussSeidel;\n        tolerance\t1e-6;\n        relTol\t\t0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "programmingTutorials/OldReleases/OF301/README.md",
    "content": "## Welcome to this set of OpenFOAM® programming tutorials!\n\nThese are intented to provide a beginner C++ programmer with hands-on examples of\nhow to develop code within the OpenFOAM® framework. These tutorials hope to be more\napproachable than most of the materials available on-line, which tend to assume\nthat the user is proficient in the C++ programming language. Please see below for\na brief summary of what each individual tutorial covers and how to use it.\n\nThe tutorials have been most recently tested on the official OpenFOAM 3.0.1 version.\n\n## Requirements\n\nIt's advisable that you go through these basic C++ tutorials, having tried compiling\nand running most of the examples, before continuing:\nhttp://www.cplusplus.com/doc/tutorial/\n\nAlso, it's assumed you're familiar with running and setting up OpenFOAM® cases.\nIf not, it's highly recommended you go through the official tutorials before you\ndive into the programming part:\nhttps://cfd.direct/openfoam/user-guide/tutorials/\n\nEnjoy and please provide me with feedback to make these tutorials more useful!\nContributions from the community are also more than welcome!\n\nCopyright by Artur K. Lidtke, 2017.\n\n## Disclaimer\n\nThis offering is not approved or endorsed by OpenCFD Limited, producer\nand distributor of the OpenFOAM® software via www.openfoam.com, and owner of the\nOPENFOAM® and OpenCFD® trade marks.\n\n---------\n## Tutorial 0 - Hello world\n\nPresents a basic OpenFOAM executable which prints a simple, yet important,\nmessage.\n\nTo run:\n```\nwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 1 - Input and output\n\nShows how to read information from dictionaries and output it into files.\n\nTo run:\n```\nwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 2 - Understanding the mesh\n\nDiscusses how the OpenFOAM mesh description works and introduces the code\ninterface used to interact with the grid.\n\nTo run:\n```\nwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 3 - Basic field operations\n\nIntroduces the idea of a field object, reading values from OF-native files\nusing built-in operators, as well as calculating field values by hand.\n\nTo run:\n```\nwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 4 - Basic parallel computing\n\nGives a crash-course introduction to parallel computing with OpenFOAM and\nOpenMPI based on the example \"solver\" developed in Tutorial 2. The way\nOpenFOAM handles parallel domain decomposition is described, basic operators\nused for communication between parallel nodes are shown, and the basic solver\nis upgraded to work in parallel.\n\nTo run:\n```\nwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 5 - Custom classes\n\nShows how a new class may be added to expand OpenFOAM functionality, as well\nas gives an example implementation of a class derived from and OpenFOAM\nobject. This is done by extending from the IOdictionary, with the aim of\nadding a custom method which lists the contents of the dict file, while keeping\nall of the baseline functionality.\n\nTo run:\n```\nwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 6 - Custom libraries\n\nShows how an external library may be compiled and added to OpenFOAM. This is\ndone by moving the key functionality of the \"solver\" from Tutorials 2 and 3\ninto an independent library, and then linking that against the rest of the\nsolver code.\n\nTo run:\n```\n./Allwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 7 - Custom boundary condition\n\nShows how a custom boundary condition may be implemented.\nIt does not introduce a bespoke utility, but instead only implements a\nlibrary. This defines an inlet condition that allows a boundary layer\nprofile to be prescribed at the inlet of a pipe.\n\nThe BC is implemented as a class derived from the fixedValue boundary\ncondition, adding several control parameters allowing the inlet profile\nto be customised. Key elements of the code are highlighted with the keyword\nNOTE:. Key methods to pay attention to are the two constructors, default\nand one constructing the BC from string, and .updateCoeffs().\n\nThe test case is a straight pipe, flow through which gets solved with the\nbasic simpleFoam solver. Key things to note are the definition of the\nBC in 0.org/U and the incorporation of a custom library in system/controlDict.\nThe simulation is 3D RANS on a coarse mesh so it takes a few minutes on\na low-end machine. The effect of the boundary condition may be visualised\nby plotting the x-velocity through the pipe and noting the incident boundary\nlayer profile at the inlet and how it affects the solution.\n\nTo run:\n```\n./Allwmake\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 8 - Runtime post processing utility\n\nDiscusses the implementation of a a runtime post-processing utility which\ncomputes the flow rate through a face zone defined in the mesh using the\ntopoSet utility.\n\nThe utility is implemented as a runtime postprocessing object derived from\nthe built-in functionObjectFile class. It integrates the normal velocity\nthrough a specified face zone at each required time step and writes the\nresult to a file, as well as prints in on the screen. The key methods to\npay attention to are 1) the constructor 2) writeFileHeader(), as well as\n3) write(), which implements the actual maths behind the functionality.\nKey elements of the code are highlighted with the keyword NOTE:. It is\nimportant to note that the utility gets compiled as a library, which then\ngets linked to the main solver, following the OpenFOAM runtime utility\nconvention.\n\nThe test case is the same pipe as in Tutorial 6, except it uses a uniform\ninflow BC and is not run until full convergence. It is worth to note\nthe definition of the faceZone of interest in system/topoSet. This may be\nvisualised by selecting \"Include zones\" in paraview and applying the \"Extract\nblock\" filter. As the simpleFoam solver is run, the output file gets created\nby the utility in the postProcessing directory.\n\nTo run:\n```\nwmake libso\ncd testCase\n./Allrun\n```\n\n---------\n## Tutorial 9 - Transport equation\n\nIntroduces the concepts behind solving a simple scalar transport equation.\n\nThe solver sets up the transport problem by importing a fixed velocity field\nfrom the last time step and solving the transport of a scalar, beta, in the\npresence of the velocity, beta being also subject to diffusion characterised\nby a fixed proportionality constant, gamma. The solver is conceptually similar\nto the built-in scalarTransportFoam, except it solves a steady-state problem.\nKey things to note are 1) the syntax behind the scalar transport equation\n2) how OpenFOAM translates the syntax into specific operations and associates\nthem with entries in system/fvSolution and system/fvSchemes dictionaries\n3) inclusion of the boundary condition definitions in 0/beta into the equation\n4) units of the equations being solved and how OpenFOAM handles them.\n\nThe test case is a simple 2D square domain with fixed scalar inlets at the bottom\nand the left-hand side. Transport takes place in the presence of a velocity\nfield convecting away from the beta inlets. Once the case is run, it is best\nto visualise the initial conditions in the \"beta\" field and the solution to the\ntransport equation saved as the \"result\" field.\n\nTo run:\n```\nwmake\ncd testCase\n./Allrun\n```\n\nRecommended reading:\n- Wikipedia is always a good start:  \n    https://en.wikipedia.org/wiki/Convection%E2%80%93diffusion_equation\n- Very brief description of the physical and mathematical concepts behind\n\tthe scalar transport equation by CFD-online:  \n    https://www.cfd-online.com/Wiki/Generic_scalar_transport_equation\n- Chapters 3, 4 and especially 5 in \"Numerical Methods in Heat, Mass,\n    and Momentum Transfer\" by Murthy, J. Y. 2002:  \n    https://engineering.purdue.edu/ME608/webpage/main.pdf\n"
  },
  {
    "path": "programmingTutorials/README.md",
    "content": "## Welcome to this set of OpenFOAM® programming tutorials!\n\nThese are intented to provide a beginner C++ programmer with hands-on examples of\nhow to develop code within the OpenFOAM® framework. These tutorials hope to be more\napproachable than most of the materials available on-line, which tend to assume\nthat the user is proficient in the C++ programming language. Please see below for\na brief summary of what each individual tutorial covers and how to use it.\n\nCurrent version of the tutorials is compatibile with the following OpenFOAM versions\nfrom the https://openfoam.org/ branch:\n- OpenFOAM 5.x\n- OpenFOAM 6 version 6\n\nThe \"OldReleases\" folder contains versions of the tutorials compatibile with past\nOpenFOAM versions, namely:\n- OpenFOAM 3.0.1\n\nComplete backwards compatibility has been dropped, however,\nand hence the older tutorials will be lacking in content (they should still all\nwork though!).\n\nThere is a dedicated post on the CFD-online forum for discussing the tutorials,\nyou're welcome to share your views and suggest new developments there:\nhttps://www.cfd-online.com/Forums/openfoam-community-contributions/188688-openfoam-programming-tutorials-beginners.html\n\n## Requirements\n\nIt's advisable that you go through these basic C++ tutorials, having tried compiling\nand running most of the examples, before continuing:\nhttp://www.cplusplus.com/doc/tutorial/\n\nAlso, it's assumed you're familiar with running and setting up OpenFOAM® cases.\nIf not, it's highly recommended you go through the official tutorials before you\ndive into the programming part:\nhttps://cfd.direct/openfoam/user-guide/tutorials/\n\nEnjoy and please provide me with feedback to make these tutorials more useful!\nContributions from the community are also more than welcome! Many thanks to the\nfollowing people for offering their input:\n- Chris Coutinho (cbcoutinho) for spotting errors in README and parallel processing tutorial\n- Gerasimos Chourdakis (MakisH) for helping out with cleaning up the tutorial files\n- Germilly Barreto (Germilly) for suggesting a tutorial on command line argument parsing\n\n## How to use this resource\n\nThere is no set of notes or step-by-step set of instructions to follow in this\noffering of tutorials. Instead, each tutorial is a separate, stand-alone piece\nof code illustrating functionality of OpenFOAM from a programmer's perspective.\nThey are, however, organised in an approximately increasing level of complexity\nso for new users it's advisable to make your way from start to finish. More experienced\nusers, on the other hand, may wish to pick up bits and pieces here and there.\n\nEach tutorial consists of code and a simple test case that demonstrates its\nfunctionality. Most of the tutorials can be simply compiled with ```wmake``` and\nthe test case executed with ```Allrun```. Deviations from this occur when compiling\nlibraries and hence compilation and clean-up ```Allwmake``` and ```Allwclean```\nscripts are contained in each tutorial directory to make their structure identical.\nTherefore, to run each tutorial simply execute the following from its top-level\ndirectory:\n\n```\n./Allwmake\ncd testCase\n./Allrun\n```\n\nThere is also a ```testAll``` scripts that sequentially builds and tests each of\nthe tutorials while supressing all screen output. This is useful mostly for\nchecking version compatibility.\n\nAs there is no written narrative aside from the brief summaries below, all of\nthe explanations are given in the form of comments in the code and in the test\ncase control files, if necessary. Hence, the easiest way to use the tutorials\neffectively is to open up the source code, read it, use the comments to understand\nit, test it, and then tweak it to your liking.\n\nCopyright by Artur K. Lidtke, 2017-2018.\n\n## Disclaimer\n\nThis offering is not approved or endorsed by OpenCFD Limited, producer\nand distributor of the OpenFOAM® software via www.openfoam.com, and owner of the\nOPENFOAM® and OpenCFD® trade marks.\n\n---------\n## Tutorial 0 - Hello world\n\nPresents a basic OpenFOAM executable which prints a simple, yet important,\nmessage.\n\n---------\n## Tutorial 1 - Input and output\n\nShows how to read information from dictionaries and output it into files.\n\n---------\n## Tutorial 2 - Command line arguments\n\nShows how to pass arguments and options to custom applications.\n\n---------\n## Tutorial 3 - Understanding the mesh\n\nDiscusses how the OpenFOAM mesh description works and introduces the code\ninterface used to interact with the grid.\n\n---------\n## Tutorial 4 - Basic field operations\n\nIntroduces the idea of a field object, reading values from OF-native files\nusing built-in operators, as well as calculating field values by hand.\n\n---------\n## Tutorial 5 - Basic parallel computing\n\nGives a crash-course introduction to parallel computing with OpenFOAM and\nOpenMPI based on the example \"solver\" developed in Tutorial 4. The way\nOpenFOAM handles parallel domain decomposition is described, basic operators\nused for communication between parallel nodes are shown, and the basic solver\nis upgraded to work in parallel.\n\n---------\n## Tutorial 6 - Custom classes\n\nShows how a new class may be added to expand OpenFOAM functionality, as well\nas gives an example implementation of a class derived from and OpenFOAM\nobject. This is done by extending from the IOdictionary, with the aim of\nadding a custom method which lists the contents of the dict file, while keeping\nall of the baseline functionality.\n\n---------\n## Tutorial 7 - Custom libraries\n\nShows how an external library may be compiled and added to OpenFOAM. This is\ndone by moving the key functionality of the \"solver\" from Tutorials 4 and 5\ninto an independent library, and then linking that against the rest of the\nsolver code.\n\n---------\n## Tutorial 8 - Custom boundary condition\n\nShows how a custom boundary condition may be implemented.\nIt does not introduce a bespoke utility, but instead only implements a\nlibrary. This defines an inlet condition that allows a boundary layer\nprofile to be prescribed at the inlet of a pipe.\n\nThe BC is implemented as a class derived from the fixedValue boundary\ncondition, adding several control parameters allowing the inlet profile\nto be customised. Key elements of the code are highlighted with the keyword\nNOTE:. Key methods to pay attention to are the two constructors, default\nand one constructing the BC from string, and .updateCoeffs().\n\nThe test case is a straight pipe, flow through which gets solved with the\nbasic simpleFoam solver. Key things to note are the definition of the\nBC in 0.org/U and the incorporation of a custom library in system/controlDict.\nThe simulation is 3D RANS on a coarse mesh so it takes a few minutes on\na low-end machine. The effect of the boundary condition may be visualised\nby plotting the x-velocity through the pipe and noting the incident boundary\nlayer profile at the inlet and how it affects the solution.\n\n---------\n## Tutorial 9 - Runtime post processing utility\n\nDiscusses the implementation of a a runtime post-processing utility which\ncomputes the flow rate through a face zone defined in the mesh using the\ntopoSet utility.\n\nThe utility is implemented as a runtime postprocessing object derived from\nthe built-in fvMeshFunctionObject and logFiles classes. It integrates the normal\nvelocity through a specified face zone at each required time step and writes the\nresult to a file, as well as prints in on the screen. The key methods to\npay attention to are 1) the constructor 2) writeFileHeader(), 3) createFileNames(),\nand 4) write(), which implements the actual maths behind the functionality.\nKey elements of the code are highlighted with the keyword NOTE:. It is\nimportant to note that the utility gets compiled as a library, which then\ngets linked to the main solver, following the OpenFOAM runtime utility\nconvention.\n\nThe test case is the same pipe as in Tutorial 8, except it uses a uniform\ninflow BC and is not run until full convergence. It is worth to note\nthe definition of the faceZone of interest in system/topoSet. This may be\nvisualised by selecting \"Include zones\" in paraview and applying the \"Extract\nblock\" filter. As the simpleFoam solver is run, the output file gets created\nby the utility in the postProcessing directory.\n\n---------\n## Tutorial 10 - Transport equation\n\nIntroduces the concepts behind solving a simple scalar transport equation.\n\nThe solver sets up the transport problem by importing a fixed velocity field\nfrom the last time step and solving the transport of a scalar, beta, in the\npresence of the velocity, beta being also subject to diffusion characterised\nby a fixed proportionality constant, gamma. The solver is conceptually similar\nto the built-in scalarTransportFoam, except it solves a steady-state problem.\nKey things to note are 1) the syntax behind the scalar transport equation\n2) how OpenFOAM translates the syntax into specific operations and associates\nthem with entries in system/fvSolution and system/fvSchemes dictionaries\n3) inclusion of the boundary condition definitions in 0/beta into the equation\n4) units of the equations being solved and how OpenFOAM handles them.\n\nThe test case is a simple 2D square domain with fixed scalar inlets at the bottom\nand the left-hand side. Transport takes place in the presence of a velocity\nfield convecting away from the beta inlets. Once the case is run, it is best\nto visualise the initial conditions in the \"beta\" field and the solution to the\ntransport equation saved as the \"result\" field.\n\nRecommended reading:\n- Wikipedia is always a good start:  \n    https://en.wikipedia.org/wiki/Convection%E2%80%93diffusion_equation\n- Very brief description of the physical and mathematical concepts behind\n\tthe scalar transport equation by CFD-online:  \n    https://www.cfd-online.com/Wiki/Generic_scalar_transport_equation\n- Chapters 3, 4 and especially 5 in \"Numerical Methods in Heat, Mass,\n    and Momentum Transfer\" by Murthy, J. Y. 2002:  \n    https://engineering.purdue.edu/~scalo/menu/teaching/me608/ME608_Notes_Murthy.pdf\n\n![Alt text](OFtutorial10_transportEquation/testCase/2DconvectionDiffusion.png?raw=true \"Tutorial 10 - result of 2D convection-diffusion with inlets at left and bottom edges\")\n\n---------\n## Tutorial 11 - Modifying the mesh\n\nDemonstrates how to use points to generate different cell types, patches,\nand export the finished grid to an OpenFOAM case.\n\nAlso recommended to view the 'meshPoints.pdf' or Gmsh files to get a better\nidea of how the mesh is actually constructed from points.\n\n![Alt text](OFtutorial11_modifyingTheMesh/testCase/cellTypes.png?raw=true \"Tutorial 11 - different cell topologies\")\n\n---------\n## Tutorial 12 - Adding a custom momentum source\n\nShows a modified version of the actuatorDisk momentum source which does not use\na cellSet in order to mark cells for applying the source. Instead, it identifies\nthe cells inside of the constructor which allows easier adjustment of the disk\nparameters and could be developed further to include a dynamic variant. Main\npart of the implementation is located in \"customActuationDiskSourceTemplates.C\"\nand the cell selection algorithm is implemented in the class constructor inside\n\"customActuationDiskSource.C\". Key takeaways from the tutorial are how a fvOption\nobject is structured and how it may be modified to suit ones needs. It is a bit\nmore applied than the previous ones but hopefully will be useful to at least\na few people.\n\n![Alt text](OFtutorial12_momentumSource/testCase/Umagnitude.png?raw=true \"Tutorial 12 - velocity affected by a momentum source\")\n"
  },
  {
    "path": "programmingTutorials/testAll",
    "content": "#!/bin/bash\n\n# ===\n# Script for automatically compiling, running and testing all of the tutorials.\n# ===\n\n# run a command and redirect outputs to /dev/null, only print PASS or FAIL\n# depending on whether errors occured or not\nrun () {\n    # run the command and get rid of the outputs\n    $1 >/dev/null 2>&1\n    # check return code, 0 indicates success\n    if [ $? -eq 0 ]; then\n        echo \"    PASS: \"$1\n    else\n        echo \"    FAIL: \"$1\n    fi\n}\n\n# go over all tutorial directories\nfor tutorialDir in */ ; do\n    if [[ $tutorialDir = *OFtutorial* ]]; then\n        echo \"Checking:\" $tutorialDir\n\n        # navigate to the tutorial\n        cd $tutorialDir\n        # no need to test cleaning the code\n        ./Allwclean >/dev/null 2>&1\n\n        # test building and running\n        run ./Allwmake\n        cd testCase\n        run ./Allrun\n\n        # no need to test cleaning the test case\n        ./Allclean >/dev/null 2>&1\n\n        # go back to main directory\n        cd ../..\n    fi\ndone\n"
  },
  {
    "path": "waterChannel/0/U",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volVectorField;\n    object      U;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -1 0 0 0 0];\n\ninternalField   uniform (1 0 0);\n\nboundaryField\n{\n    inlet\n    {\n        type            flowRateInletVelocity;\n        volumetricFlowRate constant 50;\n    }\n\n    walls\n    {\n        type            noSlip;\n    }\n\n    atmosphere\n    {\n        type            pressureInletOutletVelocity;\n        value           uniform (0 0 0);\n    }\n\n    outlet\n    {\n        type            inletOutlet;\n        inletValue      uniform (0 0 0);\n        value           $internalField;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/0/alpha.water.orig",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      alpha.water;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 0 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           uniform 1;\n    }\n\n    walls\n    {\n        type            zeroGradient;\n    }\n\n    outlet\n    {\n        type            zeroGradient;\n        value           uniform 0;\n    }\n\n    atmosphere\n    {\n        type            inletOutlet;\n        inletValue      uniform 0;\n        value           uniform 0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/0/k",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      k;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -2 0 0 0 0];\n\ninternalField   uniform 0.0001;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        intensity       0.05;\n        value           $internalField;\n    }\n\n    walls\n    {\n        type            kqRWallFunction;\n        value           $internalField;\n    }\n\n    \".*\"\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/0/nut",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    location    \"0\";\n    object      nut;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 2 -1 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    walls\n    {\n        type            nutkWallFunction;\n        value           uniform 0;\n    }\n\n    \".*\"\n    {\n        type            calculated;\n        value           uniform 0;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/0/omega",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      omega;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 0 -1 0 0 0 0];\n\ninternalField   uniform 0.003;\n\nboundaryField\n{\n    inlet\n    {\n        type            fixedValue;\n        value           $internalField;\n    }\n\n    walls\n    {\n        type            omegaWallFunction;\n        value           $internalField;\n    }\n\n    \".*\"\n    {\n        type            inletOutlet;\n        inletValue      $internalField;\n        value           $internalField;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/0/p_rgh",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       volScalarField;\n    object      p_rgh;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [1 -1 -2 0 0 0 0];\n\ninternalField   uniform 0;\n\nboundaryField\n{\n    atmosphere\n    {\n        type            totalPressure;\n        p0              uniform 0;\n    }\n\n    \".*\"\n    {\n        type            fixedFluxPressure;\n        value           uniform 0;\n    }\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/Allclean",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial clean functions\n. $WM_PROJECT_DIR/bin/tools/CleanFunctions\n\nrm 0/alpha.water.gz 0/alpha.water 2>/dev/null\nrm -rf *Flux\n\ncleanCase\n"
  },
  {
    "path": "waterChannel/Allmesh",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\napplication=`getApplication`\n\nrunApplication blockMesh\n\necho \"Creating channel\"\ni=1\nwhile [ \"$i\" -lt 3 ] ; do\n    cp system/extrudeMeshDict.${i} system/extrudeMeshDict\n    echo \"Running extrudeMesh, instance\" ${i}\n    extrudeMesh > log.extrudeMesh.${i}\n    i=`expr $i + 1`\ndone\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "waterChannel/Allrun",
    "content": "#!/bin/sh\ncd ${0%/*} || exit 1    # Run from this directory\n\n# Source tutorial run functions\n. $WM_PROJECT_DIR/bin/tools/RunFunctions\n\napplication=`getApplication`\n\n./Allmesh\n\ncp 0/alpha.water.orig 0/alpha.water\nrunApplication setFields\n\nrunApplication $application\n\n#------------------------------------------------------------------------------\n"
  },
  {
    "path": "waterChannel/constant/g",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       uniformDimensionedVectorField;\n    location    \"constant\";\n    object      g;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndimensions      [0 1 -2 0 0 0 0];\nvalue           (0 0 -9.81);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/constant/transportProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      transportProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nphases (water air);\n\nwater\n{\n    transportModel  Newtonian;\n    nu              [0 2 -1 0 0 0 0]  1e-06;\n    rho             [1 -3 0 0 0 0 0] 1000;\n}\n\nair\n{\n    transportModel  Newtonian;\n    nu              [0 2 -1 0 0 0 0]  1.48e-05;\n    rho             [1 -3 0 0 0 0 0] 1;\n}\n\nsigma           [1 0 -2 0 0 0 0] 0.07;\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/constant/turbulenceProperties",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"constant\";\n    object      turbulenceProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsimulationType  RAS;\n\nRAS\n{\n    RASModel        kOmegaSST;\n\n    turbulence      on;\n\n    printCoeffs     on;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/system/blockMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      blockMeshDict;\n}\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconvertToMeters 1;\n\nvertices\n(\n    ( 0 -10   2) // 0\n    (20 -10   2) // 1\n    ( 0  -3   2) // 2\n    (20  -3   2) // 3\n    ( 0   3   2) // 4\n    (20   3   2) // 5\n    ( 0  10   2) // 6\n    (20  10   2) // 7\n\n    ( 0 -10   8) // 8\n    (20 -10   8) // 9\n    ( 0  -4   8) // 10\n    (20  -4   8) // 11\n    ( 0   4   8) // 12\n    (20   4   8) // 13\n    ( 0  10   8) // 14\n    (20  10   8) // 15\n);\n\nblocks\n(\n    hex (0 1 3 2  8  9 11 10) (20  5 20) simpleGrading (1 1 1)\n    hex (2 3 5 4 10 11 13 12) (20 10 20) simpleGrading (1 1 1)\n    hex (4 5 7 6 12 13 15 14) (20  5 20) simpleGrading (1 1 1)\n);\n\nedges\n(\n);\n\nboundary\n(\n    inlet\n    {\n        type patch;\n        faces\n        (\n            (0 1 3 2)\n            (4 5 7 6)\n        );\n    }\n\n    walls\n    {\n        type wall;\n        faces\n        (\n            (2 3 5 4)\n            (0 1 9 8)\n            (0 2 10 8)\n            (1 3 11 9)\n            (2 4 12 10)\n            (5 7 15 13)\n            (6 7 15 14)\n            (4 6 14 12)\n        );\n    }\n\n    outlet\n    {\n        type patch;\n        faces\n        (\n            (3 5 13 11)\n        );\n    }\n\n    atmosphere\n    {\n        type patch;\n        faces\n        (\n            (8  9 11 10)\n            (10 11 13 12)\n            (12 13 15 14)\n        );\n    }\n);\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/system/controlDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      controlDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\napplication     interFoam;\n\nstartFrom       startTime;\n\nstartTime       0;\n\nstopAt          endTime;\n\nendTime         200;\n\ndeltaT          0.1;\n\nwriteControl    adjustableRunTime;\n\nwriteInterval   5;\n\npurgeWrite      0;\n\nwriteFormat     ascii;\n\nwritePrecision  6;\n\nwriteCompression compressed;\n\ntimeFormat      general;\n\ntimePrecision   6;\n\nrunTimeModifiable yes;\n\nadjustTimeStep  yes;\n\nmaxCo           6;\nmaxAlphaCo      6;\nmaxDeltaT       1;\n\nfunctions\n{\n    #includeFunc surfaces\n\n\tinletFlux\n\t{\n\t\ttype            surfaceRegion;\n\t\tlibs (\"libfieldFunctionObjects.so\");\n\t\twriteControl   timeStep;\n\t\tlog             true;\n\t\t// Output field values as well\n\t\twriteFields     false;\n\t\tregionType      patch;\n\t\tname            inlet;\n\t\toperation       sum;\n\n\t\tfields\n\t\t(\n\t\t    rhoPhi\n\t\t);\n\t}\n\n\toutletFlux\n\t{\n\t\t$inletFlux;\n\t\tname            outlet;\n\t}\n\n\tatmosphereFlux\n\t{\n\t\t$inletFlux;\n\t\tname            atmosphere;\n\t}\n\n}\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/system/extrudeMeshDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      extrudeProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconstructFrom mesh;\nsourceCase \"$FOAM_CASE\";\nsourcePatches (outlet);\n\nflipNormals false;\n\nextrudeModel        linearDirection;\n\nnLayers             40;\nexpansionRatio      1.0;\n\nlinearDirectionCoeffs\n{\n    axisPt          (0 0 0);\n    direction       (1 -0.2 -0.03);\n    thickness       40;\n}\n\nmergeFaces false;\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n"
  },
  {
    "path": "waterChannel/system/extrudeMeshDict.1",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      extrudeProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconstructFrom mesh;\nsourceCase \"$FOAM_CASE\";\nsourcePatches (outlet);\n\nflipNormals false;\n\nextrudeModel        linearDirection;\n\nnLayers             60;\nexpansionRatio      1.0;\n\nlinearDirectionCoeffs\n{\n    axisPt          (0 0 0);\n    direction       (1 0.2 0.02);\n    thickness       60;\n}\n\nmergeFaces false;\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n"
  },
  {
    "path": "waterChannel/system/extrudeMeshDict.2",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    object      extrudeProperties;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nconstructFrom mesh;\nsourceCase \"$FOAM_CASE\";\nsourcePatches (outlet);\n\nflipNormals false;\n\nextrudeModel        linearDirection;\n\nnLayers             40;\nexpansionRatio      1.0;\n\nlinearDirectionCoeffs\n{\n    axisPt          (0 0 0);\n    direction       (1 -0.2 -0.03);\n    thickness       40;\n}\n\nmergeFaces false;\n\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n"
  },
  {
    "path": "waterChannel/system/fvSchemes",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSchemes;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nddtSchemes\n{\n    default         Euler;\n}\n\ngradSchemes\n{\n    default         Gauss linear;\n}\n\ndivSchemes\n{\n    default             none;\n\n    div(rhoPhi,U)       Gauss linearUpwind grad(U);\n    div(phi,alpha)      Gauss vanLeer;\n    div(phirb,alpha)    Gauss linear;\n\n    \"div\\(phi,(k|omega)\\)\"      Gauss upwind;\n    div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;\n}\n\nlaplacianSchemes\n{\n    default         Gauss linear corrected;\n}\n\ninterpolationSchemes\n{\n    default         linear;\n}\n\nsnGradSchemes\n{\n    default         corrected;\n}\n\nwallDist\n{\n    method meshWave;\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/system/fvSolution",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      fvSolution;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\nsolvers\n{\n    \"alpha.water.*\"\n    {\n        nAlphaCorr      1;\n        nAlphaSubCycles 1;\n        cAlpha          1;\n\n        MULESCorr       yes;\n        nLimiterIter    3;\n\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        tolerance       1e-8;\n        relTol          0;\n    }\n\n    pcorr\n    {\n        solver          PCG;\n        preconditioner\n        {\n            preconditioner  GAMG;\n            tolerance       1e-5;\n            relTol          0;\n            smoother        GaussSeidel;\n        }\n        tolerance       1e-5;\n        relTol          0;\n        maxIter         50;\n    }\n\n    p_rgh\n    {\n        solver           GAMG;\n        tolerance        5e-9;\n        relTol           0.01;\n\n        smoother         GaussSeidel;\n\n\n\n        maxIter          50;\n    };\n\n    p_rghFinal\n    {\n        $p_rgh;\n        tolerance       5e-9;\n        relTol          0;\n    }\n\n    \"(U|k|omega).*\"\n    {\n        solver          smoothSolver;\n        smoother        symGaussSeidel;\n        nSweeps         1;\n        tolerance       1e-6;\n        relTol          0.1;\n    };\n}\n\nPIMPLE\n{\n    momentumPredictor no;\n    nCorrectors     2;\n    nNonOrthogonalCorrectors 0;\n}\n\nrelaxationFactors\n{\n    equations\n    {\n        \".*\" 1;\n    }\n}\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/system/setFieldsDict",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n| =========                 |                                                 |\n| \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |\n|  \\\\    /   O peration     | Version:  4.1                                   |\n|   \\\\  /    A nd           | Web:      www.OpenFOAM.org                      |\n|    \\\\/     M anipulation  |                                                 |\n\\*---------------------------------------------------------------------------*/\nFoamFile\n{\n    version     2.0;\n    format      ascii;\n    class       dictionary;\n    location    \"system\";\n    object      setFieldsDict;\n}\n// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //\n\ndefaultFieldValues\n(\n    volScalarFieldValue alpha.water 0\n);\n\nregions\n(\n    boxToCell\n    {\n        box (-10 -20 -10) (50 20 2.2);\n        fieldValues\n        (\n            volScalarFieldValue alpha.water 1\n        );\n    }\n);\n\n\n// ************************************************************************* //\n"
  },
  {
    "path": "waterChannel/system/surfaces",
    "content": "/*--------------------------------*- C++ -*----------------------------------*\\\n  =========                 |\n  \\\\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox\n   \\\\    /   O peration     |\n    \\\\  /    A nd           | Web:      www.OpenFOAM.org\n     \\\\/     M anipulation  |\n-------------------------------------------------------------------------------\nDescription\n    Writes out surface files with interpolated field data in VTK format, e.g.\n    cutting planes, iso-surfaces and patch boundary surfaces.\n\n\\*---------------------------------------------------------------------------*/\n\n#includeEtc \"caseDicts/postProcessing/visualization/surfaces.cfg\"\n\nfields       (U);\n\nsurfaces\n(\n    waterSurface\n    {\n        $isosurface;\n        isoField    alpha.water;\n        isoValue    0.50;\n    }\n);\n\n// ************************************************************************* //\n"
  }
]