PLaSK library
Loading...
Searching...
No Matches
names.cpp
Go to the documentation of this file.
1
/*
2
* This file is part of PLaSK (https://plask.app) by Photonics Group at TUL
3
* Copyright (c) 2022 Lodz University of Technology
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation, version 3.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*/
14
#include "
thermal.hpp
"
15
#include "
electrical.hpp
"
16
#include "
gain.hpp
"
17
#include "
optical.hpp
"
18
#include "
energylevels.hpp
"
19
20
namespace
plask
{
21
22
constexpr
const
char
*
Temperature::NAME
;
constexpr
const
char
*
Temperature::UNIT
;
23
constexpr
const
char
*
HeatFlux::NAME
;
constexpr
const
char
*
HeatFlux::UNIT
;
24
constexpr
const
char
*
Heat::NAME
;
constexpr
const
char
*
Heat::UNIT
;
25
constexpr
const
char
*
ThermalConductivity::NAME
;
constexpr
const
char
*
ThermalConductivity::UNIT
;
26
27
constexpr
const
char
*
Voltage::NAME
;
constexpr
const
char
*
Voltage::UNIT
;
28
constexpr
const
char
*
Potential::NAME
;
constexpr
const
char
*
Potential::UNIT
;
29
constexpr
const
char
*
CurrentDensity::NAME
;
constexpr
const
char
*
CurrentDensity::UNIT
;
30
constexpr
const
char
*
CarriersConcentration::NAME
;
constexpr
const
char
*
CarriersConcentration::UNIT
;
31
constexpr
const
char
*
Conductivity::NAME
;
constexpr
const
char
*
Conductivity::UNIT
;
32
constexpr
const
char
*
FermiLevels::NAME
;
constexpr
const
char
*
FermiLevels::UNIT
;
33
constexpr
const
char
*
BandEdges::NAME
;
constexpr
const
char
*
BandEdges::UNIT
;
34
constexpr
const
char
*
EnergyLevels::NAME
;
constexpr
const
char
*
EnergyLevels::UNIT
;
35
36
constexpr
const
char
*
Gain::NAME
;
constexpr
const
char
*
Gain::UNIT
;
37
constexpr
const
char
*
Luminescence::NAME
;
constexpr
const
char
*
Luminescence::UNIT
;
38
39
constexpr
const
char
*
RefractiveIndex::NAME
;
constexpr
const
char
*
RefractiveIndex::UNIT
;
40
constexpr
const
char
*
Epsilon::NAME
;
constexpr
const
char
*
Epsilon::UNIT
;
41
constexpr
const
char
*
LightMagnitude::NAME
;
constexpr
const
char
*
LightMagnitude::UNIT
;
42
constexpr
const
char
*
LightE::NAME
;
constexpr
const
char
*
LightE::UNIT
;
43
constexpr
const
char
*
LightH::NAME
;
constexpr
const
char
*
LightH::UNIT
;
44
constexpr
const
char
*
ModeLightMagnitude::NAME
;
constexpr
const
char
*
ModeLightMagnitude::UNIT
;
45
constexpr
const
char
*
ModeLightE::NAME
;
constexpr
const
char
*
ModeLightE::UNIT
;
46
constexpr
const
char
*
ModeLightH::NAME
;
constexpr
const
char
*
ModeLightH::UNIT
;
47
constexpr
const
char
*
ModeWavelength::NAME
;
constexpr
const
char
*
ModeWavelength::UNIT
;
48
constexpr
const
char
*
ModeLoss::NAME
;
constexpr
const
char
*
ModeLoss::UNIT
;
49
constexpr
const
char
*
ModePropagationConstant::NAME
;
constexpr
const
char
*
ModePropagationConstant::UNIT
;
50
constexpr
const
char
*
ModeEffectiveIndex::NAME
;
constexpr
const
char
*
ModeEffectiveIndex::UNIT
;
51
52
}
plask
properties
names.cpp
Generated by
1.9.8