-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comsol 5.3 Meshfile not readable #2
Comments
Dear Christoph, it seems that the type of the finite element is not being properly recognized. In order to give you a more accurate answer I need the mesh file to debug the program because the tests I conducted with my COMSOL meshes were Ok. Best regards, |
Dear Fran,
Thanks for your prompt answer, I send you the 4 possibilities of the Comsol export options as flags and also two meshings (mapped and free triangular).
The model is 2D axisymmetric.
[cid:[email protected]]
Best regards.
Christoph
Dear Christoph,
it seems that the type of the finite element is not being properly recognized. In order to give you a more accurate answer I need the mesh file to debug the program because the tests I conducted with my COMSOL meshes were Ok.
Best regards,
Fran Pena
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AdFHO2SMlRroEJigorI0qa7RDT61M0HOks5s_BA3gaJpZM4Q8jCr>.
|
Dear Fran,
Did you receive the zip files via Email or must I attach them via github?
Regards
Christoph
From: fran-pena [mailto:[email protected]]
Sent: Sunday, December 10, 2017 6:12 PM
To: victorsndvg/FEconv
Cc: Nölle Christoph; Author
Subject: Re: [victorsndvg/FEconv] Comsol 5.3 Meshfile not readable (#2)
Dear Christoph,
it seems that the type of the finite element is not being properly recognized. In order to give you a more accurate answer I need the mesh file to debug the program because the tests I conducted with my COMSOL meshes were Ok.
Best regards,
Fran Pena
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AdFHO2SMlRroEJigorI0qa7RDT61M0HOks5s_BA3gaJpZM4Q8jCr>.
|
Dear Christoph, Sorry I couldn't reply yesterday. I do not find your files neither in my GitHub account nor in the e-mail. Best, |
Dear Fran, |
Dear Christoph, Now I have your meshes! Let me have some time to study the problem. I'll give you an answer. Best, |
Dear Christoph, I think I found the reason why your mesh is not properly parsed. The Mesh type specifications are explained in the page 657 of the COMSOL Reference Guide ; see mesh-type.pdf. Best, |
Dear Fran,
My version is 5.3, the newest one.
The options are:
[cid:[email protected]]
Maybe the company does not provide too much information, the second option to export NASTRAN is also very poor.
Regards
Christoph Nölle
|
Dear Christoph, |
Better?
This four options are 1111 filed in this example.
From: fran-pena [mailto:[email protected]]
Sent: Friday, December 15, 2017 2:22 PM
To: victorsndvg/FEconv
Cc: Nölle Christoph; Author
Subject: Re: [victorsndvg/FEconv] Comsol 5.3 Meshfile not readable (#2)
Dear Christoph,
I cannot see the attached image.
Best,
Fran
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#2 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AdFHO4JPvcaNreIAFkK__Ko1Ag3p_XH3ks5tAnJhgaJpZM4Q8jCr>.
|
Dear Fran,
I am just playing around and found out, you can export the mesh with poor information or export the geometry (in 5.1 format) with just some cumulative selections, the selections which I made are not written down.
I started a new blank model, created a axisymmetric component, imported the geometry (no selections, just the pure lines and points) then after importing the mesh, the information comes with “you will delete your geometry and mesh” and the geometry is gone…
I asked Comsol to export into hdf5, but the pressure for them is not too high.
Regards
Christoph Nölle
|
Hello
I tried a 2D Comsol mphtxt to convert into unv or msh files. Neither the -l listing is working.
I get errors like:
INFO: Reading mphtxt file ...
INFO: Reading piece 1 ...
INFO: Element type: Node
INFO: Element type: Edge lagrange P1
At line 117 of file source/mphtxt/module_manage_mphtxt.f90
Fortran runtime error: Index '0' of dimension 1 of array 'minelindx' below lower bound of 1
Error termination. Backtrace:
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
Or
Loading COMSOL mesh file...
INFO: Reading mphtxt file ...
INFO: Reading piece 1 ...
INFO: Element type: Edge lagrange P1
ERROR: mphtxt_file/object/etype, #-1
STOP 1
I tried with triangle, quad and mapped meshes and toggled the four options in export comsol:
Data elements
Boundaries elements
Vertex elements
Geometric entity information
Nothing works.
Any help?
feconv.exe compiled with gfortran in Cygwin.
Regards
Christoph
The text was updated successfully, but these errors were encountered: