From: eap Date: Tue, 15 Nov 2011 10:17:08 +0000 (+0000) Subject: Salome documentation revision by Yury Solomatin X-Git-Tag: V6_4_0rc1~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3e0c7928f63cd2d48e1014198f498a69abdc53e;p=modules%2Fsmesh.git Salome documentation revision by Yury Solomatin --- diff --git a/doc/salome/gui/SMESH/input/basic_meshing_algos.doc b/doc/salome/gui/SMESH/input/basic_meshing_algos.doc index 1047397b4..828561875 100644 --- a/doc/salome/gui/SMESH/input/basic_meshing_algos.doc +++ b/doc/salome/gui/SMESH/input/basic_meshing_algos.doc @@ -39,8 +39,8 @@ hexahedral (cubic) elements.
  • Tetrahedron (Netgen and GHS3D) meshing algorithms - Volumes are split into tetrahedral (pyramidal) elements.
  • \subpage cartesian_algo_page
  • -internal part of Volumes are split into hexahedral elements forming a -Cartesian grid; polyhedra and other types of elements are gerenated +internal parts of Volumes are split into hexahedral elements forming a +Cartesian grid; polyhedra and other types of elements are generated where the geometrical boundary intersects Cartesian cells. diff --git a/doc/salome/gui/SMESH/input/blsurf_hypo.doc b/doc/salome/gui/SMESH/input/blsurf_hypo.doc index c5cc5c8e2..2f39999da 100644 --- a/doc/salome/gui/SMESH/input/blsurf_hypo.doc +++ b/doc/salome/gui/SMESH/input/blsurf_hypo.doc @@ -96,8 +96,8 @@ not sewed faces.
  • "PreCAD" is an auxiliary CAD pre-processing module which has two main goals: This module requires a specific licence. @@ -105,15 +105,15 @@ not sewed faces. The following PreCAD options are the most significant and important ones:
  • @@ -208,29 +208,34 @@ files. Default is 1. The following PreCAD options are commonly usable. \n diff --git a/doc/salome/gui/SMESH/input/cartesian_algo.doc b/doc/salome/gui/SMESH/input/cartesian_algo.doc index d093a57c1..89b11e947 100644 --- a/doc/salome/gui/SMESH/input/cartesian_algo.doc +++ b/doc/salome/gui/SMESH/input/cartesian_algo.doc @@ -2,36 +2,36 @@ \page cartesian_algo_page Body Fitting 3D meshing algorithm -Body Fitting algorithm generates hexahedrones of a Cartesian grid in +Body Fitting algorithm generates hexahedrons of a Cartesian grid in the internal part of geometry and polyhedra and other types of -elements at intersection of Cartesian cells with the geometrical +elements at the intersection of Cartesian cells with the geometrical boundary. \image html cartesian3D_sphere.png "A shpere meshed by Body Fitting algorithm" -Algorithm of meshing is following. +The meshing algorithm is as follows.
    1. Lines of a Cartesian structured grid defined by \ref cartesian_hyp_anchor "Body Fitting Parameters" hypothesis are -intersected with the geometry boundary, thus nodes laying on the +intersected with the geometry boundary, thus nodes lying on the boundary are found. This step also allows finding out for each node of the Cartesian grid if it is inside or outside the geometry.
    2. -
    3. For each cell of the grid, check how many of it's nodes are outside +
    4. For each cell of the grid, check how many of its nodes are outside of the geometry boundary. Depending on a result of this check
        -
      • skip a cell, if all it's nodes are outside
      • +
      • skip a cell, if all its nodes are outside
      • skip a cell, if it is too small according to Size Threshold paremeter
      • add a hexahedron in the mesh, if all nodes are inside
      • -
      • add a polyhedron or a cell of other type in the mesh, if some -nodes are inside and some outside
      • +
      • add a polyhedron or another cell type in the mesh, if some +nodes are inside and some outside.
    -To apply this algorithm, when you define your mesh, select Body - Fitting in the list of 3D algorithms and click "Add - Hypothesis" button and "Body Fitting Parameters"" menu - item. Dialog of Body Fitting Parameters +To apply this algorithm when you define your mesh, select Body + Fitting in the list of 3D algorithms and click "Add + Hypothesis" button and "Body Fitting Parameters"" menu + item. Dialog of Body Fitting Parameters hypothesis will appear.
    @@ -40,28 +40,28 @@ To apply this algorithm, when you define your mesh, select Body \image html cartesian3D_hyp.png "Body Fitting Parameters hypothesis dialog" -This dialog lets you define +This dialog allows to define