TRUST 1.9.8
HPC thermohydraulic platform
Loading...
Searching...
No Matches
Keywords derived from triangulate

triangulate

Synonyms: trianguler

Inherits from: interprete

To achieve a triangular mesh from a mesh comprising rectangles (2 triangles per rectangle). Should be used in VEF discretization. Principle:

trianguler

Parameters:

  • domain_name (type: string) Name of domain.

trianguler_fin

Inherits from: triangulate

Trianguler_fin is the recommended option to triangulate rectangles.

As an extension (subdivision) of Triangulate_h option, this one cut each initial rectangle in 8 triangles (against 4, previously). This cutting ensures :

  • a correct cutting in the corners (in respect to pressure discretization PreP1B).
  • a better isotropy of elements than with Trianguler_h option.
  • a better alignment of summits (this could have a benefit effect on calculation near walls since first elements in contact with it are all contained in the same constant thickness, and, by this way, a 2D cartesian grid based on summits can be engendered and used to realize statistical analysis in plane channel configuration for instance). Principle:

triangulerfin

Parameters:

  • domain_name (type: string) Name of domain.

trianguler_h

Inherits from: triangulate

To achieve a triangular mesh from a mesh comprising rectangles (4 triangles per rectangle). Should be used in VEF discretization. Principle:

triangulerh

Parameters:

  • domain_name (type: string) Name of domain.