Plasmo
Lossy and Conductive Medium Support
- From now on all electromagnetic objects can be either conductive.
sigmaparameter 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)