definition of the boundary elements to be used during simulation
Within the USER_common_variables file, the boundary element section is embedded in the following environment:
Every boundary needs an alias which describes its behavior, e.g. connects it to boundary conditions and movement. This is described in AliasForGeometryItems.
With the ConstructClause, it is possible to construct scalars or vectors that can then be used to manipulate geometries.
List of members: | |
---|---|
include{ | definition of a geometry file to be read by MESHFREE |
manipulate{ | manipulate (move, rotate, ...) the geometry belonging to an alias-group |
delete{ | delete all the geometry belonging to a given alias-group |
removeIdenticalTriangles{ | removes triangles that are topologically identical (using same node point indices) |
CreateBEfromGeometry | from the already existing geometry, create new boundary elements |
ConstructClause | mathematical construction of scalars and vectors |
PlainBoundaryElements | definition of a plain geometry directly in MESHFREE |
CuttingCurveCluster | define clusters of boundary elements by cutting the geometry along given curves |