|
PLaSK library
|
Carriers concentration (1/cm^3) For majority carriers it is not specified whether the carriers are electrons or holes. More...
#include <plask/properties/electrical.hpp>
Public Types | |
| enum | EnumType { PAIRS = 0 , MAJORITY , ELECTRONS , HOLES } |
Public Types inherited from plask::MultiFieldProperty< double > | |
| typedef size_t | EnumType |
| Default value enumeration type. | |
Public Types inherited from plask::Property< _propertyType, _ValueType2D, _ValueType3D, _ExtraParams > | |
| typedef _ValueType2D | ValueType2D |
| Type of provided value in 2D space. | |
| typedef _ValueType3D | ValueType3D |
| Type of provided value in 3D space. | |
| typedef VariadicTemplateTypesHolder< _ExtraParams... > | ExtraParams |
| Extra parameters passed as arguments to provider to get value. | |
Static Public Attributes | |
| static constexpr size_t | NUM_VALS = 4 |
| static constexpr const char * | NAME = "carriers concentration" |
| static constexpr const char * | UNIT = "1/cm³" |
Static Public Attributes inherited from plask::Property< _propertyType, _ValueType2D, _ValueType3D, _ExtraParams > | |
| static const PropertyType | propertyType = _propertyType |
| Type of property. | |
| static constexpr const char * | NAME = PropertyTypeToProviderName<_propertyType>::value |
| Name of the property. | |
| static constexpr bool | hasUniqueValueType = false |
true only if property use same value type in 2D and 3D space | |
Additional Inherited Members | |
Static Public Member Functions inherited from plask::Property< _propertyType, _ValueType2D, _ValueType3D, _ExtraParams > | |
| static ValueType2D | getDefaultValue2D () |
| Return default value of the property (usually zero) in 2D space. | |
| static ValueType3D | getDefaultValue3D () |
| Return default value of the property (usually zero) in 3D space. | |
Carriers concentration (1/cm^3) For majority carriers it is not specified whether the carriers are electrons or holes.
Definition at line 50 of file electrical.hpp.
| Enumerator | |
|---|---|
| PAIRS | |
| MAJORITY | |
| ELECTRONS | |
| HOLES | |
Definition at line 51 of file electrical.hpp.
|
staticconstexpr |
Definition at line 58 of file electrical.hpp.
|
staticconstexpr |
Definition at line 57 of file electrical.hpp.
Definition at line 59 of file electrical.hpp.