]> SALOME platform Git repositories - modules/smesh.git/blob - doc/salome/gui/SMESH/input/aspect_ratio.doc
Salome HOME
9888d3423e533f5640ee7ac42bad2435a4325720
[modules/smesh.git] / doc / salome / gui / SMESH / input / aspect_ratio.doc
1 /*!
2
3 \page aspect_ratio_page Aspect Ratio
4
5 \n The <b>Aspect Ratio</b> quality criterion for mesh elements reveals
6 the degree of conformity of a mesh element to the regular element of
7 its type (with all edges having the same length).  The criterion can
8 be defined as:
9
10 \image html formula3.png
11
12 - The <b>Aspect Ratio</b> of a \b triangle 2D element consisting of 3
13 nodes is calculated by the formula:
14
15 \image html formula4.png
16
17 - The <b>Aspect Ratio</b> of a \b quadrangle 2D element consisting of
18  4 nodes is the worst (i.e. the greatest) value from all triangles
19  which can be built taking three nodes of the quadrangle. There are
20  four triangles to consider:
21
22 \image html image138.gif
23
24 <em>To apply the Aspect Ratio quality criterion to your mesh:</em>
25 <ol>
26 <li>Display your mesh in the viewer.</li>
27
28 <li>Choose <b>Controls > Aspect Ratio</b> or click <em>"Aspect
29 Ratio"</em> button in the toolbar.
30
31 \image html image37.gif
32 <center><em>"Aspect Ratio" button</em></center>
33
34 Your mesh will be displayed in the viewer with its elements colored
35 according to the applied mesh quality control criterion:
36
37 \image html image94.jpg
38 </li>
39 </ol>
40
41 <br><b>See Also</b> a sample TUI Script of an 
42 \ref tui_aspect_ratio "Aspect Ratio quality control" operation.
43
44 */
45