Electromagnetic Template Library (EMTL)
Loading...
Searching...
No Matches
Med Struct Referenceabstract

Basic structure to specify (frequency dependent) dielectric permitivitty and magnetic permeability. More...

#include <medium.h>

Inheritance diagram for Med:

Public Member Functions

virtual cvaltype get_epsilon (valtype w) const =0
 get dielectric permitivity for specific frequency (in rad/time unit)
 
virtual cvaltype get_mue (valtype w) const =0
 get magnetic permeability for specific frequency (in rad/time unit)
 
valtype get_refractive_index (valtype w, valtype *kappa=NULL) const
 Gets refractive index for medium at specific frequency.
 

Detailed Description

Basic structure to specify (frequency dependent) dielectric permitivitty and magnetic permeability.

Member Function Documentation

◆ get_refractive_index()

valtype Med::get_refractive_index ( valtype  w,
valtype *  kappa = NULL 
) const
inline

Gets refractive index for medium at specific frequency.

Returns
real part of n. If kappa is not NULL, the imaginary part is returned in *kappa.

The documentation for this struct was generated from the following file: