File “/usr/lib/python3.4/site-packages/pyfr/readers/base.py”, line 194, in get_connectivity
raise ValueError(‘Unpaired faces in mesh’)
when attempting to run ‘pyfr import wedge_2.msh wedge.pyfrm’.
If I uncomment the line ‘//Physical Line(“wedge”) = {5, 6, 7};’ then the mesh will import, but running py produces the error
File “/usr/lib64/python3.4/configparser.py”, line 1115, in _unify_values
sectiondict = self._sections[section]
KeyError: ‘soln-bcs-wedge’
Which makes sense because I haven’t defined a soln-bsc-wedge in my ini file.
Any help correcting the geo file is much appreciated.
As a possible recommendation, would the PyFR team consider including the .geo files in their examples?
I understand they are not necessary with the mesh files currently being provided, however having the .geo files available would be helpful when attempting to create a project from scratch.
Attached is the ini file as requested. I am sure that the flow equations and parameters are not well optimized for the problem I am attempting. My approach was it iteratively improve, the first step of which was to get a working mesh.
You’re correction makes sense now that I see it. Implementing your change allows the mesh to import. PyFr runs with a new error that I haven’t triggered before, so I’ll work on that for a bit.