Convert files to the new pyfr format

Hi,

I wonder if you have some scripts to convert mesh and solution files from old pyfr versions (<2.1) to the newer versions?

Regards,

Zhenyang

The new mesh format is node based and so it is difficult to reconstruct from the old format. As such a converter is not available. With that said, if one has the underlying .msh file it is possible to just reimport. The solution files are a bit simpler and so in principal it is possible to put together a script with a few dozen lines which moves things over (assuming the mesh has been recreated).

Regards, Freddie.