MES: Warstwa graniczna siatki

From FreeCAD Documentation
Revision as of 00:19, 20 November 2023 by NewJoker (talk | contribs) (Created page with "Umożliwia ustawienie zlokalizowanego zestawu parametrów tworzenia siatki poprzez wskazanie zestawu obiektów (wierzchołek, krawędź, ściana) i przypisanie do nich parametrów. Jest to szczególnie przydatne do zagęszczenia siatek w pobliżu krawędzi lub powierzchni w przypadku symulacji przepływów. Przykładowo, można skorzystać z tego narzędzia do zagęszczenia siatki w pobliżu profilu skrzydła samolotu lub przeszkody w przepływie.")

Warstwa graniczna siatki MES

Lokalizacja w menu
Siatka → Warstwa graniczna siatki MES
Środowisko pracy
MES
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
Poradniki MES

Opis

Umożliwia ustawienie zlokalizowanego zestawu parametrów tworzenia siatki poprzez wskazanie zestawu obiektów (wierzchołek, krawędź, ściana) i przypisanie do nich parametrów. Jest to szczególnie przydatne do zagęszczenia siatek w pobliżu krawędzi lub powierzchni w przypadku symulacji przepływów. Przykładowo, można skorzystać z tego narzędzia do zagęszczenia siatki w pobliżu profilu skrzydła samolotu lub przeszkody w przepływie.

The boundary layer has the advantage of creating highly defined, anisotropic meshes. As the name implies it supports accurate calculations near boundaries, e.g. a wall where friction occurs, generating a velocity gradient.

Usage

  1. To enable the function a mesh must be first provided FEM mesh from shape by Gmsh.
    • Select the Mesh object in the Model Tree and press the FEM mesh boundary layer button.
    • Select the Mesh object in the Model Tree and select the Mesh → FEM mesh boundary layer option from the menu.
  2. Edit the start element size, the growth rate and the number of growth layers.
  3. Select a vertex, edge, face.
  4. Click the OK button.
  5. Close the task.
    Result: You now should see a new FEMMeshBoundaryLayer object under the FEMMeshGMSH object (see example #3 below) in your active analysis container.
  6. Double-click on the FEMMeshGMSH parent object in your Model Tree and press Apply to force a mesh recalculation.
  7. Close the task.

After the mesh has been crated you can change its properties using the property editor. After you changed a property, you must reopen the Gmsh dialog again and click the Apply button. (You can leave the dialog open while changing properties.)

You can create as many different mesh boundary layers as needed.

Visual examples

Example 1: The initial coarse FEMMeshGMSH on a 2D case


Example 2: After applying a Mesh boundary layer

Example 3: A simple example of the resulting Model Tree

Notes

Related