Package wiat :: Package TM :: Module Waveguides :: Class Cylinder
[hide private]
[frames] | no frames]

Class Cylinder

source code

Waveguides --+
             |
            Cylinder

Class representing a cylinder

Instance Methods [hide private]
 
__init__(self, d, L)
Cylinder transmission matrix calculation class
source code
 
__str__(self) source code
 
radius(self, x) source code
 
TM(self, f, T)
Transmission matrix of the complete cylinder
source code
 
subTM(self, f, T, xi, xf)
Transmission matrix of a section of the cylinder f: array of frequencies T: temperature xi: beginning of the section xf: end of the section
source code

Inherited from Waveguides: checkx, get_input_surface, get_length

Method Details [hide private]

__init__(self, d, L)
(Constructor)

source code 

Cylinder transmission matrix calculation class

d: diameter L: length

Overrides: Waveguides.__init__