aquaduct.traj.inlets module¶
-
class
ProtoInletTypeCodes[source]¶ -
surface= ‘surface’¶
-
internal= ‘internal’¶
-
incoming= ‘inin’¶
-
outgoing= ‘inout’¶
-
-
class
InletTypeCodes[source]¶ Bases:
aquaduct.traj.inlets.ProtoInletTypeCodes-
all_surface= [(‘surface’, ‘inin’), (‘surface’, ‘inout’)]¶
-
all_internal= [(‘internal’, ‘inin’), (‘internal’, ‘inout’)]¶
-
all_incoming= [(‘surface’, ‘inin’), (‘internal’, ‘inin’)]¶
-
all_outgoing= [(‘surface’, ‘inout’), (‘internal’, ‘inout’)]¶
-
surface_incoming= (‘surface’, ‘inin’)¶
-
internal_incoming= (‘internal’, ‘inin’)¶
-
internal_outgoing= (‘internal’, ‘inout’)¶
-
surface_outgoing= (‘surface’, ‘inout’)¶
-
itype= ‘internal’¶
-
-
class
InletClusterExtendedType(surfin, interin, interout, surfout)[source]¶ Bases:
aquaduct.traj.inlets.InletClusterGenericType-
generic¶
-
-
class
Inlet(coords, type, reference)¶ Bases:
tuple-
__getnewargs__()¶ Return self as a plain tuple. Used by copy and pickle.
-
__getstate__()¶ Exclude the OrderedDict from pickling
-
static
__new__(_cls, coords, type, reference)¶ Create new instance of Inlet(coords, type, reference)
-
__repr__()¶ Return a nicely formatted representation string
-
__slots__= ()¶
-
_asdict()¶ Return a new OrderedDict which maps field names to their values
-
_fields= (‘coords’, ‘type’, ‘reference’)¶
-
classmethod
_make(iterable, new=<built-in method __new__ of type object>, len=<built-in function len>)¶ Make a new Inlet object from a sequence or iterable
-
_replace(_self, **kwds)¶ Return a new Inlet object replacing specified fields with new values
-
coords¶ Alias for field number 0
-
reference¶ Alias for field number 2
-
type¶ Alias for field number 1
-
-
class
Inlets(spaths, center_of_system=None, onlytype=[(‘surface’, ‘inin’), (‘surface’, ‘inout’)])[source]¶ Bases:
object-
__init__(spaths, center_of_system=None, onlytype=[(‘surface’, ‘inin’), (‘surface’, ‘inout’)])[source]¶
-
size¶
-
coords¶
-
types¶
-
refs¶
-
clusters_list¶
-
clusters_centers¶
-
clusters_size¶
-
clusters_std¶
-