PyFoam.Basics.BlockMeshComponents module
Building blocks for a blockMeshDict
- class PyFoam.Basics.BlockMeshComponents.BlockMeshBoundary(name, boundaryType, faces)[source]
Bases:
BlockMeshComponent- __module__ = 'PyFoam.Basics.BlockMeshComponents'
- class PyFoam.Basics.BlockMeshComponents.BlockMeshComponent(dimension)[source]
Bases:
object- __annotations__ = {}
- __dict__ = mappingproxy({'__module__': 'PyFoam.Basics.BlockMeshComponents', '__init__': <function BlockMeshComponent.__init__>, '__dict__': <attribute '__dict__' of 'BlockMeshComponent' objects>, '__weakref__': <attribute '__weakref__' of 'BlockMeshComponent' objects>, '__doc__': None, '__annotations__': {}})
- __module__ = 'PyFoam.Basics.BlockMeshComponents'
- __weakref__
list of weak references to the object (if defined)
- class PyFoam.Basics.BlockMeshComponents.BlockMeshEdge(start, end, center, points)[source]
Bases:
BlockMeshComponent- __annotations__ = {}
- __module__ = 'PyFoam.Basics.BlockMeshComponents'