X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fadditional_hypo.doc;h=98353ed256b0b828aafdd12da6d22ae1a296f01a;hp=9687bdf2d6f9a5ce1ccc478af9605632d53c219a;hb=373c03904b8e3fc5490ff4e17716f0cdcb39c03c;hpb=79b1ac2b6df9117f16f11d444b1f165d477a1813 diff --git a/doc/salome/gui/SMESH/input/additional_hypo.doc b/doc/salome/gui/SMESH/input/additional_hypo.doc index 9687bdf2d..98353ed25 100644 --- a/doc/salome/gui/SMESH/input/additional_hypo.doc +++ b/doc/salome/gui/SMESH/input/additional_hypo.doc @@ -9,18 +9,24 @@ To define an Additional Hypothesis simply select it in Create Mesh menu. These hypotheses are actually changes in the rules of mesh creation and as such don't possess adjustable values. +\anchor non_conform_allowed_anchor

Non Conform mesh allowed hypothesis

Non Conform mesh allowed hypothesis allows to generate non-conform meshes (that is, meshes having some edges ending on an edge or face of adjacent elements). +\anchor quadratic_mesh_anchor

Quadratic Mesh

Quadratic Mesh hypothesis allows to build a quadratic mesh (whose -edges are not straight but broken lines and can be defined by three -points: first, middle and last) instead of an ordinary one. +edges are not straight but curved lines and can be defined by three +points: first, middle and last instead of an ordinary two). +See \ref adding_quadratic_elements_page +for more information about quadratic meshes. + +\anchor propagation_anchor

Propagation of 1D Hypothesis on opposite edges

Propagation of 1D Hypothesis on opposite edges allows to propagate a @@ -28,8 +34,56 @@ 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. - +
See Also a sample TUI Script of a -\ref tui_propagation "Propagation hypothesis" operation. +\ref tui_propagation "Propagation hypothesis" operation + +\anchor quadrangle_preference_anchor +

Quadrangle Preference

+ +This additional hypothesis can be used together with 2D triangulation algorithms. +It allows 2D triangulation algorithms to build quadrangular meshes. + +When used with "Quadrangle (Mapping)" meshing algorithm, that is obsolete + since introducing \ref hypo_quad_params_anchor "Quadrangle parameters" +hypothesis, this hypothesis has one restriction on its work: the total quantity of +segments on all four sides of the face must be even (divisible by 2). + +\anchor viscous_layers_anchor +

Viscous Layers and Viscous Layers 2D

+ +Viscous Layers and Viscous Layers 2D additional +hypotheses can be used together with some 3D algorithms, for example, +Hexahedron(i,j,k) or 2D algorithms, for example, Triangle +(MEFISTO), correspondingly. These hypotheses allow creation of layers +of highly stretched elements, prisms in 3D and quadrilaterals in 2D, +near mesh boundary, which is beneficial for high quality viscous +computations. + +\image html viscous_layers_hyp.png + + + +\image html viscous_layers_mesh.png A group containing viscous layer prisms. + +
See also a sample TUI script of a \ref tui_viscous_layers +"Viscous layers construction". + -*/ \ No newline at end of file +*/