Metafor

ULiege - Aerospace & Mechanical Engineering

User Tools

Site Tools


doc:user:geometry:mesh:0d

0D Meshers (Points)

Introduction

Advanced In most cases, it is not necessary to mesh 0D entites (points). Such a mesh point is automatically generated when a line which includes it on one extremity is meshed. If the point must be meshed on its own, for example when the point is the reference point of a string, it is done with the command:

point.mesh()

0D Mesh

Manually

To create a 0D mesh element on a mesh point:

mesh.define(no, CELL_POINT, grp, no1)

where

no mesh number 1)
grp entity which contains the mesh (a Group for example)
no1 number of the mesh point

Automatically: CellPointMesher

CellPointMesher is a mesher which generates objects of type CELL_POINT in the topology, based on meshed geometric entities (which contains some MeshedPoints).

Le père de la maille est mis sur l'entité passée au CellPointMesher (pour le FieldApplicator). :?:

Example:

Generation of a CELL_POINT on a ''Group' of mesh points, which come from a Bacon import for example.

mesher = CellPointMesher(groupset(no))
mesher.execute()
1)
not used, in practice the mesh element is represented by the point itself and has the same number (no1)
doc/user/geometry/mesh/0d.txt · Last modified: 2021/01/11 10:21 by boman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki