hp2D::Maxwell2D_dissipation Class Referenceabstract
Local contribution to dissipation power loss. More...
#include <Maxwell2D_H_eField.hh>
Public Types | |
typedef concepts::Element< typename Q::type > | Element |
Public Member Functions | |
virtual Maxwell2D_dissipation * | clone () const |
virtual ElementFunction< Cmplx, Q::type > * | clone () const=0 |
Maxwell2D_dissipation (const concepts::PiecewiseConstFormula< Real > &sigma, const Real eps=EPS0, const Real omega=OMEGA50) | |
virtual uint | n () const |
Number of components. More... | |
virtual void | operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const concepts::Real3d &p, const Real t=0.0) const |
virtual void | operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const Real p, const Real t=0.0) const |
virtual void | operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const Real2d &p, const Real t=0.0) const |
virtual void | operator() (const Element &elm, const concepts::Array< Cmplx > &coeff, concepts::Array< Cmplx > &val, const uint *i) const |
virtual void | operator() (const Element &elm, const uint *j, concepts::Array< Cmplx > &val, const uint *i) const |
virtual void | operator() (const Element< Q::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const Real p, const Real t=0.0) const=0 |
Evaluates the function value in an arbitrary point p of physical space. More... | |
virtual void | operator() (const Element< Q::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const Real2d &p, const Real t=0.0) const=0 |
virtual void | operator() (const Element< Q::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const Real3d &p, const Real t=0.0) const=0 |
virtual void | operator() (const Element< Q::type > &elm, const Array< Cmplx > &coeff, Array< Cmplx > &val, const uint *i) const=0 |
Evaluates the function on precalculated quadrature points. More... | |
virtual void | operator() (const Element< Q::type > &elm, const uint *j, Array< Cmplx > &val, const uint *i) const=0 |
Evaluates the given function on a specific shape function j (on precalculated quadrature points). More... | |
virtual | ~Maxwell2D_dissipation () |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Private Member Functions | |
virtual void | compute_ (const Quad<> &elm, const concepts::Array< Cmplx > &coeff, Cmplx &val, const Real2d &p, const Real t=0.0) const |
virtual void | compute_ (const Quad<> &elm, const concepts::Array< Cmplx > &coeff, Cmplx &val, const uint i[2]) const |
virtual void | compute_ (const Quad<> &elm, const uint j[2], Cmplx &val, const uint i[2]) const |
void | convert_ (const Quad<> &elm, const concepts::Array< Cmplx > &gradh, Cmplx &val) const |
convert the vectorial curl of h into e More... | |
Private Attributes | |
const Real | eps_ |
Dielectricity constant and angular frequency. More... | |
Grad< Cmplx > | grad_ |
Gradient in 2D. More... | |
const Real | omega_ |
const concepts::PiecewiseConstFormula< Real > & | sigma_ |
Piecewise constant conductivity. More... | |
Detailed Description
Local contribution to dissipation power loss.
Definition at line 79 of file Maxwell2D_H_eField.hh.
Member Typedef Documentation
◆ Element
|
inherited |
Definition at line 40 of file functionBase.hh.
Constructor & Destructor Documentation
◆ Maxwell2D_dissipation()
hp2D::Maxwell2D_dissipation::Maxwell2D_dissipation | ( | const concepts::PiecewiseConstFormula< Real > & | sigma, |
const Real | eps = EPS0 , |
||
const Real | omega = OMEGA50 |
||
) |
◆ ~Maxwell2D_dissipation()
|
inlinevirtual |
Definition at line 83 of file Maxwell2D_H_eField.hh.
Member Function Documentation
◆ clone() [1/2]
|
inlinevirtual |
Definition at line 84 of file Maxwell2D_H_eField.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Implemented in hp2Dedge::Rot< Cmplx >, hp2D::PlCurl< Cmplx >, and hp2D::Grad< Cmplx >.
◆ compute_() [1/3]
|
privatevirtual |
◆ compute_() [2/3]
|
privatevirtual |
◆ compute_() [3/3]
|
privatevirtual |
◆ convert_()
|
private |
convert the vectorial curl of h into e
◆ info()
|
protectedvirtual |
Reimplemented from concepts::ElementFunction< Cmplx, Q::type >.
◆ n()
|
inlinevirtualinherited |
Number of components.
Implements concepts::ElementFunction< Cmplx, Q::type >.
Definition at line 43 of file functionBase.hh.
◆ operator()() [1/10]
|
virtualinherited |
Definition at line 59 of file functionBase.hh.
◆ operator()() [2/10]
|
virtualinherited |
Definition at line 51 of file functionBase.hh.
◆ operator()() [3/10]
|
virtualinherited |
Definition at line 55 of file functionBase.hh.
◆ operator()() [4/10]
|
virtualinherited |
Definition at line 45 of file functionBase.hh.
◆ operator()() [5/10]
|
virtualinherited |
Definition at line 48 of file functionBase.hh.
◆ operator()() [6/10]
|
pure virtualinherited |
Evaluates the function value in an arbitrary point p
of physical space.
- Parameters
-
elm Element coeff Coefficients of local shape functions val Function value p Point in space in local element coordinates t Point in time
◆ operator()() [7/10]
|
pure virtualinherited |
◆ operator()() [8/10]
|
pure virtualinherited |
◆ operator()() [9/10]
|
pure virtualinherited |
Evaluates the function on precalculated quadrature points.
- Parameters
-
elm Element coeff Coefficients of local shape functions val Function value i multi-index of the quadrature point
◆ operator()() [10/10]
|
pure virtualinherited |
Evaluates the given function on a specific shape function j
(on precalculated quadrature points).
- Parameters
-
elm Element j multi-index of a shapefunction val Function value i multi-index of the quadrature point
Member Data Documentation
◆ eps_
|
private |
Dielectricity constant and angular frequency.
Definition at line 104 of file Maxwell2D_H_eField.hh.
◆ grad_
|
private |
Gradient in 2D.
Definition at line 106 of file Maxwell2D_H_eField.hh.
◆ omega_
|
private |
Definition at line 104 of file Maxwell2D_H_eField.hh.
◆ sigma_
|
private |
Piecewise constant conductivity.
Definition at line 102 of file Maxwell2D_H_eField.hh.
The documentation for this class was generated from the following file:
- models/Maxwell2D_H_eField.hh