Qucs-core
0.0.18
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
qucs-core
src
components
devices
thyristor.h
Go to the documentation of this file.
1
/*
2
* thyristor.h - thyristor class definitions
3
*
4
* Copyright (C) 2008 Stefan Jahn <stefan@lkcc.org>
5
*
6
* This is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2, or (at your option)
9
* any later version.
10
*
11
* This software is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this package; see the file COPYING. If not, write to
18
* the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
19
* Boston, MA 02110-1301, USA.
20
*
21
* $Id$
22
*
23
*/
24
25
#ifndef __THYRISTOR_H__
26
#define __THYRISTOR_H__
27
28
#include "
devstates.h
"
29
30
class
thyristor
:
public
qucs::circuit
,
public
qucs::devstates
31
{
32
public
:
33
CREATOR
(
thyristor
);
34
void
calcSP
(nr_double_t);
35
void
initDC
(
void
);
36
void
calcDC
(
void
);
37
void
saveOperatingPoints
(
void
);
38
void
loadOperatingPoints
(
void
);
39
void
calcOperatingPoints
(
void
);
40
void
initAC
(
void
);
41
void
calcAC
(nr_double_t);
42
void
initTR
(
void
);
43
void
calcTR
(nr_double_t);
44
45
private
:
46
nr_double_t
Ud
,
gd
,
Id
,
Qi
,
gi
,
Ui
;
47
48
nr_double_t
time_prev
,
Ud_last
;
49
void
calcTheModel
(
bool
);
50
51
private
:
52
qucs::matrix
calcMatrixY
(nr_double_t);
53
};
54
55
#endif
/* __THYRISTOR_H__ */
thyristor::calcSP
void calcSP(nr_double_t)
Definition:
thyristor.cpp:191
thyristor::calcAC
void calcAC(nr_double_t)
Definition:
thyristor.cpp:186
thyristor
Definition:
thyristor.cpp:234
thyristor::calcTheModel
void calcTheModel(bool)
Definition:
thyristor.cpp:62
thyristor::calcOperatingPoints
void calcOperatingPoints(void)
Definition:
thyristor.cpp:146
thyristor::calcTR
void calcTR(nr_double_t)
Definition:
thyristor.cpp:206
qucs::circuit
base class for qucs circuit elements.
Definition:
circuit.h:92
thyristor::initTR
void initTR(void)
Definition:
thyristor.cpp:199
qucs::devstates
Definition:
devstates.h:30
thyristor::gi
nr_double_t gi
Definition:
thyristor.h:46
thyristor::Ud
nr_double_t Ud
Definition:
thyristor.h:46
thyristor::CREATOR
CREATOR(thyristor)
devstates.h
thyristor::Qi
nr_double_t Qi
Definition:
thyristor.h:46
thyristor::gd
nr_double_t gd
Definition:
thyristor.h:46
qucs::matrix
Dense complex matrix class This class defines a matrix object with its methods, operators and operati...
Definition:
matrix.h:92
thyristor::Ui
nr_double_t Ui
Definition:
thyristor.h:46
thyristor::initAC
void initAC(void)
Definition:
thyristor.cpp:160
thyristor::time_prev
nr_double_t time_prev
Definition:
thyristor.h:48
thyristor::loadOperatingPoints
void loadOperatingPoints(void)
Definition:
thyristor.cpp:140
thyristor::initDC
void initDC(void)
Definition:
thyristor.cpp:49
thyristor::saveOperatingPoints
void saveOperatingPoints(void)
Definition:
thyristor.cpp:132
thyristor::Id
nr_double_t Id
Definition:
thyristor.h:46
thyristor::calcMatrixY
qucs::matrix calcMatrixY(nr_double_t)
Definition:
thyristor.cpp:165
thyristor::calcDC
void calcDC(void)
Definition:
thyristor.cpp:58
thyristor::Ud_last
nr_double_t Ud_last
Definition:
thyristor.h:48
Generated on Mon Sep 1 2014 20:08:27 for Qucs-core by
1.8.6