openmc.data.ace.TableType

class openmc.data.ace.TableType(value)[source]

Type of ACE data table.

classmethod from_suffix(suffix)[source]

Determine ACE table type from a suffix.

Parameters

suffix (str) – Single letter ACE table designator, e.g., ‘c’

Returns

ACE table type

Return type

TableType