1 / 18

Media like those found in human tissue are specified by: 1. Relative dielectric constant

Direct physics-based implementation. Media like those found in human tissue are specified by: 1. Relative dielectric constant 2. Conductivity. Direct physics-based implementation. (. These are included in the FDTD formulation: . Note that the last term is written as the

hesper
Download Presentation

Media like those found in human tissue are specified by: 1. Relative dielectric constant

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Direct physics-based implementation Media like those found in human tissue are specified by: 1. Relative dielectric constant 2. Conductivity

  2. Direct physics-based implementation ( These are included in the FDTD formulation: Note that the last term is written as the average over two cells

  3. Direct physics-based implementation This leads to the following C computer code: Specify the parameters in the cells: eaf = dt*sigma/(2*epsz*epsilon) ca[k] = (1. - eaf)/(1. + eaf) cb[k] =0.5/(epsilon*(1. + eaf)). Computer code in the main loop: ex[k] = ca[k]*ex[k] + cb[k] *( hy[k-1] - hy[k] ) hy[k] = hy[k] + 0.5*( ex[k] - ex[k+1] )

  4. Direct physics-based implementation The following simulation shows an EM pulse propagating in free space and then striking a material with e = 5, s = 0.05. (Approximately the values for human fat or bone.)

  5. The cells between 100 and 200 have been assigned the properties

More Related