ENH: patchCloud: return pTraits<Type>::max for unfound points
[OpenFOAM-1.7.x.git] / README.html
blob5b57e1c1687467e80b797c89566dc6bd6db74528
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml"
5 lang="en" xml:lang="en">
6 <head>
7 <title>OpenFOAM README for version 1.7.1</title>
8 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>
9 <meta name="generator" content="Org-mode"/>
10 <meta name="generated" content="26th August 2010"/>
11 <meta name="author" content="OpenCFD Ltd."/>
12 <meta name="description" content=""/>
13 <meta name="keywords" content=""/>
14 <style type="text/css">
15 <!--/*--><![CDATA[/*><!--*/
16 html { font-family: Times, serif; font-size: 12pt; }
17 .title { text-align: center; }
18 .todo { color: red; }
19 .done { color: green; }
20 .tag { background-color: #add8e6; font-weight:normal }
21 .target { }
22 .timestamp { color: #bebebe; }
23 .timestamp-kwd { color: #5f9ea0; }
24 p.verse { margin-left: 3% }
25 pre {
26 border: 1pt solid #AEBDCC;
27 background-color: #F3F5F7;
28 padding: 5pt;
29 font-family: courier, monospace;
30 font-size: 90%;
31 overflow:auto;
33 table { border-collapse: collapse; }
34 td, th { vertical-align: top; }
35 dt { font-weight: bold; }
36 div.figure { padding: 0.5em; }
37 div.figure p { text-align: center; }
38 textarea { overflow-x: auto; }
39 .linenr { font-size:smaller }
40 .code-highlighted {background-color:#ffff00;}
41 .org-info-js_info-navigation { border-style:none; }
42 #org-info-js_console-label { font-size:10px; font-weight:bold;
43 white-space:nowrap; }
44 .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
45 font-weight:bold; }
46 /*]]>*/-->
47 </style>
48 <script type="text/javascript">
49 <!--/*--><![CDATA[/*><!--*/
50 function CodeHighlightOn(elem, id)
52 var target = document.getElementById(id);
53 if(null != target) {
54 elem.cacheClassElem = elem.className;
55 elem.cacheClassTarget = target.className;
56 target.className = "code-highlighted";
57 elem.className = "code-highlighted";
60 function CodeHighlightOff(elem, id)
62 var target = document.getElementById(id);
63 if(elem.cacheClassElem)
64 elem.className = elem.cacheClassElem;
65 if(elem.cacheClassTarget)
66 target.className = elem.cacheClassTarget;
68 /*]]>*///-->
69 </script>
70 </head>
71 <body>
72 <div id="content">
74 <h1 class="title">OpenFOAM README for version 1.7.1</h1>
77 <div id="table-of-contents">
78 <h2>Table of Contents</h2>
79 <div id="text-table-of-contents">
80 <ul>
81 <li><a href="#sec-1">1 About OpenFOAM </a></li>
82 <li><a href="#sec-2">2 Copyright </a></li>
83 <li><a href="#sec-3">3 Download and installation instructions </a></li>
84 <li><a href="#sec-4">4 Documentation </a></li>
85 <li><a href="#sec-5">5 Support and development contracts </a></li>
86 <li><a href="#sec-6">6 Reporting Bugs in OpenFOAM </a></li>
87 </ul>
88 </div>
89 </div>
91 <div id="outline-container-1" class="outline-2">
92 <h2 id="sec-1"><span class="section-number-2">1</span> About OpenFOAM </h2>
93 <div class="outline-text-2" id="text-1">
95 <p>OpenFOAM is a free, open source computational fluid dynamcis (CFD) software
96 package produced by a commercial company, OpenCFD Ltd. It has a large user
97 base across most areas of engineering and science, from both commercial and
98 academic organisations. OpenFOAM has an extensive range of features to solve
99 anything from complex fluid flows involving chemical reactions, turbulence and
100 heat transfer, to solid dynamics and electromagnetics.
101 </p>
102 </div>
104 </div>
106 <div id="outline-container-2" class="outline-2">
107 <h2 id="sec-2"><span class="section-number-2">2</span> Copyright </h2>
108 <div class="outline-text-2" id="text-2">
110 <p>OpenFOAM is free software: you can redistribute it and/or modify it under the
111 terms of the GNU General Public License as published by the Free Software
112 Foundation, either version 3 of the License, or (at your option) any later
113 version. See the file <code>COPYING</code> in this directory or
114 <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>, for a description of the GNU General Public
115 License terms under which you can copy the files.
116 </p>
117 </div>
119 </div>
121 <div id="outline-container-3" class="outline-2">
122 <h2 id="sec-3"><span class="section-number-2">3</span> Download and installation instructions </h2>
123 <div class="outline-text-2" id="text-3">
125 <ul>
126 <li>
127 To install the Ubuntu/Debian (.deb) pack, see
128 <a href="http://www.OpenFOAM.com/download/ubuntu.php">http://www.OpenFOAM.com/download/ubuntu.php</a>
129 </li>
130 <li>
131 To install the source (.gtgz) pack, see
132 <a href="http://www.OpenFOAM.com/download/source.php">http://www.OpenFOAM.com/download/source.php</a>
133 </li>
134 <li>
135 To install from the Git repository, see
136 <a href="http://www.OpenFOAM.com/download/git.php">http://www.OpenFOAM.com/download/git.php</a>
138 </li>
139 </ul>
140 </div>
142 </div>
144 <div id="outline-container-4" class="outline-2">
145 <h2 id="sec-4"><span class="section-number-2">4</span> Documentation </h2>
146 <div class="outline-text-2" id="text-4">
148 <p><a href="http://www.OpenFOAM.com/docs">http://www.OpenFOAM.com/docs</a>
149 </p>
150 </div>
152 </div>
154 <div id="outline-container-5" class="outline-2">
155 <h2 id="sec-5"><span class="section-number-2">5</span> Support and development contracts </h2>
156 <div class="outline-text-2" id="text-5">
158 <p><a href="http://www.OpenFOAM.com/support">http://www.OpenFOAM.com/support</a>
159 </p>
160 </div>
162 </div>
164 <div id="outline-container-6" class="outline-2">
165 <h2 id="sec-6"><span class="section-number-2">6</span> Reporting Bugs in OpenFOAM </h2>
166 <div class="outline-text-2" id="text-6">
168 <p><a href="http://www.OpenFOAM.com/bugs">http://www.OpenFOAM.com/bugs</a>
169 </p></div>
170 </div>
171 <div id="postamble">
172 <p class="date"> Date: 26th August 2010</p>
173 <p class="creator">HTML generated by org-mode 7.01trans in emacs 23</p>
174 </div>
175 </div>
176 </body>
177 </html>