MeshKit  1.0
PostBL Class Reference

Options and Keywords Used in PostBL Algorithm. More...

#include <PostBL.hpp>


Detailed Description

Options and Keywords Used in PostBL Algorithm.

RUNNING: Postmesh Boundary Layer Tool can be run using the test_postbl executable in test/algs directory example:- test_postbl <name>.inp, where, <name> is the name of the input file containing the keywords below:

  • bias
    <double>    bias b/w different layers of boundary layer is always greater than zero. 
  • meshfile
    <string>    input mesh file name support by moab reader. 
  • surfaces
    <integer>   id of the surface on which boundary layer needs to be created.  
  • neumannset
    <integer>   id of the neumann set on which boundary layer needs to be created.  
  • material
    <integer>   material id to which the newly created hexes will be assigned, default is 999999. 
  • thickness
    <double>    boundary layer thickness. 
  • debug
    <1 or 0>    print all the debug o/p if set to 1. A .log file is always created.  
  • outfile
    <string>    name of output mesh file, can be any format that is supported by moab.  
  • end
    this marks the end of input file for boundary layer generation.  
  • Sample keyword file can be found here: data/test_postbl.inp

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines