SurfaceNodeSet

class pyccx.core.SurfaceNodeSet(name, nodalSet)

Bases: MeshSet

A surface-node 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. This approach requires explicitly assigning the list of nodal ids that define the surface.

Attributes Summary

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 Summary

writeInput()

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