Difference between revisions of "Contrib/roughnessToFoam"

From OpenFOAMWiki
(Created page with "{{VersionInfo}}{{Version2.1}} ===== under construction ==== == Short description == A patch to the [http://www.openfoam.com/features/mesh-generation.php blockMesh] tool to ...")
 
Line 5: Line 5:
 
== Short description ==
 
== Short description ==
  
A patch to the [http://www.openfoam.com/features/mesh-generation.php blockMesh] tool to enable double graded meshes, that is meshes which have a minimum or maximum cell spacing in the middle of an edge.
+
A utility [http:/ dsfghdfgh]  
  
 
== Usage ==  
 
== Usage ==  
  
The utility works the same way as the standard blockMesh tool, but accepts negative grading coefficients in the blockMeshDict file.
+
The utility works
<blockquote>e.g. simpleGrading (1 -2 1) in blockMeshDict, means the mesh in central is 2 times larger than those in side.</blockquote>
+
The executable is called by the command "blockMeshDG".
+
  
 
Source of example and original code: [http://www.cfd-online.com/Forums/openfoam/70798-blockmesh-double-grading.html blockMesh with double grading]
 
Source of example and original code: [http://www.cfd-online.com/Forums/openfoam/70798-blockmesh-double-grading.html blockMesh with double grading]
  
 
== Download ==
 
== Download ==
Get the most recent version here: http://code.google.com/p/blockmeshdg/
+
Get the most recent version here: http://
  
 
<pre>
 
<pre>

Revision as of 10:56, 14 October 2012

Valid versions: OF Version 21.png


1 = under construction

2 Short description

A utility [http:/ dsfghdfgh]

3 Usage

The utility works

Source of example and original code: blockMesh with double grading

4 Download

Get the most recent version here: http://

git clone http://
cd 
wmake

5 History

--Hananlevy (talk) 12:55, 14 October 2012 (CEST)