Delaundo Analysis Interface Module (AIM)
Delaundo Analysis Interface Module (AIM)
Loading...
Searching...
No Matches
Mesh Sizing

NOTE: Available mesh sizing parameters differ between mesh generators.

Structure for the mesh sizing tuple = ("CAPS Mesh Name", "Value"). "CAPS Mesh Name" defines the capsMesh on which the sizing information should be applied. The "Value" can either be a JSON String dictionary (see Section JSON String Dictionary) or a single string keyword string (see Section Single Value String)

JSON String Dictionary

If "Value" is a JSON string dictionary (e.g. "Value" = {"edgeDistribution": "Even", "numEdgePoints": 100}) the following keywords ( = default values) may be used:

  • edgeDistribution = "Even"
    Edge Distribution types. Options: Even (even distribution), Tanh (hyperbolic tangent distribution).
  • numEdgePoints = 2
    Number of points along an edge including end points. Must be at least 2.
  • initialNodeSpacing = [0.0, 0.0]
    Initial (scaled) node spacing along an edge. [first node, last node] consistent with the orientation of the edge.
  • boundaryLayerThickness = 0.0
    Desired boundary layer thickness on an edge (2D meshing)
  • boundaryLayerSpacing = 0.0
    Initial spacing for boundary layer mesh growth on an edge (2D meshing).

Single Value String

If "Value" is a single string, the following options maybe used:

  • (NONE Currently)