Hello Tiago Santos
Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.
If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2 nov. 2010, 01:27 UTC−4
did you solve this problem ? because i have the same
T
did you solve this problem ? because i have the same
T
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2 nov. 2010, 10:33 UTC−4
Hello,
No.
Hello,
No.
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
26 nov. 2010, 05:18 UTC−5
Hi,
Did you find a solution for this error? I am trying to import a tetrahedral mesh created by CGAL, which is a list of elements and nodes using the matlab interface. I am stuck at this error. Any help is highly appreciated.
Best,
Kodanda
Hi,
Did you find a solution for this error? I am trying to import a tetrahedral mesh created by CGAL, which is a list of elements and nodes using the matlab interface. I am stuck at this error. Any help is highly appreciated.
Best,
Kodanda
Ivar KJELBERG
COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
26 nov. 2010, 08:01 UTC−5
Hi
STL file formats are not geometrical files in the sens high level geometrical objects, these are sets of points and edges, sometimes surfaces, not necessarily linked.
Comsol MUST regenerate geoemtries out of this, but this is not always possible as this info is not uniquely defined for any unique topology. You need to generate entitities (analysed geometry in 3.5) such that COMSOL can apply the physics. Therefore importing mesh is by far NOT the best way to use COMSOL, but sometimes we cannot get around.
I mut say that under 3.5a I was surprised how well COMSOL managed to regererate geometry from NASTRAN neutral mesh files, but I havent tried it in V4, its perhaps not yet as efficient
Perhaps also worth to try in COMSOL kernel and CAD kernel
Note STEP and PARASOLID, ... are high level geomemtry file exchange formats, IGES, STL, DXF, are not
--
Good luck
Ivar
Hi
STL file formats are not geometrical files in the sens high level geometrical objects, these are sets of points and edges, sometimes surfaces, not necessarily linked.
Comsol MUST regenerate geoemtries out of this, but this is not always possible as this info is not uniquely defined for any unique topology. You need to generate entitities (analysed geometry in 3.5) such that COMSOL can apply the physics. Therefore importing mesh is by far NOT the best way to use COMSOL, but sometimes we cannot get around.
I mut say that under 3.5a I was surprised how well COMSOL managed to regererate geometry from NASTRAN neutral mesh files, but I havent tried it in V4, its perhaps not yet as efficient
Perhaps also worth to try in COMSOL kernel and CAD kernel
Note STEP and PARASOLID, ... are high level geomemtry file exchange formats, IGES, STL, DXF, are not
--
Good luck
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
26 nov. 2010, 08:30 UTC−5
Dear Mr. Ivar,
Thanks for the quick reply. Unfortunately, I have no option other than using an externally generated mesh. I am modelling a porous structure reconstructed from tomographic method. I use iso2mesh (a matlab wrapper script around CGAL 3D meshing libraries) to generate tetrahedral mesh, so that I have node and element list at the end. Then I use MATLAB API of COMSOL 4.0a such that mesh.data.setElem + mesh.data.setVertex and mesh.data.createMesh will export the mesh. I save the model in matlab as *.mph and reopen in COMSOL to solve.
For some geometries the mesh.createMesh has been successful and for some geometries it gives me the error "Faces cannot be parametrized" in MATLAB.
As you've mentioned, COMSOL 3.5a was never complaining about importing mesh in this fashion for all the 10-20 meshes I tried before (not the one that failed in 4.0a, though).
I found a property of mesh "faceparam" that is by default set to "on". So set it to "off" before running mesh.data.createMesh. The script got further without the error and I could open the *mph file in COMSOL. However, I am not sure what are the consequences when I do a stress-strain analysis.
Does disabling "faceparam" effect my stored/derived quantities like reaction forces/fluxes, perhaps due to lack of topological relationships?
Is there any extra information I could provide to COMSOL in addition to nodes+elements so that COMSOL can handle the mesh in a more efficient way?
Best regards,
Kodanda
Dear Mr. Ivar,
Thanks for the quick reply. Unfortunately, I have no option other than using an externally generated mesh. I am modelling a porous structure reconstructed from tomographic method. I use iso2mesh (a matlab wrapper script around CGAL 3D meshing libraries) to generate tetrahedral mesh, so that I have node and element list at the end. Then I use MATLAB API of COMSOL 4.0a such that mesh.data.setElem + mesh.data.setVertex and mesh.data.createMesh will export the mesh. I save the model in matlab as *.mph and reopen in COMSOL to solve.
For some geometries the mesh.createMesh has been successful and for some geometries it gives me the error "Faces cannot be parametrized" in MATLAB.
As you've mentioned, COMSOL 3.5a was never complaining about importing mesh in this fashion for all the 10-20 meshes I tried before (not the one that failed in 4.0a, though).
I found a property of mesh "faceparam" that is by default set to "on". So set it to "off" before running mesh.data.createMesh. The script got further without the error and I could open the *mph file in COMSOL. However, I am not sure what are the consequences when I do a stress-strain analysis.
Does disabling "faceparam" effect my stored/derived quantities like reaction forces/fluxes, perhaps due to lack of topological relationships?
Is there any extra information I could provide to COMSOL in addition to nodes+elements so that COMSOL can handle the mesh in a more efficient way?
Best regards,
Kodanda
Ivar KJELBERG
COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
26 nov. 2010, 08:47 UTC−5
Hi
you are asking me for internals of COMSOL that I do simply not know (I'm just a user as you, I'm not from COMSOL) so ask "support" they should be able to give you good replies
But I can suggest that you run 3.5a, import the STL mesh, save it as "analysed geometry", then try to generate a "comsol geometry", and then save that in mphbin files. Then you can import one or the other into v4.
In anycase, such issues, for me, should also be reported to support, so that the developpers can make V4 at least achive the nice features of 3.5a ;)
--
Good luck
Ivar
Hi
you are asking me for internals of COMSOL that I do simply not know (I'm just a user as you, I'm not from COMSOL) so ask "support" they should be able to give you good replies
But I can suggest that you run 3.5a, import the STL mesh, save it as "analysed geometry", then try to generate a "comsol geometry", and then save that in mphbin files. Then you can import one or the other into v4.
In anycase, such issues, for me, should also be reported to support, so that the developpers can make V4 at least achive the nice features of 3.5a ;)
--
Good luck
Ivar