Recover deformed mesh
- Boloni
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 38
- Thank you received: 0
16 years 2 months ago #2638
by Boloni
Recover deformed mesh was created by Boloni
Hello again,
is it possible to recover the mesh in a deformed position, after a structural problem ?
is it possible to recover the mesh in a deformed position, after a structural problem ?
- johannes ackva
- Offline
- Premium Member
-
Less
More
- Posts: 157
- Thank you received: 1
16 years 2 months ago #2639
by johannes ackva
Replied by johannes ackva on topic Re:Recover deformed mesh
Yes. After calculated a resultat (concept RESULTAT) containing displacements You must extract the champ of displecements by:
CREA_CHAMP(OPERATION='EXTR',RESULTAT= resu ,NOM_CHAM ='DEPL'
Then You create a new mesh (new concept MAILLAGE) by
MODI_MAILLAGE ( DEFORME= _F ( DEPL= name-of-champ ....
Then You must print the mesh using
IMPR_RESU
in any format ('MED' or other)
good luck
mit freundlichen Grüßen,
Johannes Ackva
______________________________________________________________________
Ingenieurbüro für Mechanik Tel 0049 (0)9832 708152
Dr.-Ing. Johannes Ackva
Markgrafenstr. 21
D 91717 Wassertrüdingen
www.code-aster.de
CREA_CHAMP(OPERATION='EXTR',RESULTAT= resu ,NOM_CHAM ='DEPL'
Then You create a new mesh (new concept MAILLAGE) by
MODI_MAILLAGE ( DEFORME= _F ( DEPL= name-of-champ ....
Then You must print the mesh using
IMPR_RESU
in any format ('MED' or other)
good luck
mit freundlichen Grüßen,
Johannes Ackva
______________________________________________________________________
Ingenieurbüro für Mechanik Tel 0049 (0)9832 708152
Dr.-Ing. Johannes Ackva
Markgrafenstr. 21
D 91717 Wassertrüdingen
www.code-aster.de
- Alessandro
- Offline
- Premium Member
-
Less
More
- Posts: 108
- Thank you received: 0
16 years 2 months ago #2640
by Alessandro
Replied by Alessandro on topic Re:Recover deformed mesh
This is interesting.
but after this has been done, is it possible to export the mesh in STL format and import it in a normal cad application?<br /><br />Post edited by: Alessandro, at: 2009/02/20 16:58
but after this has been done, is it possible to export the mesh in STL format and import it in a normal cad application?<br /><br />Post edited by: Alessandro, at: 2009/02/20 16:58
- Boloni
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 38
- Thank you received: 0
16 years 2 months ago #2650
by Boloni
Replied by Boloni on topic Re:Recover deformed mesh
Vielen dank Herr Ackva,
you made my day happy.
you made my day happy.
- johannes ackva
- Offline
- Premium Member
-
Less
More
- Posts: 157
- Thank you received: 1
16 years 2 months ago #2653
by johannes ackva
Replied by johannes ackva on topic Re:Recover deformed mesh
"you made my day happy."
This was not my intention, but it is nice. J.
This was not my intention, but it is nice. J.
- Boloni
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 38
- Thank you received: 0
16 years 1 month ago #2695
by Boloni
Replied by Boloni on topic Re:Recover deformed mesh
I'm coming back on the topic to ask if it is possible to write the deformed mesh in a new .med file.
For now the mesh is written in the same result file, where there exists already the initial mesh and the results.
Would it be possible to write only the deformed mesh in a new .med file ?
For now the mesh is written in the same result file, where there exists already the initial mesh and the results.
Would it be possible to write only the deformed mesh in a new .med file ?
Moderators: catux
Time to create page: 0.173 seconds