Prado EFO PVA
|
Public Member Functions | |
def | __init__ (self, name, time, qIn=[]) |
def | append_qin (self, qIn) |
def | get_qout (self, *tsOffset=0) |
def | calc_qout (self) |
def | set_qout (self, qOutSpecified, *tsOffset=0) |
def | __subclasshook__ (cls, C) |
Public Attributes | |
name | |
qIn | |
T | |
qOut | |
qInTot | |
Private Member Functions | |
def | _get_qin (self, *tsOffset=0) |
Definition at line 18 of file junction.py.
def junction.JunctionBase.__init__ | ( | self, | |
name, | |||
time, | |||
qIn = [] |
|||
) |
Reimplemented in junction.Junction.
Definition at line 19 of file junction.py.
def junction.JunctionBase.__subclasshook__ | ( | cls, | |
C | |||
) |
Definition at line 58 of file junction.py.
|
private |
def junction.JunctionBase.append_qin | ( | self, | |
qIn | |||
) |
Definition at line 33 of file junction.py.
def junction.JunctionBase.calc_qout | ( | self | ) |
Reimplemented in junction.ReservoirJunction, junction.JunctionRegulated, and junction.Junction.
Definition at line 48 of file junction.py.
def junction.JunctionBase.get_qout | ( | self, | |
* | tsOffset = 0 |
||
) |
Definition at line 44 of file junction.py.
def junction.JunctionBase.set_qout | ( | self, | |
qOutSpecified, | |||
* | tsOffset = 0 |
||
) |
Definition at line 54 of file junction.py.
junction.JunctionBase.name |
Definition at line 20 of file junction.py.
junction.JunctionBase.qIn |
Definition at line 23 of file junction.py.
junction.JunctionBase.qInTot |
Definition at line 31 of file junction.py.
junction.JunctionBase.qOut |
Definition at line 29 of file junction.py.
junction.JunctionBase.T |
Definition at line 28 of file junction.py.