Difference between revisions of "Scripts/blockMesh grading calculation"

From OpenFOAMWiki
m (Add NoChache (this hopefully fixes the non-loaded scripts))
m (Typo fixed)
Line 4: Line 4:
 
The purpose of this script is to calculate the grading factor as described in [http://www.openfoam.org/docs/user/blockMesh.php the user guide].
 
The purpose of this script is to calculate the grading factor as described in [http://www.openfoam.org/docs/user/blockMesh.php the user guide].
  
* Three of the 6 values can be specified. The other 3 values are calculated from then. Specify the input values with the three drop-down buttons.
+
* Three of the 6 values can be specified. The other 3 values are calculated from them. Specify the input values with the three drop-down buttons.
 
* Not all combinations of input values are valid (for instance: there has to be at least one length specified to calculate the others)
 
* Not all combinations of input values are valid (for instance: there has to be at least one length specified to calculate the others)
  

Revision as of 11:00, 14 August 2014


The purpose of this script is to calculate the grading factor as described in the user guide.

  • Three of the 6 values can be specified. The other 3 values are calculated from them. Specify the input values with the three drop-down buttons.
  • Not all combinations of input values are valid (for instance: there has to be at least one length specified to calculate the others)


If you don't see the drop-downs and the input boxes here then there is a problem with the JavaScript script. Make sure that JavaScript is enabled for your browser.

Also the Software of the Wiki messes with the script. Try this version as a fallback (there seems to be a problem with Caching)

The idea for this calculator comes from this thread on the MessageBoard. The sources can be found here on BitBucket.