SurfaceSet¶
- class pyccx.core.SurfaceSet(name, surfacePairs)¶
Bases:
MeshSetA surface-set is a basic entity for storing element face lists, typically for setting directional fluxes onto surface elements based on the element ordering. The set remains constant without any dynamic referencing to any underlying geometric entities.
Attributes Summary
Elements with the associated face orientations are specified as Nx2 numpy array, with the first column being the element Id, and the second column the chosen face orientation
Methods Summary
Attributes Documentation
- surfacePairs¶
Elements with the associated face orientations are specified as Nx2 numpy array, with the first column being the element Id, and the second column the chosen face orientation
Methods Documentation
- writeInput()¶
- Return type:
str