29 #ifndef NEMOSYS_BLOCKMESHGEN_H_ 30 #define NEMOSYS_BLOCKMESHGEN_H_ 41 #include <fvOptions.H> 111 #endif // NEMOSYS_BLOCKMESHGEN_H_ std::unique_ptr< Foam::fvMesh > fmesh_
blockMeshGen <– meshGen <– meshBase This class incorporates mesh generating method of blockMesh uti...
std::unique_ptr< Foam::Time > runTime_
std::unique_ptr< Foam::dictionary > fvSchemes_
std::unique_ptr< Foam::dictionary > blockMshDict_
blockMeshParams * params_
Definition of parameters pointer.
blockMeshParams contains the parameters important for automatic meshing using blockMeshGen class...
~blockMeshGen()
blockMeshGen standard desctructor
std::unique_ptr< Foam::dictionary > fvSolution_
void initialize()
Initializes OpenFOAM args and runtime.
int createMeshFromSTL(const char *fname)
Generates mesh and returns VTK database.
void createBlockMshDict(const bool &write)
Creates blockMeshDict from user arguments.
blockMeshGen()
blockMeshGen standard constructor
std::unique_ptr< Foam::dictionary > controlDict_