Follow these commands, for grid interpretation, dsmc particle initialisation and running solver. Boundary file can be replaced.

/*interpreting the mesh file*/
command> gmshToFoam mesh_file/cylindrical.msh
/*updating the boundary information*/
command> cp constant/boundary_0 constant/polyMesh/boundary
/*initialising dsmc particles*/
command> dsmcInitialise
/*running the dsmc solver*/
command> dsmcFoam > log.dsmcFoam &
