Dear Steven and MEEP's users,

  I want calculate the transmission in PC slab filter (cavity-waveguide 
system). After making the structure, I have defined the sources, the 
tranmission and run the simulation as below. I need your helps, because I don't 
understant why my *.ctl file is not run (The code that define the structure is 
OK).

The sources is as below:
  
(set! sources (list
    (make source (src (make gaussian-src (frequency fcen) (fwidth df)))
    (component Hz) (center -5.5 (sqrt 3) 0) (size 0 (sqrt 3) h))
)))
 
The transmisson is defined as follwing:
  
(define trans 
   (add-flux fcen df nfreq
   (make field computations 
      (meep-fields-flux-in-box fields X (volume (center 5.0 (sqrt 3) 0) (size 0 
(* 2 (sqrt 3)) h) )
)))
  
Run simulation, I define a function:
 

(run-sources+ (stop-when-fields-decayed
       50 Hz
       (vector3 5.0 (* (sqrt 3) -1.5) 0)
       1e-3)
(at-beginning output-epsilon))
(display-fluxes trans)
 
I desire you are going to advise me. And I am grateful to you for all your 
helps!
 
Yours sincerely
Chad Huskow


 
____________________________________________________________________________________
Cheap talk?
Check out Yahoo! Messenger's low PC-to-Phone call rates.
http://voice.yahoo.com
_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to