Difference between revisions of "Contrib blockMeshDG"

From OpenFOAMWiki
(Usage)
(Download: Added some more info on how/where to download from)
Line 16: Line 16:
 
Get the most recent version here: http://code.google.com/p/blockmeshdg/
 
Get the most recent version here: http://code.google.com/p/blockmeshdg/
  
 +
You can either use the Mercurial source code management utility ([http://mercurial.selenic.com/ about Mercurial]):
 
<pre>
 
<pre>
 
hg clone http://code.google.com/p/blockmeshdg/
 
hg clone http://code.google.com/p/blockmeshdg/
Line 21: Line 22:
 
./Allwmake
 
./Allwmake
 
</pre>
 
</pre>
 +
 +
Or download from ZIP: [http://blockmeshdg.googlecode.com/archive/tip.zip latest.zip]
  
 
== History ==
 
== History ==

Revision as of 09:48, 2 February 2013

Valid versions: OF Version 20x.png OF Version 21x.png

1 Short description

A patch to the blockMesh tool to enable double graded meshes, that is meshes which have a minimum or maximum cell spacing in the middle of an edge.

2 Usage

The utility works the same way as the standard blockMesh tool, but accepts negative grading coefficients in the blockMeshDict file.

e.g. simpleGrading (1 -2 1) in blockMeshDict, means the mesh in central is 2 times larger than those in side.

The executable is called by the command "blockMeshDG".

Source of example and original code: blockMesh with double grading

3 Download

Get the most recent version here: http://code.google.com/p/blockmeshdg/

You can either use the Mercurial source code management utility (about Mercurial):

hg clone http://code.google.com/p/blockmeshdg/
cd blockmeshdg
./Allwmake

Or download from ZIP: latest.zip

4 History

--Akidess 13:42, 4 March 2012 (CET)