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

Merge branch 'fix_Tmatrix_code_epsr_background' into 'master'

Update scattererTmatrix.geo

See merge request !12
parents b8694f18 8d120c51
No related branches found
No related tags found
1 merge request!12Update scattererTmatrix.geo
Pipeline #11698 passed
......@@ -6,12 +6,13 @@
Include "scattererTmatrix_data.geo";
SetFactory("OpenCASCADE");
In_n = Sqrt[Fabs[epsr_In_re]];
In_n = Sqrt[Fabs[epsr_In_re]];
Out_n = Sqrt[Fabs[epsr_Out_re]];
paramaille_pml = paramaille/1.1;
Out_lc = lambda_bg/paramaille;
PML_lc = lambda_bg/paramaille_pml;
Out_lc = lambda_bg/(paramaille*Out_n);
PML_lc = lambda_bg/(paramaille_pml*Out_n);
In_lc = lambda0/(paramaille*In_n*refine_scat);
CenterScat_lc = lambda0/(paramaille*In_n);
If(flag_shape==ELL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment