OpenBEM
Open-source framework for electromagnetic simulation with the boundary element method.
Loading...
Searching...
No Matches
materials.hpp File Reference
#include <stdexcept>
#include "types.hpp"
#include "constants.hpp"

Go to the source code of this file.

Classes

class  bem::Material
 Class defining a general material with a constant (zero or non-zero) electrical conductivity and real or complex permittivity and permeability. More...
 
class  bem::PerfectDielectricMaterial
 Class defining a perfect lossless dielectric material. More...
 
class  bem::ConstantLossTangentMaterial
 Class defining a material with a constant loss tangent and real permittivity and permeability. More...
 

Namespaces

namespace  bem
 Primary namespace for the OpenBEM library.
 

Variables

const Float bem::CONDUCTOR_LOSS_TAN_THRESHOLD = 10
 

Detailed Description

Classes for material definitions.

Definition in file materials.hpp.