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
20namespace plask {
21
22constexpr const char* Temperature::NAME; constexpr const char* Temperature::UNIT;
23constexpr const char* HeatFlux::NAME; constexpr const char* HeatFlux::UNIT;
24constexpr const char* Heat::NAME; constexpr const char* Heat::UNIT;
25constexpr const char* ThermalConductivity::NAME; constexpr const char* ThermalConductivity::UNIT;
26
27constexpr const char* Voltage::NAME; constexpr const char* Voltage::UNIT;
28constexpr const char* Potential::NAME; constexpr const char* Potential::UNIT;
29constexpr const char* CurrentDensity::NAME; constexpr const char* CurrentDensity::UNIT;
30constexpr const char* CarriersConcentration::NAME; constexpr const char* CarriersConcentration::UNIT;
31constexpr const char* Conductivity::NAME; constexpr const char* Conductivity::UNIT;
32constexpr const char* FermiLevels::NAME; constexpr const char* FermiLevels::UNIT;
33constexpr const char* BandEdges::NAME; constexpr const char* BandEdges::UNIT;
34constexpr const char* EnergyLevels::NAME; constexpr const char* EnergyLevels::UNIT;
35
36constexpr const char* Gain::NAME; constexpr const char* Gain::UNIT;
37constexpr const char* Luminescence::NAME; constexpr const char* Luminescence::UNIT;
38
39constexpr const char* RefractiveIndex::NAME; constexpr const char* RefractiveIndex::UNIT;
40constexpr const char* Epsilon::NAME; constexpr const char* Epsilon::UNIT;
41constexpr const char* LightMagnitude::NAME; constexpr const char* LightMagnitude::UNIT;
42constexpr const char* LightE::NAME; constexpr const char* LightE::UNIT;
43constexpr const char* LightH::NAME; constexpr const char* LightH::UNIT;
44constexpr const char* ModeLightMagnitude::NAME; constexpr const char* ModeLightMagnitude::UNIT;
45constexpr const char* ModeLightE::NAME; constexpr const char* ModeLightE::UNIT;
46constexpr const char* ModeLightH::NAME; constexpr const char* ModeLightH::UNIT;
47constexpr const char* ModeWavelength::NAME; constexpr const char* ModeWavelength::UNIT;
48constexpr const char* ModeLoss::NAME; constexpr const char* ModeLoss::UNIT;
49constexpr const char* ModePropagationConstant::NAME; constexpr const char* ModePropagationConstant::UNIT;
50constexpr const char* ModeEffectiveIndex::NAME; constexpr const char* ModeEffectiveIndex::UNIT;
51
52}