ResSimpy.Nexus.NexusPVTMethods.NexusPVTMethods
- class ResSimpy.Nexus.NexusPVTMethods.NexusPVTMethods(inputs: MutableMapping[int, NexusPVTMethod] | None = None, files: dict[int, ResSimpy.Nexus.DataModels.NexusFile.NexusFile] | None = None)[source]
Bases:
PVTClass for collection of Nexus PVT property methods.
- inputs
Collection of Nexus PVT property methods, as a dictionary
- Type:
dict[int, NexusPVTMethod]
- files
Dictionary collection of PVT property files, as defined in Nexus fcs file.
- Type:
dict[int, NexusFile]
Methods:
__init__([inputs, files])__repr__()Pretty printing pvt methods.
load_pvt_methods()__eq__(other)Return self==value.
Inherited from
PVT__init__()__repr__()Return repr(self).
__eq__(other)Return self==value.
- __init__(inputs: MutableMapping[int, NexusPVTMethod] | None = None, files: dict[int, ResSimpy.Nexus.DataModels.NexusFile.NexusFile] | None = None) None[source]