1. Checked the simulation material that will be used
2. Input the builtin function
3. Press the run button to execute the code
4. Checked out the geometries
5. If correct! then Press 【輸出 output】button to output the *.csv files.
the builtin function geometries variable are
gdx is (grid) dx value, gdy = dy. gdz = dz;
ib= X grids, jb= Y grids, kb= Z grids;
icenter= ib/2; jcenter= jb/2; kcenter=kb/2;
%=================矩形 Brick===========================
xstart=1*gdx;
xend=ib*gdx;
ystart=1*gdy;
yend=1*gdy;
zstart=kcenter*gdz-300e-9;
zend=kcenter*gdz+300e-9;
nindex=1^2;
sigma=0;
choice='EM_Model1'; %E_Iso,PEC,M_Iso,PMC,E_Model1,M_Model1,EM_Model1
gridtype=-1; %
Iso_Brick(choice,gridtype,nindex,sigma,xstart,xend,ystart,yend,zstart,zend)
%=================矩形 Brick===========================
To use the Drude model, if we define epsilon_infinity=1, , gd=0, then epsilonr=1-wd^2/w^2; and then obtain wd=sqrt(2)*w
if let the incident wavelength = 200 nm, can get wd=sqrt(2)*pi/3e8/200e-9 = 1.332864881447510e+016。
take this value into both E-Models & M_Models, Using the Drude model.