2008-03-07 12:47:05 +05:00
|
|
|
/*!
|
|
|
|
|
|
|
|
\page additional_hypo_page Additional Hypotheses
|
|
|
|
|
|
|
|
\n <b>Additional Hypotheses</b> can be applied as a supplement to the
|
|
|
|
main hypotheses, introducing additional concepts to mesh creation.
|
|
|
|
|
|
|
|
To define an <b>Additional Hypothesis</b> simply select it in
|
|
|
|
<b>Create Mesh</b> menu. These hypotheses are actually changes in the
|
|
|
|
rules of mesh creation and as such don't possess adjustable values.
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
\anchor non_conform_allowed_anchor
|
2008-03-07 12:47:05 +05:00
|
|
|
<h2>Non Conform mesh allowed hypothesis</h2>
|
|
|
|
|
|
|
|
<b>Non Conform mesh allowed</b> hypothesis allows to generate non-conform
|
|
|
|
meshes (that is, meshes having some edges ending on an edge or face of
|
|
|
|
adjacent elements).
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
\anchor quadratic_mesh_anchor
|
2008-03-07 12:47:05 +05:00
|
|
|
<h2>Quadratic Mesh</h2>
|
|
|
|
|
|
|
|
Quadratic Mesh hypothesis allows to build a quadratic mesh (whose
|
2012-12-13 17:41:29 +06:00
|
|
|
edges are not straight but curved lines and can be defined by three
|
|
|
|
points: first, middle and last instead of an ordinary two).
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2013-03-06 19:57:01 +06:00
|
|
|
See \ref adding_quadratic_elements_page
|
|
|
|
for more information about quadratic meshes.
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
\anchor propagation_anchor
|
2008-03-07 12:47:05 +05:00
|
|
|
<h2>Propagation of 1D Hypothesis on opposite edges</h2>
|
|
|
|
|
|
|
|
<b>Propagation of 1D Hypothesis on opposite edges</b> allows to propagate a
|
|
|
|
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.
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2008-03-07 12:47:05 +05:00
|
|
|
<br><b>See Also</b> a sample TUI Script of a
|
2012-08-09 16:03:55 +06:00
|
|
|
\ref tui_propagation "Propagation hypothesis" operation
|
|
|
|
|
2014-01-15 15:41:17 +06:00
|
|
|
\anchor propagofdistribution_anchor
|
|
|
|
<h2>Propagation of Node Distribution on Opposite Edges</h2>
|
|
|
|
|
|
|
|
<b>Propagation of Node Distribution on Opposite Edges</b> allows to propagate
|
|
|
|
distribution of nodes 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 number of nodes and the same
|
|
|
|
relations between segment lengths, 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
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
\anchor quadrangle_preference_anchor
|
|
|
|
<h2>Quadrangle Preference</h2>
|
|
|
|
|
|
|
|
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
|
2012-12-13 17:41:29 +06:00
|
|
|
<h2>Viscous Layers and Viscous Layers 2D</h2>
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<b>Viscous Layers</b> and <b>Viscous Layers 2D </b> additional
|
2013-05-30 20:17:56 +06:00
|
|
|
hypotheses can be used together with either some 3D algorithms, for example
|
|
|
|
Hexahedron(i,j,k), or 2D algorithms, for example Triangle
|
2012-12-13 17:41:29 +06:00
|
|
|
(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.
|
2012-08-09 16:03:55 +06:00
|
|
|
|
|
|
|
\image html viscous_layers_hyp.png
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><b>Name</b> - allows to define the name of the hypothesis.</li>
|
2012-12-13 17:41:29 +06:00
|
|
|
<li><b>Total thickness</b> - gives the total thickness of element layers.</li>
|
|
|
|
<li><b>Number of layers</b> - defines the number of element layers.</li>
|
|
|
|
<li><b>Stretch factor</b> - defines the growth factor of element height
|
2013-05-30 20:17:56 +06:00
|
|
|
from the mesh boundary inwards.</li>
|
2014-01-15 15:41:17 +06:00
|
|
|
<li><b>Specified Faces/Edges are</b> - defines how the shapes specified by
|
2013-05-30 20:17:56 +06:00
|
|
|
the next parameter are used.
|
2014-01-15 15:41:17 +06:00
|
|
|
<li><b> Faces/Edges with/without layers</b> -
|
|
|
|
defines geometrical faces or edges on which element layers
|
|
|
|
either should be or should not be constructed, depending on the
|
|
|
|
value of the previous parameter (<b>Specified Faces/Edges are</b>).
|
|
|
|
Faces (or edges) can be selected either in the Object Browser or in
|
|
|
|
the VTK Viewer.
|
2012-12-13 17:41:29 +06:00
|
|
|
\note A mesh shown in the 3D Viewer can prevent selection of faces
|
2013-05-30 20:17:56 +06:00
|
|
|
and edges, just hide the mesh to avoid this. To avoid a long wait when a
|
2012-12-13 17:41:29 +06:00
|
|
|
geometry with many faces (or edges) is displayed, the number of faces
|
|
|
|
(edges) shown at a time is limited by the value of "Sub-shapes
|
2013-06-04 20:56:41 +06:00
|
|
|
preview chunk size" preference (in Preferences/Mesh/General tab).<br>
|
|
|
|
|
2014-01-15 15:41:17 +06:00
|
|
|
If faces/edges without layers are specified, the element layers are
|
|
|
|
not constructed on geometrical faces shared by several solids in 3D
|
|
|
|
case and edges shared by several faces in 2D case. In other words,
|
|
|
|
in this mode the element layers can be constructed on boundary faces
|
|
|
|
and edges only, and are not constructed on internal faces and
|
|
|
|
edges. There is an exception to this rule: if a hypothesis is
|
|
|
|
assigned to a sub-mesh, the element layers can be constructed on
|
|
|
|
boundary faces/edges of the shape of this sub-mesh, at same time
|
|
|
|
possibly being internal faces/edges within the whole model.
|
2013-06-04 20:56:41 +06:00
|
|
|
\image html viscous_layers_on_submesh.png 2D viscous layers constructed on boundary edges of a sub-mesh on a disk face.
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
</li>
|
2012-08-09 16:03:55 +06:00
|
|
|
</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".
|
|
|
|
|
|
|
|
*/
|