From: eap Date: Fri, 11 Mar 2011 14:17:23 +0000 (+0000) Subject: 0021197: EDF 1772 SMESH: Automatic meshing hypothesis X-Git-Tag: StartingPortingMED3~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e2a012b355adce576e423e28973291944baff751;p=modules%2Fsmesh.git 0021197: EDF 1772 SMESH: Automatic meshing hypothesis --- diff --git a/doc/salome/gui/SMESH/images/hypo_sets.png b/doc/salome/gui/SMESH/images/hypo_sets.png new file mode 100644 index 000000000..2a9859d23 Binary files /dev/null and b/doc/salome/gui/SMESH/images/hypo_sets.png differ diff --git a/doc/salome/gui/SMESH/input/constructing_meshes.doc b/doc/salome/gui/SMESH/input/constructing_meshes.doc index ace081140..6ceaba3ac 100644 --- a/doc/salome/gui/SMESH/input/constructing_meshes.doc +++ b/doc/salome/gui/SMESH/input/constructing_meshes.doc @@ -25,7 +25,8 @@ The following dialog box will appear:
  • For example, you need to mesh a 3d object. \n First, type the name for your mesh in the "Name" box, by default, it is "Mesh_1". Then select the object you wish to mesh in the Object -Browser and click the "Add" button. +Browser and click the "Add" button (if name of the object not yet +appeared in \b Geometry field). \image html image120.png
    "Add" button
    @@ -33,7 +34,8 @@ Browser and click the "Add" button. Now you can define 1d Algorithm and 1d Hypotheses, which will be applied to the edges of your object. (Note that any object has edges, even if their existence is not apparent, for example, a sphere has 4 -edges). Click the "Add Hypothesis" button to add a hypothesis. +edges). Click the "Add Hypothesis" button to add a +hypothesis. \image html image121.png
    "Add Hypothesis" button
    @@ -49,8 +51,10 @@ The use of additional hypotheses is optional (i.e. you may leave Proceed in the same way with 2d and 3d Algorithms and Hypotheses, note that the choice of hypotheses depends on the algorithm. There must be -one Algorithm and one or several Hypotheses for each dimension of your -object, otherwise you will not get any mesh at all. Of course, if you +one Algorithm and zero or several Hypotheses for each dimension of your +object (most of the standard 2D and 3D algorithms can work without +hypotheses using some default parameters), +otherwise you will not get any mesh at all. Of course, if you wish to mesh a face, which is a 2d object, you don't need to define 3d Algorithm and Hypotheses. \n In the Object Browser the structure of the new mesh will be @@ -66,13 +70,20 @@ hypotheses applied to the construction of the mesh;
  • Applied algorithms folder containing the references to the algorithms applied to the construction of the mesh.
  • - +
    There is an alternative way to create a mesh on an object simply by -clicking Assign a set of hypotheses button and selecting between -Automatic Tetrahedralization or Hexahedralization. The program will -automatically generate a 3D mesh with the most appropriate -settings. In the same way you can apply this functionality for meshing -2D objects, in which case 3D algorithms are not applied. +clicking Assign a set of hypotheses button and selecting among +pre-defined sets of hypotheses. In addition to the standard +sets of hypotheses, one can create his own sets by creating +CustomMeshers.xml file located in the home directory. CustomMeshers.xml +file must describe sets of hypotheses the +same way as ${SMESH_ROOT_DIR}/share/salome/resources/smesh/StdMeshers.xml +file does (hypotheses sets are enclosed between +tags). +\image html hypo_sets.png +
    List of sets of hypotheses: [custom] is automatically added to the sets defined +by the user
    + \anchor preview_mesh_anchor