victorsndvg / FEconv

Program feconv is an utility to convert between several mesh and FE field formats, like ANSYS mesh files (.msh), MD Nastran input files (.bdf), I-Deas Universal (.unv), VTK files (.vtk), etc. If you use a Modulef format to store an intermediate mesh (.mfm). It can transform the FE type of a mesh composed of trangles or tetrahedra, to Lagrange P1 or P2, Raviart-Thomas (face) or Whitney (edge) finite elements. It also uses third-party code to perform bandwidth optimization (CutlHill-McKee optimization).
GNU General Public License v3.0
91 stars 25 forks source link

unv/read error #5

Closed QiangF closed 4 years ago

QiangF commented 5 years ago
$ feconv test.unv test.vtu
ERROR: unv/read, dataset 2411 or 781 not found
STOP 1

The content of test.unv:

    -1
   164
         9  User defined units         1
  1.00000000000000000E+00  1.00000000000000000E+00  1.00000000000000000E+00
  0.00000000000000000E+00
    -1
Workpiece
File written 19 May 2019 09:58:46
    -1
  2411
         1         1         1        11
   2.1046269939324260E-02  -3.1903227460306029E-02  -7.1706817674038071E-03
    -1

test.unv does conform to the unv standard, the line containing "Workpiece" and "File written" should be treated as comment.

Note that each dataset begins with a delimiter and ends with a delimiter. Between datasets, the file can contain lines (for example, comments), which are not part of any dataset. (http://sdrl.uc.edu/sdrl/referenceinfo/universalfileformats/file-format-storehouse/universal-file-datasets-summary)

fran-pena commented 5 years ago

Dear @QiangF,

You are right, FEconv does not currently support lines among datasets in UNV format. We will fix it in a future release.

Thank you for your issue, Fran

mbjelajac commented 5 years ago

$ feconv examples\unvmesh2414.unv 1.vtu ERROR: unv/read, dataset 2411 or 781 not found STOP 1 . When we can except new release?

fran-pena commented 5 years ago

Hi,

we do not have a scheduled release at this moment.

Best regards, Francisco

El lun., 5 ago. 2019 a las 14:14, mbjelajac (notifications@github.com) escribió:

$ feconv examples\unvmesh2414.unv 1.vtu ERROR: unv/read, dataset 2411 or 781 not found STOP 1 . When we can except new release?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/victorsndvg/FEconv/issues/5?email_source=notifications&email_token=ABRM23JMJJM5W3GG3Y7KL53QDAKT5A5CNFSM4HN3PEY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3RUCAI#issuecomment-518209793, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRM23M6WHXAVTKYLNE2HKLQDAKT5ANCNFSM4HN3PEYQ .