Matlab toolbox for generating block structured hex meshes in the polyMesh file format of OpenFOAM.
Stars
13
Forks
3
Watchers
13
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Added mesh case for generating a toroidal mesh with a square cross section
e3d21c3View on GitHubChanged the way the generating m-files are saved in the case directory. Code is now saved in constant/polyMesh/history/<timestamp>. From now on user must make sure to add meshingTools directory to the matlab path. Added copyGeneratingCode.m to meshingTools. Rewrote cases to use this and added RodsandFluidDomain mesh to meshes.
4f1d181View on GitHubCorrected repeat2DMesh.m to follow bin convention. Fixed RodsanStructurePentagonCore.m.
19356feView on GitHubAdded documentation headers and rewrote code to follow the convention that nCells and nBins (not nGridPoints) are given as input to functions. Some meshes will need modification
746d14dView on GitHubAdded function to generate OpenFOAM case directory structure
de4e718View on GitHub