Skip to content
Snippets Groups Projects
Commit a8fbd4b4 authored by Guillaume Demesy's avatar Guillaume Demesy
Browse files

phideg psideg to match 3D case

parent 0a143e23
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
myDir = "res2D_conical/";
DefineConstant[
lambda0 = {lambda_min , Min lambda_min, Max lambda_max, Step (lambda_max-lambda_min)/(nb_lambdas-1), Name StrCat[pp2, "1wavelength [nm]"] , Loop 1, Highlight Str[colorpp2],Graph "200000200020", ServerAction "Reset GetDP/T0, GetDP/R0, GetDP/Lambda_step, GetDP/Omegaal absorption"},
phi_deg = { 45 , Name StrCat[pp2, "3incident plane wave angle (phi) [deg]"] , Highlight Str[colorpp2], Closed close_menu},
psi_deg = { 45 , Name StrCat[pp2, "4incident plane wave angle (psi) [deg]"] , Highlight Str[colorpp2], Closed close_menu}
phideg = { 45 , Name StrCat[pp2, "3incident plane wave angle (phi) [deg]"] , Highlight Str[colorpp2], Closed close_menu},
psideg = { 45 , Name StrCat[pp2, "4incident plane wave angle (psi) [deg]"] , Highlight Str[colorpp2], Closed close_menu}
];
lambda0 = lambda0 * nm;
lambda_min = lambda_min * nm;
......@@ -140,9 +140,9 @@ Function{
k1norm[] = k0*n1[];
k2norm[] = k0*n2[];
phi0 = phi_deg * deg2rad;
phi0 = phideg * deg2rad;
theta0 = theta_deg * deg2rad;
psi0 = psi_deg * deg2rad;
psi0 = psideg * deg2rad;
// Ae = 1/Sqrt[ep0/mu0];
Ae = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment