Skip to content

Latest commit

 

History

History
84 lines (70 loc) · 3.83 KB

tutorials.md

File metadata and controls

84 lines (70 loc) · 3.83 KB

Tutorials

On this page you will find the description of the main features of HexBox.

Refinement

Global Refinement

Global refinement of hex meshes involves subdividing each hexahedral element into smaller hexes to increase mesh density and improve solution accuracy. This process enhances the resolution of the computational model and it is obtained by pressing Ctrl+0.

Local Refinement

Local refinement in hexahedral (hex) meshes is a process used to enhance the mesh quality and accuracy in specific regions of interest. This technique selectively subdivides hexahedral elements and it is obtained by pressing H while hovering on the element to refine.

Make Conforming

After a local refinement, it is possible to restore mesh conformity by pressing Q.

Extrusion

Single Face Extrusion

Extrusion of a single face can be achieved by hovering over the element you want to extrude and pressing E.

Extrusion of two adjacent faces in a convex configuration

Extruding two adjacent faces in a convex configuration results in two new elements that are not adjacent to each other; this result can be obtained by selecting two faces in a convex configuration by using Ctrl+MouseLeft and then by pressing E.

Extrusion of two adjacent faces in a concave configuration

Extruding two adjacent faces in a concave configuration results in one new element adjacent to both faces; this result can be obtained by selecting two faces in a concave configuration by using Ctrl+MouseLeft and then by pressing E.

Extrusion of three adjacent faces in a convex configuration

Extruding three adjacent faces in a convex configuration results in three new elements that are not adjacent to each other; this result can be obtained by selecting three faces in a convex configuration by using Ctrl+MouseLeft and then by pressing E.

Extrusion of three adjacent faces in a concave configuration

Extruding three adjacent faces in a concave configuration results in one new element adjacent to all three faces; this result can be obtained by selecting two faces in a concave configuration by using Ctrl+MouseLeft and then by pressing E.

Extrusion of n adjacent faces in the plane

Extruding N adjacent faces in the plane will generate N new elements that will be adjacent to each other provided their source faces are adjacent; this result can be obtained by selecting N adjacent faces in the plane by using Ctrl+MouseLeft and then by pressing E.