Skip to content

Plasmo

Choose a tag to compare

@alihakimtaskiran alihakimtaskiran released this 09 Mar 12:32
· 30 commits to main since this release
1ad5212

Lossy and Conductive Medium Support

  • From now on all electromagnetic objects can be either conductive. sigma parameter is used to adjust conductivity. It is default to 0. For example:
    a=glimy.geo.Rectangle((0,0),(1,2),sigma=1e3)
  • Visualization tools now support J-Field(current density field) and conductivity grid. Example:
grid.view_structure('sigma','z',62)

grid.view_field('J','z',62)