ansys / example-data

This repository contains example datasets for PyAnsys projects.
MIT License
25 stars 18 forks source link

Add mesh file for combustor example #212

Closed ansjsia closed 9 months ago

ansjsia commented 9 months ago

Adding the mesh file for the Fluent tutorial "Chapter 15: Modeling Species Transport and Gaseous Combustion" to create a PyFluent example from it.

raph-luc commented 9 months ago

Can we work with a compressed .msh.h5 file rather than this plain text .msh? Would save a bit of space on the repo

ansjsia commented 9 months ago

@raph-luc I figured it should be OK since the mesh is only 90 KB?

raph-luc commented 9 months ago

It is OK, as I said: would save "a bit" of space :)

And this is currently a large plain text file with 5000+ lines, I don't know if this could slow down searches or not.

Is there any reason not to use the compressed format?

Fluent Meshing doesn't even let me save a plain text .msh file by default: image

ansjsia commented 9 months ago

@raph-luc Good point on slowing down searches. Would you know how to convert it to .msh.h5 if it's a 2D mesh?