Package wiat :: Package MM :: Module Waveguides :: Class QuarterCircleHorn
[hide private]
[frames] | no frames]

Class QuarterCircleHorn

source code

WaveguideProfile --+
                   |
                  QuarterCircleHorn

Instance Methods [hide private]
 
__init__(self, d0, de, theta1=0.0, theta2=1.57079632679)
d1: input diameter of the horn d2: output diameter of the horn theta1: input angle of the horn (radians) theta2: output angle of the horn (radians)
source code
 
__str__(self) source code
 
radius(self, z)
to be defined be derived class
source code
 
radiusp(self, z)
derivative of the radius along z the 0.000001 value was added to avoid infinite derivatives
source code

Inherited from WaveguideProfile: S, Sp, Sp_S, assertZ, get_length

Method Details [hide private]

__init__(self, d0, de, theta1=0.0, theta2=1.57079632679)
(Constructor)

source code 

d1: input diameter of the horn d2: output diameter of the horn theta1: input angle of the horn (radians) theta2: output angle of the horn (radians)

a: input radius of the horn r: radius of the quarter circle

Overrides: WaveguideProfile.__init__

radius(self, z)

source code 

to be defined be derived class

Overrides: WaveguideProfile.radius
(inherited documentation)

radiusp(self, z)

source code 

derivative of the radius along z the 0.000001 value was added to avoid infinite derivatives

Overrides: WaveguideProfile.radiusp