next up previous contents
Next: -fdtd/-pexcitation: What port-mode should Up: Solver sections: Eigenvalues and Previous: -fdtd: Compute time dependent   Contents

-fdtd/-ports

A "port" is a part of the border of the computational volume, that shall be treated as an infinitely long waveguide. In this section you specify the location of ports. You also specify the number of modes whose time amplitudes shall be written to file.
 ##############################################################################
 # Flags: nomenu, noprompt, nomessage,                                        #
 ##############################################################################
 # section: -ports                                                            #
 ##############################################################################
 # name  = noname-001                                                         #
 # plane = xlow                                                               #
 # modes = 1                                                                  #
 #(pxlow=      -1.0e+30    , pxhigh=       1.0e+30    ) Ignored for plane=xlow
 # pylow=      -1.0e+30    , pyhigh=       1.0e+30                            #
 # pzlow=      -1.0e+30    , pzhigh=       1.0e+30                            #
 # epsmaximum=        2.0                                                     #
 # muemaximum=        1.0                                                     #
 # npml      = 20                       -- no of PML-planes                   #
 # dampn     =       50.0e-3            -- damping factor in last plane       #
 ##############################################################################
 # doit, list, ?, return, help                                                #
 ##############################################################################


Example The following specifies that we want to have attached four ports: Two are at the lower x-boundary, the names are xlow1, xlow2. Two ports are at the upper x-boundary of the computational volume, the names are xhigh1, xhigh2. The ports at the same boundary are distinguished by their pzlow, pzhigh parameters.
-fdtd
  -ports
     name= xlow1,  plane= xlow , pzlow= 0,  modes= 10, doit
     name= xhigh1, plane= xhigh, pzlow= 0,  modes= 2, doit
     name= xlow2,  plane= xlow , pzhigh= 0, modes= 2, doit
     name= xhigh2, plane= xhigh, pzhigh= 0, modes= 2, doit


next up previous contents
Next: -fdtd/-pexcitation: What port-mode should Up: Solver sections: Eigenvalues and Previous: -fdtd: Compute time dependent   Contents