Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "state machines" wg kryterium: Temat


Tytuł:
Speed Targeted Minimization of Finite State Machines for CPLDs
Autorzy:
Klimowicz, A.
Powiązania:
https://bibliotekanauki.pl/articles/114138.pdf
Data publikacji:
2018
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
finite state machines
minimization
logic synthesis
performance
speed
Opis:
A method of the minimization finite state machines (FSM) is proposed. In this method, such optimization criterion as the critical delay path is taken into account already at the stage of minimizing internal states. The method is based on sequential merging of two internal states including the optimization criteria. The critical path is estimated for CPLD devices. In addition, the proposed method allows one to minimize the number of transitions and input variables of the FSM. Experimental results shows, that the maximum clock frequency of minimized FSMs is higher by 17% comparing to initial FSM.
Źródło:
Measurement Automation Monitoring; 2018, 64, 1; 5-7
2450-2855
Pojawia się w:
Measurement Automation Monitoring
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Experimental Comparison of Synthesis Tools Altera Quartus II and Synthagate
Autorzy:
Węgrzyn, M.
Karatkevich, A.
Powiązania:
https://bibliotekanauki.pl/articles/226665.pdf
Data publikacji:
2013
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
logic design
state machines
logic devices
FPGA
VHDL
Opis:
The paper presents comparison between efficiency of an industrial FPGA design software tool Altera Quartus II and similar design software tool Synthagate by Syntezza company of an academic origin. The experiments were performed using a series of examples describing the Mealy finite state machines; onehot state encoding was used in all cases. Area (number of used logical blocks) was the main parameter used for the comparison. Influence of the way of FSM description (in VHDL language) on the quality of synthesis was studied. The obtained results show that Synthagate in almost all cases performs synthesis more efficiently and essentially quicker than Altera Quartus. Section I presents motivation of the research. Section II reminds the notion of FSM. Section III describes problems which had to be solved to provide correctness of experimental comparison. Section IV presents some details about state encoding way used in the experiments. In Section V, the experimental results are presented. Section VI describes the problems related to the comparison which still have to be solved. Section VII presents the conclusions from the experiments. Section VIII suggests possible reasons of the detected situation.
Źródło:
International Journal of Electronics and Telecommunications; 2013, 59, 4; 357-362
2300-1933
Pojawia się w:
International Journal of Electronics and Telecommunications
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Wybór sposobów opisu w języku Verilog układów kombinacyjnych przy syntezie automatów skończonych
Choice of combinational circuit specifications in the Verilog language at synthesis of finite state machines
Autorzy:
Salauyou, V.
Zabrocki, Ł.
Powiązania:
https://bibliotekanauki.pl/articles/972133.pdf
Data publikacji:
2013
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
układy kombinacyjne
automaty skończone
Verilog
combinational circuits
finite state machines
Opis:
Zbadane sposoby opisu układów kombinacyjnych automatów skończonych w języku Verilog, a problem wyboru najlepszego opisu z punktu widzenia kosztów realizacji. Problem został rozwiązany empirycznie. Zaproponowano siedem konstrukcji języka Verilog dla opisu układów kombinacyjnych, z których zostały wybrane dwie najlepsze konstrukcje. Pokazano, że wybór sposobu opisu pozwala zmniejszyć koszt realizacji średnio w 2,71 razy, a dla niektórych przypadków - w 3,40 razy. Praca ma duże znaczenie praktyczne.
In the paper techniques of combinational circuit specifications in the Verilog language at synthesis of finite state machines (FSMs) are examined. The problem of the best specification choice for minimization of an FSM cost is considered. This task was empirically solved by performing a great many experimental researches. There were proposed seven Verilog language constructions for specification of the FSM combinational circuits, four with the statement if and three with the statement case, from which two best constructions were chosen on a basis of the experimental investigations. For different methods of the FSM description the comparison of the maximum and minimum cost of implementation was made. It was shown that the choice of the specification technique allowed reducing the FSM cost by a factor of 2.71 on the average and sometimes even by a factor of 3.40. This approach is of great practical importance, since it allows reducing the FSM realization cost and raising the FSM speed essentially without any special efforts from designers and application of any special synthesis methods.
Źródło:
Pomiary Automatyka Kontrola; 2013, R. 59, nr 8, 8; 763-765
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Zastosowanie wspólnego modelu automatów Mealy'ego i Moore'a do realizacji układów sekwencyjnych w układach programowalnych
Application of the common model of Mealy and Moore finite state machines to realization of sequential circuits on programmable logic devices
Autorzy:
Klimowicz, A.
Salauyou, V.
Powiązania:
https://bibliotekanauki.pl/articles/156545.pdf
Data publikacji:
2012
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
automaty skończone
synteza logiczna
CPLD/FPGA
finite state machines
logic synthesis
Opis:
W pracy opisano syntezę automatów skończonych na bazie programowalnych układów logicznych (PLD). Cechą szczególną metody jest zastosowanie wartości zmiennych wyjściowych w charakterze części kodu stanów wewnętrznych automatu. W celu rozwiązania zadania został zastosowany wspólny model automatów Mealy'ego i Moore'a, przy czym automat nie podlega żadnym przekształceniom związanym ze zwiększeniem liczby stanów wewnętrznych i liczby przejść. W pracy opisano też metodę syntezy wspólnego modelu automatów skończonych klas AC.
This paper describes the problem of synthesis of finite automata on programmable logic devices. A special feature of the method is the application of the values of output variables as a code or the part of a code of internal states of finite automata. In order to solve the problem, a common model of Mealy [4] and Moore [5] machines is used. The main difference of this approach in relation to known methods [1-3, 6, 7, 9] is that the finite state machine does not undergo any transformation associated with a increase in the number of internal states and the number of transitions of a finite automaton. In this paper three models of finite state machines are considered (classes: A, B and C). They are applied to realization of a FSM on programmable logic. The paper presents the necessary conditions for the possibility of using the values of output variables as a code of internal states of a finite automaton. In the paper there is described the method for synthesis of a common model for the finite state machine of AC class. The idea of the proposed approach is to find such sets of the values of output variables which are formed at all transitions from the corresponding states and satisfy the conditions of realization. It also aims at doing a special coding of the internal states, where the sets of values of the output variables are used as a part of the code of the internal states. There are given possible directions for future research in the area of synthesis of new structural models of finite state machines.
Źródło:
Pomiary Automatyka Kontrola; 2012, R. 58, nr 7, 7; 653-655
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Koszt implementacji w strukturach CPLD i FPGA jako kryterium wyboru stanów przy minimalizacji automatu skończonego
Cost of implementation in CPLD and FPGA structures as the criterion of state selection for minimization of finite state machines
Autorzy:
Klimowicz, A.
Powiązania:
https://bibliotekanauki.pl/articles/154809.pdf
Data publikacji:
2014
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
automaty skończone
synteza logiczna
minimalizacja
CPLD
finite state machines
logic synthesis
minimization
Opis:
W pracy opisano heurystyczną metodę minimalizacji automatów skończonych, która pozwala na etapie minimalizacji stanów uwzględniać parametry bazy technologicznej oraz metodę kodowania stanów. Opisano kryteria minimalizacji liczby stanów ze względu na koszt ich realizacji w strukturze CPLD, gdzie głównym parametrem wpływającym na realizację jest liczba termów podłączonych do jednej makrokomórki i liczba elementarnych koniunkcji w opisie SOP (Sum of Products) funkcji logicznej oraz FPGA, gdzie głównym parametrem jest liczba wejść elementu logicznego i liczba argumentów realizowanej funkcji logicznej. Przedstawiono także wyniki badań opracowanych algorytmów i porównanie ich z innymi metodami minimalizacji stanów.
In the paper a heuristic method of minimization of incompletely specified finite state machines is described. This method allows taking into account the parameters of technological base, the method of state assignment and realization costs. The presented method is focused on realization of FSM in CPLD and FPGA structures. The method is based on operation of merging two states. In addition to reducing internal states this method minimizes the number of FSM transitions and FSM input variables. In contrast to the previously developed methods, in each step of the algorithm there is considered not only one, but the entire set of all pairs of states for which it is permissible to merge. Then from the set there is selected the pair of states which best matches the criteria of minimizing. The paper describes the criteria for minimizing the number of states of the machine because of the cost of their implementation in the CPLD. The main parameter influencing the implementation is a number of terms connected to one macrocell and FPGA structures, where the main parameter is the number of LUT inputs and the number of logic function arguments. The results of implementation of the minimized FSMs in programmable devices showed that the proposed method allowed building FSMs at lower cost and higher speed than STAMINA program for CPLD and FPGA devices.
Źródło:
Pomiary Automatyka Kontrola; 2014, R. 60, nr 7, 7; 480-482
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Minimalizacja automatów skończonych z uwzględnieniem ich kosztu realizacji w układach programowalnych o strukturze CPLD
Minimization of finite state machines taking into account the cost of realization in CPLD devices
Autorzy:
Klimowicz, A.
Powiązania:
https://bibliotekanauki.pl/articles/155171.pdf
Data publikacji:
2013
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
automaty skończone
synteza logiczna
minimalizacja
CPLD
finite state machines
logic synthesis
minimization
Opis:
W pracy opisano heurystyczną metodę minimalizacji nie w pełni określonych automatów skończonych, która pozwala już na etapie minimalizacji stanów wewnętrznych uwzględniać parametry bazy technologicznej, metodę kodowania stanów oraz optymalizować koszt realizacji automatu w strukturze programowalnej. Opisano kryteria minimalizacji liczby stanów automatu ze względu na koszt ich realizacji w strukturze CPLD, gdzie głównym parametrem wpływającym na realizację jest liczba termów podłączonych do makrokomórki. Dodatkowym efektem działania metody jest minimalizacja liczby przejść automatu.
In the paper a heuristic method of minimization of incompletely specified finite state machines is described. This method allows taking into account parameters of technological base, the method of state assignment and realization costs. The presented method is focused on realization of an FSM in the CPLD structure. The method is based on an operation of merging two states. In addition to reducing internal states, this method minimizes the number of FSM transitions and FSM input variables. In contrast to the previously developed methods, in each step of the algorithm there is considered not only one, but the entire set of all pairs of states for which it is permissible to merge. Then the pair of states which best matches the criteria of minimizing is selected from the set. Two FSM states can be merged if they are equivalent. FSM behavior does not change after the states are merged, if the transition conditions from these states that lead to different states are orthogonal. If there are transi-tions from the states that lead to the same states, the transition conditions for such transitions should be equal. Moreover, the output vectors generated in these states should not be orthogonal. It should be noted that wait states can be formed at the merging of FSM states. This paper describes the criteria for minimizing the number of states of the machine because of the cost of their implementation in the CPLD structure, where the main parameter influencing the implementation is a number of terms connected to one macrocell.
Źródło:
Pomiary Automatyka Kontrola; 2013, R. 59, nr 8, 8; 760-762
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Scripting language in serious games for psychology
Autorzy:
Grudziński, T.
Mikuszewski, R.
Szczęsna, A.
Szynalik, M.
Urbanek, K.
Powiązania:
https://bibliotekanauki.pl/articles/332929.pdf
Data publikacji:
2010
Wydawca:
Uniwersytet Śląski. Wydział Informatyki i Nauki o Materiałach. Instytut Informatyki. Zakład Systemów Komputerowych
Tematy:
gry interaktywne
system zdarzeń
język skryptowy
serious game
state machines
event system
scripting language
Opis:
Computer and video games are more and more used for serous purposes not only for entertainment. In few last years we can observe very fast market development of serious games. They are used to education, simulation, research, health and therapy purposes. This paper describes main features of serious games used for psychology. Specialists prepare scenarios of games with therapeutic points. To fast, easy and efficient implementing such scenario of game the scripting language can be used. In this paper the main features of the scripting language the Sciptarin to support implementing serious games for psychology were described.
Źródło:
Journal of Medical Informatics & Technologies; 2010, 16; 61-68
1642-6037
Pojawia się w:
Journal of Medical Informatics & Technologies
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Ocena stanu technicznego maszyn górniczych w oparciu o kryterium rozkładu Weibulla
Assessment of technical condition mining machines based on the criterion of the Weibull distribution
Autorzy:
Korbiel, T.
Biały, W.
Czerwiński, S.
Powiązania:
https://bibliotekanauki.pl/articles/112676.pdf
Data publikacji:
2016
Wydawca:
STE GROUP
Tematy:
diagnostyka techniczna
rozkład Weibulla
ocena stanu maszyn
analiza trendów
technical diagnostics
Weibull distribution
assessment of state machines
analysis of trends
Opis:
W eksploatacji maszyn i urządzeń jednym z najważniejszych parametrów jest stan dynamiczny obiektu. Najbardziej popularną metodą oceny stanu dynamicznego jest obserwacja procesów resztkowych. W szczególności, dynamiczne procesy resztkowe są nośnikiem informacji diagnostycznej. Pomiar drgań i hałasu pracujących maszyn dostarcza wiedzy na temat dynamiki ocenianej maszyny. Wieloletnia wiedza i doświadczenie pozwoliły na stworzenie procedur diagnostycznych. W większości maszyn stosowanych w przemyśle, procedury zapisane w normach ISO 10816 i ISO 7919 pozwalają na skuteczną diagnostykę oraz optymalne zarządzanie eksploatacją maszyn. Stosowalność tych norm jest bardzo duża, jednak występują maszyny, których parametry uniemożliwiają ich stosowalność. Do takich maszyn można zaliczyć niektóre maszyny stosowane w górnictwie podziemnym. W ocenie diagnostycznej kombajnów górniczych, przenośników zgrzebłowych, jak i innych maszyn będących w ciągu technologicznym, zastosowanie stref oceny zgodnych z norami ISO 10816 i ISO 7919 jest niepoprawne. W ocenie diagnostycznej tego typu maszyn najczęściej korzysta się z analizy trendów długoczasowych. Wyznaczenie dopuszczalnych poziomów drgań uzyskiwane są na drodze heurystycznej poprzez obserwacje rozwoju uszkodzenia do stanu awaryjnego. W artykule zaprezentowano metodykę oceny stanu maszyny wykorzystującą modele degradacji urządzeń, oparte o rozkład Weibulla. Opracowaną metodykę zastosowano do rzeczywistych wyników pomiaru drgań maszyn dołowych w jednej z kopalni węgla kamiennego. Przeprowadzone analizy wskazały dużą skuteczność prezentowanej metodyki.
In exploitation of machines one of the prior parameter is dynamic condition of an object. The most popular method of giving results about dynamic condition is observation of residual processes. Especially dynamic residual processes are carriers of diagnostic information. measurements of vibration and noise of working machines provide knowledge about dynamics of a evaluated machine. Long-term knowledge and experience allowed to create diagnostic procedures. In mostly devices created in industry, procedures are written in standards ISO 10816 and ISO 7919 which allows effective diagnostic and optimal management of devices. Applicability of this standards is most popular, but there also appear devices which parameters forbid their applicability. To this devices can qualify some of used in underground mining. Giving a diagnostic mark for a longwall shearers, scraper conveyors and many of the others devices being in technological sequence, application of mark spheres compatible with ISO 10816 and ISO 7919 is incorrect. In diagnostic evaluation this kind of a machine we usually use analysis long time trends. Determination acceptable levels of vibrations are getting in heuristicway, by observation a development of a damage to an emergency state. In article there is presented methodology of giving a diagnostic mark about machines which uses models of degradations of a device, based on Weibull analysis. Presented method were used to gave real marks of vibration machinery and equipment for underground mining in one of the coalmine. Conduction of analysis showed a more effectiveness of a presented methodology.
Źródło:
Systemy Wspomagania w Inżynierii Produkcji; 2016, 1 (13); 639-654
2391-9361
Pojawia się w:
Systemy Wspomagania w Inżynierii Produkcji
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Formalna weryfikacja maszyny stanów z wykorzystaniem logiki temporalnej
Formal verification of a state machine with use of temporal logic
Autorzy:
Grobelna, I.
Powiązania:
https://bibliotekanauki.pl/articles/154298.pdf
Data publikacji:
2009
Wydawca:
Stowarzyszenie Inżynierów i Techników Mechaników Polskich
Tematy:
algorytmiczne maszyny stanów ASM
logika temporalna
technika Model Checking
algorithmic state machines ASM
temporal logic
formal verification of specification
Model Checking technique
Opis:
Artykuł przedstawia koncepcję specyfikacji współbieżnego procesu sterowania cyfrowego za pośrednictwem diagramów algorytmicznych maszyn stanów ASM w języku aprobowanym przez profesjonalne narzędzie model checker. Specyfikacja może zostać następnie formalnie zweryfikowana pod kątem wymagań stawianych projektowanemu systemowi. Lista wymagań tworzona jest przy wykorzystaniu liniowej logiki temporalnej LTL. Formalna weryfikacja Model Checking polega na sprawdzeniu, czy model systemu spełnia stawiane mu wymagania. W przypadku wykrycia niespóności generowany jest odpowiedni kontrprzykład.
The paper presents the formal specification method of concurrent control processes in form of algorithmic state machines ASM [5] in a language accepted by a professional model checker tool NuSMV. Basing on linear temporal logic LTL [7, 8, 9, 16] a requirement list (Fig. 6) for the system model is prepared. Formal verification Model Checking [17, 19] consists in comparison of the model description and the requirements list. If some requirements cannot be fulfilled, the appropriate counterexample is generated (Fig. 7), which allows localizing the error source. The ASM diagrams (Fig. 4) are fully determined, but they do not support modularity, that is why they are not well suited for specification of concurrent controlling processes. The paper includes a short introduction to the theory of algorithmic state machines ASM (Section 2), temporal logic (Section 3) and model checking technique (Section 4). The proposed solution is presented on an example (Section 5) of the process of controlling (partially concurrent) movements of two vehicles (Fig. 2). The formal verification method of the ASM diagrams with its advantages and disadvantages as well as the general conclusions are given at the end of the paper (Section 6).
Źródło:
Pomiary Automatyka Kontrola; 2009, R. 55, nr 7, 7; 457-460
0032-4140
Pojawia się w:
Pomiary Automatyka Kontrola
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Praca silnikowa generatora synchronicznego podczas awaryjnego połączenia z siecią elektroenergetyczną
The motor work of synchronous generator during single-and double-phase supply from electrical network
Autorzy:
Zakrzewski, K.
Powiązania:
https://bibliotekanauki.pl/articles/159861.pdf
Data publikacji:
2016
Wydawca:
Sieć Badawcza Łukasiewicz - Instytut Elektrotechniki
Tematy:
maszyny synchroniczne
stany awaryjne
synchronous machines
breakdown state
Opis:
W pracy zwrócono uwagę na bieg synchroniczny generatora pracującego jako silnik w warunkach, kiedy wskutek awarii wyłącznika sieciowego jeden lub dwa bieguny pozostają w stanie zamkniętym. Określono wartość momentu maksymalnego, który teoretycznie może być rozwijany przez silnik w wymienionych stanach zasilania od strony sieci elektroenergetycznej. Założono, że strona GN transformatora blokowego jest połączona w gwiazdę z przewodem zerowym, strona DN w trójkąt.
The paper deals with the synchronous run of three – phase generator which works as a motor during single- and double-phase supply from electrical network. The maximal torque of the motor in this states was defined. The generator transformer connection is: HV winding-star with neutral conductor, LV winding-triangle.
Źródło:
Prace Instytutu Elektrotechniki; 2016, 275; 23-29
0032-6216
Pojawia się w:
Prace Instytutu Elektrotechniki
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Wybrane stany przejściowe silników indukcyjnych
Selected transient states of induction motors
Autorzy:
Sołbut, Adam
Powiązania:
https://bibliotekanauki.pl/articles/1196904.pdf
Data publikacji:
2019
Wydawca:
Sieć Badawcza Łukasiewicz - Instytut Napędów i Maszyn Elektrycznych Komel
Tematy:
maszyny indukcyjne
stany przejściowe
induction machines
transient state
Opis:
Sinusoidal voltage-fed squirrel-cage motor transient states modeling possibilities using original author’s software (asynch.c) are presented in the paper. The program provides dynamic waveforms presentation, on the background of mechanical characteristics, calculated based on equivalent circuit and the Kloss’s equation. Modeling of many different induction motor’s supplying methods, braking methods (1-phase, dynamic), motor’s reversion and any kind of supplying voltage asymmetry is also possible. For simulation program realization, original author’s programming solutions providing simulation algorithms building have been used, basing on non-linear state equations description. Original programming solutions provide parameter and state variables values changing during the simulation time.
W artykule przedstawiono możliwości modelowania stanów przejściowych siników klatkowych zasilanych napięciem sinusoidalnym z wykorzystaniem oryginalnego oprogramowania (asynch.c). Program umożliwia prezentację przebiegów dynamicznych na tle charakterystyk mechanicznych obliczanych na podstawie pełnego schematu zastępczego oraz równania Klossa. Możliwe jest także modelowanie wielu różnych sposobów zasilania maszyny indukcyjnej oraz różnych sposobów hamowania (jednofazowego, dynamicznego), nawrotu silnika oraz uwzględnienie dowolnej niesymetrii napięcia zasilającego. Do budowy programu symulacyjnego użyto autorskich rozwiązań programowych ułatwiających tworzenie programów symulacyjnych na podstawie zapisu problemu w postaci nieliniowych równań stanu. Oryginalne rozwiązania programowe umożliwiają zmianę parametrów oraz wartości zmiennych stanu w czasie symulacji.
Źródło:
Maszyny Elektryczne: zeszyty problemowe; 2019, 1, 121; 13-18
0239-3646
2084-5618
Pojawia się w:
Maszyny Elektryczne: zeszyty problemowe
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analysis of thermally unsteady states of electric machines as structures of the two bodies
Autorzy:
Mukosiej, J.
Powiązania:
https://bibliotekanauki.pl/articles/1372734.pdf
Data publikacji:
2011
Wydawca:
Sieć Badawcza Łukasiewicz - Instytut Napędów i Maszyn Elektrycznych Komel
Tematy:
maszyna elektryczna
stan termicznie niestabilny
electric machines
thermally unsteady state
Opis:
When calculating the thermally unsteady state of electric machines, apart of the parameter on which depends the heating of machines in the thermally steady state there is still a parameter related to the thermal inertia of the individual parts of the machine. The aim of the paper is an analysis of the influence of the parameters affecting the thermal variations in the machine. The most convenient for this analysis is the assumption that the machine consists of two thermally inert elements because this assumption allows to perform the analysis analytically. The conclusions of the analysis also concern the machine treated as a system composed of many thermally inert elements. As a result of the analysis a view has been obtained what role is played by time constants and what by thermal coefficients in heating and cooling of machines. It was shown that the time constants depend on that whether the machine rotates or not.
Źródło:
Maszyny Elektryczne: zeszyty problemowe; 2011, 4, 92; 79-83
0239-3646
2084-5618
Pojawia się w:
Maszyny Elektryczne: zeszyty problemowe
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Wyznaczenie rozkładu temperatur stanu ustalonego w modelu 2D przy użyciu programu Excel
Solving Steady State Temperature Field in Two-Dimensional Model Use of Excel
Autorzy:
Białas, A
Powiązania:
https://bibliotekanauki.pl/articles/1368569.pdf
Data publikacji:
2013
Wydawca:
Sieć Badawcza Łukasiewicz - Instytut Napędów i Maszyn Elektrycznych Komel
Tematy:
maszyny elektryczne
ustalony rozkład temperatur
electrical machines
steady-state temperature
Opis:
The two-dimensional steady state heat conduction solution with use of Excel is presented in the paper. The seven sheet are done in Excel: DW (boundary conditions, convection coefficient and thermal conductivity are added to the divided for rectangle elements $\Delta$x, $\Delta$y model); PP, LP, GP, DP (thermal conductivity between neighbouring cells is solved); QW (heat capacity in the individual cells); TO (temperature iterative solution is carried out). On the last sheet the thermal distribution graph of the simplified plate with two fins is shown.
W artykule przedstawiono rozwiązanie dwuwymiarowego ustalonego pola temperatur przy użyciu programu Excel. Program ten został podzielony na poszczególne arkusze: DW (w którym przedstawione są warunki brzegowe, przewodność cieplna, współczynnik wnikania ciepła, oraz podział modelu na komórki bilansowe Δx, $/delta/y); PP, LP, GP, DP (obliczana jest przewodność cieplna między sąsiednimi komórkami); QW (zawierające dane o wydajności źródeł ciepła w poszczególnych komórkach); TO (obliczona jest temperatura w poszczególnych komórkach analizowanego modelu). W ostatnim arkuszu przedstawiony został wykres rozkładu pola temperatur analizowanego modelu.
Źródło:
Maszyny Elektryczne: zeszyty problemowe; 2013, 1, 98; 233-237
0239-3646
2084-5618
Pojawia się w:
Maszyny Elektryczne: zeszyty problemowe
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Steady-state time-periodic finite element analysis of a brushless DC motor drive considering motion
Autorzy:
Jagieła, M.
Gwóźdź, J.
Powiązania:
https://bibliotekanauki.pl/articles/141576.pdf
Data publikacji:
2015
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
finite elements
brushless machines
inverter drives
steady-state
mathematical modeling
Opis:
This paper aims at providing a framework for comprehensive steady-state time-domain analysis of rotating machines considering motion. The steady-state waveforms of electromagnetic and circuit quantities are computed via iterative solution of the nonlinear field-circuit-and-motion problem with constraints of time periodicity. The cases with forced speed and forced load torque are considered. A comparison of execution times with a conventional time-stepping transient model is carried out for two different machines. The numerical stability of a time-periodic model with forced speed is shown to be worse than that of traditional transient time-stepping one, although the model converges within a reasonable number of iterations. This is not the case if forced load via equation of mechanical balance is accounted for. To ensure convergence of the iterative process the physical equation of motion is replaced by the fixed-point equation. In this way the model delivers time-periodic solutions regarding not only the electromagnetic quantities but also the rotational speed.
Źródło:
Archives of Electrical Engineering; 2015, 64, 3; 471-486
1427-4221
2300-2506
Pojawia się w:
Archives of Electrical Engineering
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Modeling and simulation aspects of AC machines
Autorzy:
Popp, M.
Laza, P.
Mathis, W.
Powiązania:
https://bibliotekanauki.pl/articles/141659.pdf
Data publikacji:
2016
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
State Space Modeling
AC Machines
ODE and DAE Solvers
MATLAB
Opis:
In the field of power and drive systems, electrical AC machines are mostly modeled using a set of explicit ordinary differential equations in a state space representation. It is shown, that by using other equation types for simulation, algebraic constraints arising from aggregating several machines to a more complex system can directly be considered. The effects of different model variants on numerical ODE/DAE solvers are investigated in the focus of this work in order perform efficient simulations of larger systems possessing electrical AC machines.
Źródło:
Archives of Electrical Engineering; 2016, 65, 2; 315-326
1427-4221
2300-2506
Pojawia się w:
Archives of Electrical Engineering
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies