The attached wedge_2.geo file produces the error
> 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.
--
You received this message because you are subscribed to the Google Groups "PyFR
Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send an email to [email protected].
Visit this group at https://groups.google.com/group/pyfrmailinglist.
For more options, visit https://groups.google.com/d/optout.
wedge_2.geo
Description: Binary data
wedge_2.msh
Description: Mesh model
