Anonymous
×
Create a new article
Write your page title here:
We currently have 105 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



MOR Wiki

Difference between revisions of "Coplanar Waveguide"

Line 29: Line 29:
   
 
The coefficient functions are given by
 
The coefficient functions are given by
  +
  +
<math> Theta^1(\omega, \nu) = 1 </math>
  +
  +
<math> Theta^2(\omega, \nu) = \omega </math>
  +
  +
<math> Theta^3(\omega, \nu) = -\omega^2 </math>
  +
  +
<math> Theta^4(\omega, \nu) = \frac{\nu}{6} </math>
   
 
<math> \delta_34 = (16 - mu(2)) / 10 </math>
 
<math> \delta_34 = (16 - mu(2)) / 10 </math>

Revision as of 17:20, 12 November 2012


Model Description

A coplanar waveguide is a microwave semiconductor device, which is governed by maxwell's equations. The coplanar waveguide considered with dielectric overlay, i.e. a transmission line shielded within two layers of multilayer board with 0.5mm thickness are buried in a substrate with 10mm thickness and relative permittivity  \epsilon_r = 4.4 and relative permeability  \mu_r = 1 , and low conductivity  \sigma = 0.02 S/m . The low-loss upper layer has low permittivity  \epsilon_r = 1.07 and  \sigma = 0.01 S/m . The whole structure is enlosed in a metallic box of dimension 140mm by 100mm by 50mm. The discrete port with 50ohm lumped load imposes 1 A current as the input to the one side of the strip. The voltage along the discrete port 2 at the end of the other side of coupled lines is integrated as the output.

CoplanarWaveguideScaled.jpg


Matrices and Data

Considered parameters are the frequency  \omega and the width  \nu of the middle stripline.

The affine form  a(u, v; \omega, \nu) = \sum_{q=1}^Q \Theta^q(\omega, \nu) a^q(u, v) can be established using  Q = 15 affine terms.

The matrices corresponding to the bilinear forms  a^q( \cdot , \cdot ) as well as the input and output forms have been assembled using the Finite Element Method, resulting in 7754 degrees of freedom, after removal of boundary conditions.

File:Matrices CoplanarWaveguide.tar.gz

The coefficient functions are given by

 Theta^1(\omega, \nu) = 1

 Theta^2(\omega, \nu) = \omega

 Theta^3(\omega, \nu) = -\omega^2

 Theta^4(\omega, \nu) = \frac{\nu}{6}

 \delta_34 = (16 - mu(2)) / 10  delta2 = mu(2) / 6

switch q

   case 1
       value = 1;
   case 2
       value = \mu(1);
   case 3 
       value = -mu(1)*mu(1);
   case 4
       value = delta2;
   case 5 
       value = 1/delta2;
   case 6 
       value = (1/delta2)*mu(1);
   case 7 
       value = -(1/delta2)*mu(1)*mu(1);
   case 8 
       value = delta2*mu(1);
   case 9 
       value = -(delta2)*mu(1)*mu(1);
   case 10 
       value = delta34;
   case 11 
       value = 1/delta34;
   case 12 
       value = (1/delta34) * mu(1);
   case 13 
       value = -(1/delta34) * mu(1) * mu(1);
   case 14 
       value = delta34*mu(1);
   case 15 
       value = -delta34*mu(1)*mu(1);


References

The models have been developed within the MoreSim4Nano project.

[1] www.moresim4nano.org

[2] M. W. Hess, P. Benner, Fast Evaluation of Time-Harmonic Maxwell's Equations Using the Reduced Basis Method, MPI preprint http://www.mpi-magdeburg.mpg.de/preprints/2012/MPIMD12-17.pdf