Can I get the geometry for rotor 37 compressor? #621
|
Could you please provide the geometry used to create mesh in tutorial rotor 37 compressor? Also, where can I get more information about this test case, is there any paper about it? |
Replies: 5 comments 2 replies
|
We generated the mesh using TurboGrid. So we got the geometry from TurboGrid's tutorial. We did not save the geometry.... |
|
Right. We did not add the tip clearance for the R37 tutorial case.. |
TurboGrid does not support exporting mesh as .msh. Could you please let me know how you converted the mesh to fluent3d .msh format. I have only two options cgns and ansys cfx mesh files (.gtm .def) In turboGrid I exported mesh as cgns format then using gmsh saved it to gmsh .msh format. Then I used this command |
|
What we did was saving the mesh in cgns format. Then, we used ICEM-CFD to read the cgns mesh and export it as ansys-fluent format. Then, we use fluent3DMeshToFoam to convert it further to OpennFOAM format. |
|
To obtain the geometry for the Rotor 37 compressor, you may need to refer to technical documentation or specifications provided by the manufacturer. Checking the product’s manual, contacting the manufacturer directly, or accessing engineering databases could provide you with the detailed geometry information. |
What we did was saving the mesh in cgns format. Then, we used ICEM-CFD to read the cgns mesh and export it as ansys-fluent format. Then, we use fluent3DMeshToFoam to convert it further to OpennFOAM format.