ResSimpy.Nexus.NexusSeparatorMethods.NexusSeparatorMethods
- class ResSimpy.Nexus.NexusSeparatorMethods.NexusSeparatorMethods(inputs: MutableMapping[int, NexusSeparatorMethod] | None = None, files: dict[int, ResSimpy.Nexus.DataModels.NexusFile.NexusFile] | None = None)[source]
Bases:
SeparatorClass for collection of Nexus separator property methods.
- inputs
Dictionary collection of Nexus separator property methods
- Type:
dict[int, NexusSeparatorMethod]
- files
Dictionary collection of separator property files, defined in Nexus fcs.
- Type:
dict[int, NexusFile]
Methods:
__init__([inputs, files])__repr__()Pretty printing separator methods.
load_separator_methods()__eq__(other)Return self==value.
Inherited from
Separator__init__()__repr__()Return repr(self).
__eq__(other)Return self==value.
- __init__(inputs: MutableMapping[int, NexusSeparatorMethod] | None = None, files: dict[int, ResSimpy.Nexus.DataModels.NexusFile.NexusFile] | None = None) None[source]