Salome HOME
Remove "Quadrangle preference" and "Triangle preference" obsolete hypotheses
[modules/smesh.git] / doc / salome / gui / SMESH / input / additional_hypo.doc
index 9687bdf2d6f9a5ce1ccc478af9605632d53c219a..a3e4e6a3fee11eb903183b7888f0c7dfbc6a4b06 100644 (file)
@@ -28,8 +28,38 @@ hypothesis onto an opposite edge. If a local hypothesis and
 propagation are defined on an edge of a quadrangular face, the
 opposite edge will have the same hypothesis, unless another hypothesis
 has been locally defined on the opposite edge.
-
 <br><b>See Also</b> a sample TUI Script of a 
-\ref tui_propagation "Propagation hypothesis" operation.  
+\ref tui_propagation "Propagation hypothesis" operation
+
+\anchor viscous_layers_anchor
+<h2>Viscous Layers</h2>
+
+<b>Viscous Layers</b> additional hypotheses can be used together with
+several 3D algorithms: NETGEN 3D, GHS3D and Hexahedron(i,j,k). This
+hypothesis allows creation of layers of highly stretched prisms near
+mesh boundary, which is beneficial for high quality viscous
+computations. The prisms constructed on the quadrangular mesh faces are
+actually the hexahedrons.
+
+
+\image html viscous_layers_hyp.png
+
+<ul>
+<li><b>Name</b> - allows to define the name of the hypothesis.</li>
+<li><b>Total thicknes</b> - gives total thickness of layers of prisms.</li>
+<li><b>Number of layers</b> - defines number of layers of prisms.</li>
+<li><b>Stretch factor</b> - defines factor of growth of height of
+prisms from the mesh boundary towards inside of mesh.</li>
+<li><b>Faces without layers</b> - defines geometrical faces on which
+layers of prisms should not be constructed. By default the layers of
+prisms are not constructed on geometrical faces shared by solids.</li>
+</ul>
+
+\image html viscous_layers_mesh.png A group containing viscous layer prisms.
+
+<br><b>See also</b> a sample TUI script of a \ref tui_viscous_layers
+"Viscous layers construction".
+
 
-*/
\ No newline at end of file
+*/