Explanation on the advanced examples
- wwiki
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 0
15 years 3 months ago #3789
by wwiki
Explanation on the advanced examples was created by wwiki
I study
- www.caelinux.com/downloads/examples/assembly.tar.gz
- www.caelinux.com/downloads/examples/contact.tar.gz
And I don't understand 2 comments in .comm files.
#Linear to Quadratic mesh conversion
#
#As Salome is only generating first order Finite Elements, we use the following command to create a new mesh with quadratic elements. All the groups are kept in the operation .
#Quad to Lin conversion of the results
#
#As Salome can only read data for first order elements, we need to project the accurate solution obtained by second order elements on the initial first order mesh.
Where can I find informations about them ?
By advance thank you
- www.caelinux.com/downloads/examples/assembly.tar.gz
- www.caelinux.com/downloads/examples/contact.tar.gz
And I don't understand 2 comments in .comm files.
#Linear to Quadratic mesh conversion
#
#As Salome is only generating first order Finite Elements, we use the following command to create a new mesh with quadratic elements. All the groups are kept in the operation .
#Quad to Lin conversion of the results
#
#As Salome can only read data for first order elements, we need to project the accurate solution obtained by second order elements on the initial first order mesh.
Where can I find informations about them ?
By advance thank you
- Claus
-
- Offline
- Moderator
-
Less
More
- Posts: 670
- Thank you received: 34
15 years 3 months ago #3790
by Claus
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Replied by Claus on topic Re:Explanation on the advanced examples
What command does, is to take your, lets call it low definition mesh, and convert it to a high definition mesh - and in the end, it takes the results from the high def. mesh and projects it onto the low def. mesh.
Today Salomé has no problem reading/writing and creating high def. (quadratic or 2nd order) mesh, but it is useful to let Aster convert back and forth to save RAM-usage in Salomé
A linear mesh has two nodes connected with an element.
A quadratic mesh has two nodes and an intermediate node on the element connecting to two nodes:
Lin: *
*
Qua: *---*---*
See the importance of using the right type of mesh here (scroll down):
www.caelinux.org/wiki/index.php/Contrib:KeesWouters/staticshell <br /><br />Post edited by: Claus, at: 2010/01/26 16:52
Today Salomé has no problem reading/writing and creating high def. (quadratic or 2nd order) mesh, but it is useful to let Aster convert back and forth to save RAM-usage in Salomé
A linear mesh has two nodes connected with an element.
A quadratic mesh has two nodes and an intermediate node on the element connecting to two nodes:
Lin: *
*
Qua: *---*---*
See the importance of using the right type of mesh here (scroll down):
www.caelinux.org/wiki/index.php/Contrib:KeesWouters/staticshell <br /><br />Post edited by: Claus, at: 2010/01/26 16:52
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
- Joël Cugnoni
-
- Offline
- Moderator
-
15 years 3 months ago #3792
by Joël Cugnoni
Joël Cugnoni - a.k.a admin
www.caelinux.com
Replied by Joël Cugnoni on topic Re:Explanation on the advanced examples
@wwiki
as these two examples are quite old now (CAELinux Beta 3, 2006 if I remember well); these comments on limitations of Salome do not apply today: Salome can generate quadratic meshes directly (comment 1) and can post-process results on quadratic mesh too (comment 2).
But the 2 commands to convert the mesh from linear to quadratic (or opposite, CREA_MAILLAGE) or to project the resulting fields are still valid today as they can be usefull as mentionned by Claus.
as these two examples are quite old now (CAELinux Beta 3, 2006 if I remember well); these comments on limitations of Salome do not apply today: Salome can generate quadratic meshes directly (comment 1) and can post-process results on quadratic mesh too (comment 2).
But the 2 commands to convert the mesh from linear to quadratic (or opposite, CREA_MAILLAGE) or to project the resulting fields are still valid today as they can be usefull as mentionned by Claus.
Joël Cugnoni - a.k.a admin
www.caelinux.com
- wwiki
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 0
15 years 3 months ago #3793
by wwiki
Replied by wwiki on topic Re:Explanation on the advanced examples
Thank you for comments.
Your explanations are really very interesting and answered my interrogations very well.<br /><br />Post edited by: wwiki, at: 2010/01/27 23:06
Your explanations are really very interesting and answered my interrogations very well.<br /><br />Post edited by: wwiki, at: 2010/01/27 23:06
Moderators: catux
Time to create page: 0.126 seconds