All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)* {{PropertyData|Algorithm2D}}: The algorithm to create 2D meshes. The different algorithms are [https://gmsh.info/doc/texinfo/gmsh.html#Choosing-the-right-unstructured-algorithm explained here]. For Delaunay, see [https://en.wikipedia.org/wiki/Delaunay_triangulation Delaunay triangulation].
* {{PropertyData|Algorithm3D}}: The algorithm to create 3D meshes. The different algorithms are [https://gmsh.info/doc/texinfo/gmsh.html#Choosing-the-right-unstructured-algorithm explained here].
* {{PropertyData|Characteristic Length Max}}: The maximal size of the mesh elements. If set to ''0.0'', the size will be set automatically. This property can also be changed in the Gmsh dialog in the field '''Max element size'''.
* {{PropertyData|Characteristic Length Min}}: The minimal size of the mesh elements. If set to ''0.0'', the size will be set automatically. This property can also be changed in the Gmsh dialog in the field '''Min element size'''.
* {{PropertyData|Coherence Mesh}}:
** true (default); duplicate mesh nodes will be removed
** false
* {{PropertyData|Element Dimension}}: The dimension of the mesh elements. This property can also be changed in the Gmsh dialog in the field '''Mesh element dimension'''.
** From Shape (default); the dimension will be determined from the dimension of the object that is meshed
** 1D
** 2D
** 3D
* {{PropertyData|Element Order}}: The [https://www.comsol.de/support/knowledgebase/1270 mesh element order]. This property can also be changed in the Gmsh dialog in the field '''Mesh order'''. {{Version|0.20}}
** 1st
** 2nd (default)</br>'''Note:''' If you use the solver [[FEM_SolverElmer|Elmer]] you may get this error: ''ERROR:: GetEdgeBasis: Can't handle but linear elements, sorry.'' This means the solver equation cannot handle 2nd order meshes. Use either 1st order meshes then, or check the FreeCAD Wiki page for the solver equation for possible options to handle 2nd order meshes.
* {{PropertyData|Geometrical Tolerance}}: The geometrical tolerance for the mesh to match the object edges. The default ''0.0'' means that Gmsh's default of 1e-8 is used.
* {{PropertyData|Groups Of Nodes}}: All nodes and not only the elements will be saved for each physical mesh group. Physical groups are collections of mesh entities (points, curves, surfaces and volumes). They  and are identified by their dimension and by a tag. For example a mesh of the same object region is internally tagged the same. So all surfaces of this region will form one physical group.
* {{PropertyData|High Order Optimize}}: If and how meshes with {{PropertyData|Element Order}} = ''2nd'' are optimized. The optimization is done by a deformation of the element borders.</br>{{Version|0.20}} Gmsh supports different optimization algorithms. '''Elastic''' is an algorithm in which the mesh elements are treated as a collection of deformable viscoelastic solids. 1st order meshes cannot be optimized because their element borders are linear an cannot be deformed.
* {{PropertyData|Mesh Size From Curvature}} {{Version|0.20}}: The number of mesh elements per <math>2\pi</math> times the radius of the curvature. To get a finer mesh at small corners or holes, this value can be increased for better results
[[Image:FEM_Gmsh-MeshSizeFromCurvature.png|450px]]
{{Caption|Effect of  ''Mesh Size From Curvature'''; left: set to 12, right: deactivated}}
* {{PropertyData|Optimize Netgen}}: Whether the mesh will be optimized using  the 3D mesh generator [https://github.com/NGSolve/netgen Netgen] to improve the quality of tetrahedral elements. '''Note:''' since Netgen can only create tetrahedral elements, this option is ignored for meshes whose {{PropertyData|Element Dimension}} is not ''3D''.
* {{PropertyData|Recombination Algorithm}} {{Version|0.20}}: The algorithm used for {{PropertyData|Recombine 3D All}} and also for {{PropertyData|Recombine All}}. For more info, see section [[#Element_Recombination|Element Recombination]] and for technical details see the [https://www.gmsh.info/doc/texinfo/gmsh.html#t11 Gmsh documentation].
* {{PropertyData|Recombine 3D All}} {{Version|0.20}}: Applies a recombination 3D-algorithm to all volumes. Tetrahedra will be recombined into prisms, hexahedra or pyramids if possible. 
* {{PropertyData|Recombine All}}: Applies a recombination algorithm to all surfaces. Triangles will be recombined into quadrangles when possible. 
* {{PropertyData|Optimize Std}} Optimizes the mesh to improve the quality of tetrahedral elements.
* {{PropertyData|Second Order Linear}}: Option if second order nodes (if {{PropertyData|Element Order}} set to ''2nd'') and/or mesh refinement points are created by linear interpolation.
** true;  linear interpolation is used
** false (default); curvilinear interpolation is used
* {{PropertyData|Subdivision Algorithm}} {{Version|1.0}}: allows the creation of quadrilateral and hexahedral elements by subdivision
** None; doesn't use any subdivision algorithm
** All Quadrangles; creates quadrilateral elements by subdivision
** All Hexahedra; creates hexahedral elements by subdivision
** Barycentric; creates triangular elements by barycentric subdivision
 h français (fr)* {{PropertyData|Algorithm2D}} : algorithme permettant de créer des maillages 2D. Les différents algorithmes sont [https://gmsh.info/doc/texinfo/gmsh.html#Choosing-the-right-unstructured-algorithm expliqué ici]. Pour Delaunay, voir [https://fr.wikipedia.org/wiki/Triangulation_de_Delaunay triangulation de Delaunay].
* {{PropertyData|Algorithm3D}} : algorithme de création de maillages 3D. Les différents algorithmes sont [https://gmsh.info/doc/texinfo/gmsh.html#Choosing-the-right-unstructured-algorithm expliqué ici].
* {{PropertyData|Characteristic Length Max}} : taille maximale des éléments du maillage. Si elle est définie sur ''0.0'', la taille sera définie automatiquement. Cette propriété peut également être modifiée dans le dialogue Gmsh dans le champ '''Max element size'''.
* {{PropertyData|Characteristic Length Min}} : taille minimale des éléments du maillage. Si elle est définie à ''0.0'', la taille sera définie automatiquement. Cette propriété peut également être modifiée dans le dialogue Gmsh dans le champ '''Min element size'''.
* {{PropertyData|Coherence Mesh}} :
** true (par défaut) ; les noeuds de maillage dupliqués seront supprimés.
** false
* {{PropertyData|Element Dimension}} : dimension des éléments du maillage. Cette propriété peut également être modifiée dans le dialogue Gmsh dans le champ '''Mesh element dimension'''.
** From Shape (par défaut) ; la dimension sera déterminée à partir de la dimension de l'objet maillé.
** 1D
** 2D
** 3D
* {{PropertyData|Element Order}} : [https://www.comsol.de/support/knowledgebase/1270 ordre des éléments de maillage]. Cette propriété peut également être modifiée dans le dialogue Gmsh dans le champ '''Mesh order'''. {{Version/fr|0.20}}
** 1er
** 2ème (par défaut)</br>'''Remarque:''' si vous utilisez le solveur [[FEM_SolverElmer/fr|Elmer]], vous pouvez obtenir cette erreur : ''ERROR:: GetEdgeBasis: Can't handle but linear elements, sorry.''. Cela signifie que l'équation du solveur ne peut pas gérer les mailles de 2ème ordre. Utilisez alors des mailles de 1er ordre, ou consultez la page Wiki de FreeCAD sur l'équation du solveur pour connaître les options possibles pour gérer les mailles de 2ème ordre.
* {{PropertyData|Geometrical Tolerance}} : tolérance géométrique pour que le maillage corresponde aux bords de l'objet. La valeur par défaut ''0.0'' signifie que la valeur par défaut de 1e-8 de Gmsh est utilisée.
* {{PropertyData|Groups Of Nodes}} : tous les noeuds et pas seulement les éléments seront sauvegardés pour chaque groupe physique de maillage. Les groupes physiques sont des collections d'entités de maillage (points, courbes, surfaces et volumes). Ils sont identifiés par leur dimension et par un tag. Par exemple, un maillage de la même région de l'objet est étiqueté de la même façon en interne. Ainsi, toutes les surfaces de cette région formeront un seul groupe physique.
* {{PropertyData|High Order Optimize}} : si et comment les maillages de {{PropertyData|Element Order}} = ''2nd'' sont optimisés. L'optimisation se fait par une déformation des bordures des éléments.</br>{{Version/fr|0.20}}. Gmsh supporte différents algorithmes d'optimisation. '''Elastic''' est un algorithme dans lequel les éléments du maillage sont traités comme une collection de solides viscoélastiques déformables. Les maillages de 1er ordre ne peuvent pas être optimisés car les bords des éléments sont linéaires et ne peuvent pas être déformés.
* {{PropertyData|Mesh Size From Curvature}} {{Version/fr|0.20}} : nombre d'éléments de maillage par <math>2\pi</math> fois le rayon de la courbure. Pour obtenir un maillage plus fin au niveau des petits coins ou des trous, cette valeur peut être augmentée pour de meilleurs résultats
[[Image:FEM_Gmsh-MeshSizeFromCurvature.png|450px]]
{{Caption|Effet de ''Mesh Size From Curvature''; à gauche : réglé sur 12, à droite : désactivé}}.
* {{PropertyData|Optimize Netgen}} : si le maillage sera optimisé à l'aide du générateur de maillage 3D [https://github.com/NGSolve/netgen Netgen] pour améliorer la qualité des éléments tétraédriques. Remarque : comme Netgen ne peut créer que des éléments tétraédriques, cette option est ignorée pour les maillages dont la {{PropertyData|Element Dimension}} n'est pas ''3D''.
* {{PropertyData|Recombination Algorithm}} {{Version/fr|0.20}} : algorithme utilisé pour {{PropertyData|Recombine 3D All}} et également pour {{PropertyData|Recombine All}}. Pour plus d'informations, voir la section [[#Recombinaison_d.27.C3.A9l.C3.A9ments|Recombinaison d'éléments]] et pour les détails techniques, voir la [https://www.gmsh.info/doc/texinfo/gmsh.html#t11 documentation Gmsh].
* {{PropertyData|Recombine 3D All}} {{Version/fr|0.20}} : applique un algorithme de recombinaison 3D à tous les volumes. Les tétraèdres seront recombinés en prismes, hexaèdres ou pyramides si possible. 
* {{PropertyData|Recombine All}} : applique un algorithme de recombinaison à toutes les surfaces. Les triangles seront recombinés en quadrangles si possible. 
* {{PropertyData|Optimize Std}} : optimise le maillage pour améliorer la qualité des éléments tétraédriques.
* {{PropertyData|Second Order Linear}} : option si les noeuds de second ordre (si {{PropertyData|Element Order}} réglé sur ''2nd'') et/ou les points de raffinement du maillage sont créés par interpolation linéaire.
** true ; l'interpolation linéaire est utilisée.
** false (par défaut) ; l'interpolation curviligne est utilisée.
* {{PropertyData|Subdivision Algorithm}} {{Version/fr|1.0}} : permet la création d'éléments quadrilatéraux et hexaédriques par subdivision.
** None : n'utilise aucun algorithme de subdivision
** All Quadrangles : crée des éléments quadrilatéraux par subdivision
** All Hexahedra : crée des éléments hexaédriques par subdivision
** Barycentric : crée des éléments triangulaires par subdivision barycentrique
 h polski (pl)* {{PropertyData|Algorithm2D}}: Algorytm do tworzenia siatek 2D. Dostępne algorytmy są opisane [https://gmsh.info/doc/texinfo/gmsh.html#Choosing-the-right-unstructured-algorithm na stronie projektu GMSH]. Dla Delaunay zobacz stronę[https://pl.wikipedia.org/wiki/Triangulacja_Delone triangulacja Delone].
* {{PropertyData|Algorithm3D}}: Algorytm do tworzenia siatek 3D. Dostępne algorytmy są opisane [https://gmsh.info/doc/texinfo/gmsh.html#Choosing-the-right-unstructured-algorithm  na stronie projektu GMSH].
* {{PropertyData|Characteristic Length Max}}: Maksymalny rozmiar elementów. Jeśli ustawione jest ''0.0'' to rozmiar zostanie dobrany automatycznie.  Ta właściwość może być również zmieniona w oknie dialogowym narzędzia w polu '''Maksymalny rozmiar elementu'''.
* {{PropertyData|Characteristic Length Min}}: Minimalny rozmiar elementów. Jeśli ustawione jest {{Value|0.0}} to rozmiar zostanie dobrany automatycznie. Ta właściwość może być również zmieniona w oknie dialogowym narzędzia w polu '''Minimalny rozmiar elementu'''.
* {{PropertyData|Coherence Mesh}}:
** {{true/pl}} ''(domyślne)'' zduplikowane węzły siatki zostaną usunięte
** {{false/pl}}
* {{PropertyData|Element Dimension}}: Przestrzeń elementów siatki. Ta właściwość może być również zmieniona w oknie dialogowym narzędzia w polu '''Wymiar elementu'''.
** From Shape ''(domyślne)'' przestrzeń zostanie określona na podstawie przestrzeni obiektu, dla którego siatka jest generowana
** 1D
** 2D
** 3D
* {{PropertyData|Element Order}}: [https://www.comsol.de/support/knowledgebase/1270 Rząd elementów]. Ta właściwość może być również zmieniona w oknie dialogowym narzędzia w polu '''Kolejność elementów'''. {{Version/pl|0.20}}
** 1st
** 2nd ''(domyślne)''</br>'''Uwaga:''' Jeśli korzystasz z solvera [[FEM_SolverElmer/pl|Elmer]], możesz trafić na ten błąd: ''ERROR:: GetEdgeBasis: Can't handle but linear elements, sorry.'' To oznacza, że dane równanie ''(typ analizy)'' nie wspiera siatek drugiego rzędu. W takim wypadku użyj siatki pierwszego rzędu lub sprawdź stronę wiki danego równania żeby znaleźć ewentualne możliwości używania siatek drugiego rzędu.
* {{PropertyData|Geometrical Tolerance}}: Tolerancja geometryczna dla dopasowania siatki do krawędzi obiektu. Domyślne ustawienie ''0.0'' oznacza, że Gmsh skorzysta z wartości 1e-8.
* {{PropertyData|Groups Of Nodes}}: Wszystkie węzły a nie tylko elementy zostaną zapisane dla każdej fizycznej grupy siatki. Fizyczne grupy siatki to zbiory obiektów siatki ''(punktów, krawędzi, powierzchni i objętości)''. Są one identyfikowane za pomocą przestrzeni i indywidualnego oznaczenia. Przykładowo, siatka tego samego obszaru obiektu jest wewnętrznie oznaczana tak samo. Więc wszystkie powierzchnie tego obszaru będą tworzyły jedną grupę fizyczną.
* {{PropertyData|High Order Optimize}}: Czy i jak siatki z właściwością {{PropertyData|Element Order}} = ''2nd'' są optymalizowane. Optymalizacja odbywa się poprzez deformację krawędzi elementu.</br>{{Version/pl|0.20}} Gmsh wspiera różne algorytmy optymalizacji. '''Elastic''' to algorytm, w którym elementy siatki są traktowane jako kolekcja deformowalnych ciał lepkosprężystych. Siatki pierwszego rzędu nie mogą być optymalizowane, ponieważ ich krawędzie są liniowe i nie można ich deformować.
* {{PropertyData|Mesh Size From Curvature}} {{Version/pl|0.20}}: Liczba elementów siatki na <math>2\pi</math> razy promień krzywizny. Aby uzyskać gęstszą siatkę dla małych wierzchołków lub otworów, należ zwiększyć tą wartość dla lepszych wyników.
[[Image:FEM_Gmsh-MeshSizeFromCurvature.png|450px]]
{{Caption|Efekt właściwości  ''Mesh Size From Curvature'''. Po lewej: ustawionej na 12. Po prawej: dezaktywowanej.
}}
* {{PropertyData|Optimize Netgen}}: Czy siatka będzie optymalizowana przy pomocy generatora siatki 3D [https://github.com/NGSolve/netgen Netgen] aby poprawić jakość elementów czworościennych. '''Uwaga:''' ponieważ Netgen może tworzyć tylko elementy czworościenne, ta opcja jest ignorowana dla siatek, których właściwość {{PropertyData|Element Dimension}} nie jest ustawiona na ''3D''.
* {{PropertyData|Recombination Algorithm}} {{Version/pl|0.20}}: Algorytm używany przez {{PropertyData|Recombine 3D All}} i przez {{PropertyData|Recombine All}}. Więcej informacji można znaleźć w sekcji [[#Rekombinacja_elementów|Rekombinacja elementów]] a szczegóły technicznej znajdują się w [https://www.gmsh.info/doc/texinfo/gmsh.html#t11 dokumentacji Gmsh].
* {{PropertyData|Recombine 3D All}} {{Version/pl|0.20}}: Stosuje algorytm rekombinacji 3D dla wszystkich objętości. Czworościany będą przekształcone w pięciościany, prostopadłościany lub piramidki gdzie będzie to możliwe. 
* {{PropertyData|Recombine All}}: Stosuje algorytm rekombinacji dla wszystkich powierzchni. Trójkąty będą przekształcone w czworokąty gdzie będzie to możliwe a recombination algorithm to all surfaces. 
* {{PropertyData|Optimize Std}} Optymalizuje siatkę aby zwiększyć jakość elementów czworościennych.
* {{PropertyData|Second Order Linear}}: Czy węzły elementów drugiego rzędu ''(jeśli wlaściwość {{PropertyData|Element Order}} jest ustawiona '''2nd''')'' i / lub punkty zagęszczania siatki są tworzone przez interpolację liniową.
** {{true/pl}} używana jest interpolacja liniowa.
** {{false/pl}} ''(domyślne)'' używana jest interpolacja krzywoliniowa.
* {{PropertyData|Algorytm podziału}}. {{Version/pl|1.0}}: umożliwia tworzenie elementów czworościennych i sześciościennych przez podział.
** Brak: nie używa żadnego algorytmu podziału.
** Wszystkie czworokąty: tworzy elementy czworokątne poprzez podział.
** Wszystkie heksaedry: tworzy elementy heksaedralne poprzez podział.
** Barocentryczny: tworzy elementy trójkątne poprzez podział barycentryczny.