BUG: cloudSet.C: force early construction of tetBasePtIs to avoid demand-driven comms
[OpenFOAM-2.0.x.git] / README.html
blobad6ba53ffb719b60c9dd7449ebbf499bc407057a
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 2.0.x</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="15th August 2011"/>
11 <meta name="author" content="The OpenFOAM Foundation"/>
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 .right {margin-left:auto; margin-right:0px; text-align:right;}
25 .left {margin-left:0px; margin-right:auto; text-align:left;}
26 .center {margin-left:auto; margin-right:auto; text-align:center;}
27 p.verse { margin-left: 3% }
28 pre {
29 border: 1pt solid #AEBDCC;
30 background-color: #F3F5F7;
31 padding: 5pt;
32 font-family: courier, monospace;
33 font-size: 90%;
34 overflow:auto;
36 table { border-collapse: collapse; }
37 td, th { vertical-align: top; }
38 th.right { text-align:center; }
39 th.left { text-align:center; }
40 th.center { text-align:center; }
41 td.right { text-align:right; }
42 td.left { text-align:left; }
43 td.center { text-align:center; }
44 dt { font-weight: bold; }
45 div.figure { padding: 0.5em; }
46 div.figure p { text-align: center; }
47 textarea { overflow-x: auto; }
48 .linenr { font-size:smaller }
49 .code-highlighted {background-color:#ffff00;}
50 .org-info-js_info-navigation { border-style:none; }
51 #org-info-js_console-label { font-size:10px; font-weight:bold;
52 white-space:nowrap; }
53 .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
54 font-weight:bold; }
55 /*]]>*/-->
56 </style>
57 <script type="text/javascript">
58 <!--/*--><![CDATA[/*><!--*/
59 function CodeHighlightOn(elem, id)
61 var target = document.getElementById(id);
62 if(null != target) {
63 elem.cacheClassElem = elem.className;
64 elem.cacheClassTarget = target.className;
65 target.className = "code-highlighted";
66 elem.className = "code-highlighted";
69 function CodeHighlightOff(elem, id)
71 var target = document.getElementById(id);
72 if(elem.cacheClassElem)
73 elem.className = elem.cacheClassElem;
74 if(elem.cacheClassTarget)
75 target.className = elem.cacheClassTarget;
77 /*]]>*///-->
78 </script>
80 </head>
81 <body>
82 <div id="content">
84 <h1 class="title">OpenFOAM README for version 2.0.x</h1>
86 <div id="table-of-contents">
87 <h2>Table of Contents</h2>
88 <div id="text-table-of-contents">
89 <ul>
90 <li><a href="#sec-1">1 About OpenFOAM </a></li>
91 <li><a href="#sec-2">2 Copyright </a></li>
92 <li><a href="#sec-3">3 Download and installation instructions </a></li>
93 <li><a href="#sec-4">4 Release notes </a></li>
94 <li><a href="#sec-5">5 Documentation </a></li>
95 <li><a href="#sec-6">6 Support and development contracts </a></li>
96 <li><a href="#sec-7">7 Reporting Bugs in OpenFOAM </a></li>
97 </ul>
98 </div>
99 </div>
101 <div id="outline-container-1" class="outline-2">
102 <h2 id="sec-1"><span class="section-number-2">1</span> About OpenFOAM </h2>
103 <div class="outline-text-2" id="text-1">
105 <p> OpenFOAM is a free, open source computational fluid dynamcis (CFD) software
106 package released by the OpenFOAM Foundation. It has a large user base across
107 most areas of engineering and science, from both commercial and academic
108 organisations. OpenFOAM has an extensive range of features to solve anything
109 from complex fluid flows involving chemical reactions, turbulence and heat
110 transfer, to solid dynamics and electromagnetics.
111 </p>
112 </div>
114 </div>
116 <div id="outline-container-2" class="outline-2">
117 <h2 id="sec-2"><span class="section-number-2">2</span> Copyright </h2>
118 <div class="outline-text-2" id="text-2">
120 <p> OpenFOAM is free software: you can redistribute it and/or modify it under the
121 terms of the GNU General Public License as published by the Free Software
122 Foundation, either version 3 of the License, or (at your option) any later
123 version. See the file <code>COPYING</code> in this directory or
124 <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>, for a description of the GNU General Public
125 License terms under which you can copy the files.
126 </p>
127 </div>
129 </div>
131 <div id="outline-container-3" class="outline-2">
132 <h2 id="sec-3"><span class="section-number-2">3</span> Download and installation instructions </h2>
133 <div class="outline-text-2" id="text-3">
135 <ul>
136 <li>To install from this Git repository, see
137 <a href="http://www.OpenFOAM.org/git.php">http://www.OpenFOAM.org/git.php</a>
138 </li>
139 </ul>
142 </div>
144 </div>
146 <div id="outline-container-4" class="outline-2">
147 <h2 id="sec-4"><span class="section-number-2">4</span> Release notes </h2>
148 <div class="outline-text-2" id="text-4">
150 <p> <a href="http://www.OpenFOAM.com/version2.0.0">http://www.OpenFOAM.com/version2.0.0</a>
151 </p>
152 </div>
154 </div>
156 <div id="outline-container-5" class="outline-2">
157 <h2 id="sec-5"><span class="section-number-2">5</span> Documentation </h2>
158 <div class="outline-text-2" id="text-5">
160 <p> <a href="http://www.OpenFOAM.com/docs">http://www.OpenFOAM.com/docs</a>
161 </p>
162 </div>
164 </div>
166 <div id="outline-container-6" class="outline-2">
167 <h2 id="sec-6"><span class="section-number-2">6</span> Support and development contracts </h2>
168 <div class="outline-text-2" id="text-6">
170 <p> <a href="http://www.OpenFOAM.com/support">http://www.OpenFOAM.com/support</a>
171 </p>
172 </div>
174 </div>
176 <div id="outline-container-7" class="outline-2">
177 <h2 id="sec-7"><span class="section-number-2">7</span> Reporting Bugs in OpenFOAM </h2>
178 <div class="outline-text-2" id="text-7">
180 <p> <a href="http://www.OpenFOAM.com/bugs">http://www.OpenFOAM.com/bugs</a>
181 </p></div>
182 </div>
183 <div id="postamble">
184 <p class="date">Date: 15th August 2011</p>
185 <p class="creator">Org version 7.5 with Emacs version 23</p>
186 <a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>
187 </div>
188 </div>
189 </body>
190 </html>