SMS:Mesh Quality: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
[[Image:Mesh Quality.jpg|thumb|275 px|Mesh Module ''Element Quality Checks'' dialog]]
Several rules of mesh element construction, if adhered to, will help in creation of a well-behaved finite element network.  Violations of the following mesh quality checks should be avoided.  Violations of these mesh quality checks can be displayed in SMS (see [[SMS:Mesh_Display_Options|Mesh Display Options]]):
Several rules of mesh element construction, if adhered to, will help in creation of a well-behaved finite element network.  Violations of the following mesh quality checks should be avoided.  Violations of these mesh quality checks can be displayed in SMS (see [[SMS:Mesh_Display_Options|Mesh Display Options]]):
* '''Minimum / Maximum interior angle''' – For triangular elements, if the angle is between 10 and 150 degrees, computation problems will usually be avoided.  Care must also be taken when curved edges are defined (non-linear midside nodes) to prevent overlap of element sides.
* '''Minimum / Maximum interior angle''' – For triangular elements, if the angle is between 10 and 150 degrees, computation problems will usually be avoided.  Care must also be taken when curved edges are defined (non-linear midside nodes) to prevent overlap of element sides.

Revision as of 20:32, 7 May 2013

File:Mesh Quality.jpg
Mesh Module Element Quality Checks dialog

Several rules of mesh element construction, if adhered to, will help in creation of a well-behaved finite element network. Violations of the following mesh quality checks should be avoided. Violations of these mesh quality checks can be displayed in SMS (see Mesh Display Options):

  • Minimum / Maximum interior angle – For triangular elements, if the angle is between 10 and 150 degrees, computation problems will usually be avoided. Care must also be taken when curved edges are defined (non-linear midside nodes) to prevent overlap of element sides.
  • Concave quadrilaterals – For quadrilateral elements, if the angle is between 30 and 150 degrees, computation problems will usually be avoided. Care must also be taken when curved edges are defined (non-linear midside nodes) to prevent overlap of element sides.
  • Maximum slope – Rapid changes in slope can cause computational instabilities.
  • Element area change – Nodes need to be more plentiful and elements smaller in areas where the solution variables (u,v, and h) change rapidly. Such areas may be located near channel or floodplain constrictions, in channel bends, or at sudden changes in bed slope. The network should be dense in the critical areas of interest. The density of a network can vary through the solution domain. Areas that are of little interest and have stable flow characteristics should not be as dense as critical areas. The size of elements needs to change gradually when moving from an area described by small elements to an area modeled with large elements, or vice versa. A rule of thumb is to keep the areas of neighboring elements within a factor of two, meaning an element is twice as big or half as big as its adjacent elements.
  • Connecting elements – Avoid creating "pinwheels" by limiting the number of elements connecting at a node to fewer than eight.
  • Ambiguous gradient – All triangular elements are planar by their definition. However, quadrilateral elements may vary significantly from a plane. It is a good idea to construct elements as close to a plane as possible. This precludes the existence of elements whose slope, or direction of drainage is ambiguous.

Related Topics