Acoustic FDTD Solver
|
Represent the vacuum. More...
#include <Vacuum.hpp>
Public Member Functions | |
Vacuum () | |
Vacuum (const Vacuum &the_vacuum) | |
Vacuum & | operator= (const Vacuum &the_vacuum) |
bool | operator== (const Material &m) const |
The objects need to be equality-comparable to be used with the Flyweight pattern. | |
Vacuum * | clone () const |
void | print () const |
Print the parameters associated with the material. | |
~Vacuum () | |
virtual double | getBulkModulus () const |
Acoustic properties. | |
virtual double | getDensity () const |
Acoustic properties. | |
virtual double | getAcousticConductivity () const |
virtual double | getAcousticPhaseVelocity (const double frequency) const |
Acoustic properties. | |
virtual double | getAcousticWavelength (const double frequency) const |
Acoustic properties. | |
virtual std::complex< double > | getAcousticWaveNumber (const double frequency) const |
Acoustic properties. | |
virtual std::complex< double > | getAcousticImpedance (const double frequency) const |
Acoustic properties. | |
virtual double | getYoungsModulus () const |
Elastic properties. | |
virtual double | getLameFirst () const |
Elastic properties, represented by . | |
virtual double | getShearModulus () const |
Elastic properties, represented by or . | |
virtual double | getThermalConductivity () const |
Thermal properties. | |
virtual double | getSpecificHeat () const |
Thermal properties. | |
virtual double | getThermalExpansion () const |
Thermal properties. | |
virtual double | getElectricConductivity () const |
Electromagnetic properties. | |
virtual double | getRelativePermittivity () const |
Electromagnetic properties. | |
virtual double | getRelativePermeability () const |
Electromagnetic properties. | |
virtual double | getMagneticConductivity () const |
Electromagnetic properties. | |
virtual double | getElectromagneticPhaseVelocity (const double frequency) const |
Electromagnetic properties. | |
virtual double | getElectromagneticWavelength (const double frequency) const |
Electromagnetic properties. | |
virtual std::complex< double > | getElectromagneticWaveNumber (const double frequency) const |
Electromagnetic properties. | |
virtual std::complex< double > | getElectromagneticImpedance (const double frequency) const |
Electromagnetic properties. | |
Public Member Functions inherited from Material | |
virtual | ~Material () |
Represent the vacuum.
Vacuum::Vacuum | ( | ) |
Vacuum::Vacuum | ( | const Vacuum & | the_vacuum | ) |
Vacuum::~Vacuum | ( | ) |
|
virtual |
Implements Material.
|
virtual |
Acoustic properties.
Implements Material.
|
virtual |
Acoustic properties.
Implements Material.
|
virtual |
Acoustic properties.
Implements Material.
|
virtual |
Acoustic properties.
Implements Material.
|
virtual |
Acoustic properties.
Implements Material.
|
virtual |
Acoustic properties.
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Elastic properties, represented by .
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Electromagnetic properties.
Implements Material.
|
virtual |
Elastic properties, represented by or .
Implements Material.
|
virtual |
Thermal properties.
Implements Material.
|
virtual |
Thermal properties.
Implements Material.
|
virtual |
Thermal properties.
Implements Material.
|
virtual |
Elastic properties.
Implements Material.
|
virtual |
The objects need to be equality-comparable to be used with the Flyweight pattern.
We overload the equality operator.
Implements Material.
|
virtual |
Print the parameters associated with the material.
Implements Material.