smesh/doc/salome/gui/SMESH/input/about_hypo.doc

67 lines
2.7 KiB
Plaintext
Raw Normal View History

/*!
\page about_hypo_page About Hypotheses
2013-02-12 20:37:44 +06:00
\b Hypotheses represent boundary conditions which will be taken into
account by meshing algorithms.
The hypotheses allow you to manage the level of detail of
the resulting mesh: when applying different hypotheses
2013-05-29 19:36:40 +06:00
with different parameters you can preset the quantity or size of
elements which will compose your mesh. So, it will be possible to
generate a coarse or a more refined mesh.
The choice of a hypothesis depends on the selected algorithm.
Hypotheses are created during creation and edition of
\ref constructing_meshes_page "meshes" and
2015-05-25 14:40:41 +05:00
\ref constructing_submeshes_page "sub-meshes".
Once created a hypotheses can be reused during creation and edition of
other meshes and sub-meshes. All created hypotheses and algorithms are
present in the Object Browser in \a Hypotheses and \a Algorithms
folders correspondingly. It is possible to open a dialog to modify the
parameters of a hypothesis from its context menu. This menu also
provides \b Unassign command that will unassign the hypothesis from
all meshes and sub-meshes using it. Modification of any parameter of a
hypothesis and its unassignment leads to automatic removal of elements
generated using it.
2013-05-29 19:36:40 +06:00
In \b MESH there are the following Basic Hypotheses:
<ul>
2009-02-17 10:27:49 +05:00
<li>\subpage a1d_meshing_hypo_page "1D Hypotheses" (for meshing of
<b>edges</b>):</li>
<ul>
<li>\ref number_of_segments_anchor "Number of segments"</li>
2012-08-09 16:03:55 +06:00
<li>\ref average_length_anchor "Local Length"</li>
2009-02-17 10:27:49 +05:00
<li>\ref max_length_anchor "Max Size"</li>
<li>\ref adaptive_1d_anchor "Adaptive"</li>
<li>\ref arithmetic_1d_anchor "Arithmetic 1D"</li>
<li>\ref geometric_1d_anchor "Geometric Progression"</li>
<li>\ref start_and_end_length_anchor "Start and end length"</li>
<li>\ref deflection_1d_anchor "Deflection 1D"</li>
<li>\ref automatic_length_anchor "Automatic Length"</li>
<li>\ref fixed_points_1d_anchor "Fixed points 1D"</li>
</ul>
2009-02-17 10:27:49 +05:00
<li>\subpage a2d_meshing_hypo_page "2D Hypotheses" (for meshing of <b>faces</b>):</li>
<ul>
<li>\ref max_element_area_anchor "Max Element Area"</li>
<li>\ref length_from_edges_anchor "Length from Edges"</li>
2012-08-09 16:03:55 +06:00
<li>\ref hypo_quad_params_anchor "Quadrangle Parameters"</li>
</ul>
<li>3D Hypothesis (for meshing of <b>volumes</b>):</li>
<ul>
2009-02-17 10:27:49 +05:00
<li>\subpage max_element_volume_hypo_page "Max Element Volume"</li>
</ul>
</ul>
There also exist
\subpage additional_hypo_page "Additional Hypotheses":
<ul>
2012-08-09 16:03:55 +06:00
<li>\ref propagation_anchor "Propagation of 1D Hypothesis on opposite edges"</li>
2014-01-15 15:41:17 +06:00
<li>\ref propagofdistribution_anchor "Propagation of Node Distribution on Opposite Edges"</li>
2012-08-09 16:03:55 +06:00
<li>\ref viscous_layers_anchor "Viscous layers"</li>
<li>\ref quadratic_mesh_anchor "Quadratic mesh"</li>
<li>\ref quadrangle_preference_anchor "Quadrangle preference"</li>
</ul>
2009-02-17 10:27:49 +05:00
*/