Prado EFO PVA
|
Public Member Functions | |
def | __init__ (self, name, time, qIn=[]) |
def | calc_qout (self) |
![]() | |
def | append_qin (self, qIn) |
def | get_qout (self, *tsOffset=0) |
def | set_qout (self, qOutSpecified, *tsOffset=0) |
def | __subclasshook__ (cls, C) |
Additional Inherited Members | |
![]() | |
name | |
qIn | |
T | |
qOut | |
qInTot | |
Definition at line 66 of file junction.py.
def junction.Junction.__init__ | ( | self, | |
name, | |||
time, | |||
qIn = [] |
|||
) |
Reimplemented from junction.JunctionBase.
Definition at line 67 of file junction.py.
def junction.Junction.calc_qout | ( | self | ) |
Reimplemented from junction.JunctionBase.
Definition at line 71 of file junction.py.