Preferencje help
Widoczny [Schowaj] Abstrakt
Liczba wyników

Znaleziono wyników: 6

Liczba wyników na stronie
first rewind previous Strona / 1 next fast forward last
Wyniki wyszukiwania
Wyszukiwano:
w słowach kluczowych:  mesh adaptation
help Sortuj według:

help Ogranicz wyniki do:
first rewind previous Strona / 1 next fast forward last
EN
This paper presents an overview of formulations and algorithms that are dedicated to modeling the influence of electromagnetic waves on the human head. We start from h adaptive approximation of a three-dimensional MRI scan of the human head. Next, we solve the time-harmonic Maxwell equations with a 1.8 GHz cellphone antenna. We compute the specific absorption rate used as the heat source for the Pennes bioheat equation modeling the heat generated by EM waves inside the head. We propose an adaptive algorithm mixed with time-stepping iterations where we simultaneously refine the computational mesh, solve the Maxwell and Pennes equations, and iterate the time steps. We employ the sparse Gaussian elimination algorithm with the low-rank compres-sion of the off-diagonal matrix blocks for the factorization of the matrices. We conclude with the statement that 15 minutes of talking with a 1.8 GHz antenna with one watt of power results in increased brain tissue temperatures (up to 38.4◦C).
PL
W pracy modelowano proces spawania TIG wykorzystując gaussowskie źródło ciepła. Obliczenia przeprowadzono wykorzystując własne oprogramowanie Mod_FEM_met, będące usługą infrastruktury PL-Grid+, przeznaczone między innymi do modelowania procesu spawania za pomocą metody elementów skończonych. Program posiada strukturę modularną, w której wykorzystano moduły do rozwiązywania równań Naviera-Stokesa i transportu ciepła wraz z nadrzędnym modułem sprzęgającym użytym do modelowania spawania. Aby zwiększyć szybkość i dokładność obliczeń, w miejscach o dużym błędzie aproksymacji wykorzystano adaptacyjną siatkę. Obliczenia wykonano dla płytki wykonanej ze stali HS6-5-2. W obliczeniach uwzględniono zależność własności stali HS6-5-2 od temperatury oraz zjawiska termiczne na brzegach i wewnątrz obszaru jeziorka spawalniczego. Wynikiem obliczeń są wymiary i kształt jeziorka spawalniczego, pola prędkości i temperatury. Wyniki obliczeń wskazują, że parametrem optymalizującym dopasowanie wyników obliczeń do danych eksperymentalnych może być sprawność źródła ciepła.
EN
The study presents modeling of the TIG welding process using a Gaussian heat source. The calculations were performed using our in-house software Mod_FEM_met, designed for modeling, among others, welding processes using finite element method and employed as a service of PL-Grid+ infrastructure. The program has a modular structure, with the modules for solving the Navier-Stokes and heat transport equations together with a coupling super-module used in welding simulations. To increase computing speed and accuracy in areas with large error of approximation, adaptive meshes were used. Calculations were performed for plate made of HS6-5-2 steel. In the calculations the temperature dependent properties of HS6-5-2 steel, as well as thermal phenomena at the edges and inside the weld pool were taken into consideration. The results of the calculations include the dimensions and shape of the weld pool, as well the velocity and temperature fields. The results indicate how the efficiency of heat source can be used as a parameter to optimize the fitting of calculations to the experimental data.
EN
The subject of the article concerns the issues of remeshing, transforming a polygonal mesh into a triangular mesh adapted to its surface. From the initial polygonal mesh, the curvature of surface and boundary is retrieved and used to calculate a metric tensor varying in three-dimensional space. In the proposed approach, the curvature is computed using local approximation of surfaces and curves on the basis of vertices of the polygonal mesh. An essential part of the presented remeshing procedure is a creation of a control space structure based on the retrieved discrete data. The subsequent process of remeshing is then supervised by the contents of this auxiliary structure. The article presents various aspects related to the procedure of initialization, creation, and adjustment of the control space structure.
4
Content available remote Modeling of Inconel 625 TIG welding process
EN
Inconel 625 alloy is widely used in the aerospace industry because of its high strength, especially at high temperatures, corrosion resistance and excellent weldability. The study presents modeling of the TIG welding process using a Gaussian heat source. The calculations were performed using our in-house software Mod_FEM_met, designed for modeling, among others, welding processes using finite element method and employed as a service of PL-Grid+ infrastructure. The program has a modular structure, with the modules for solving the Navier-Stokes and heat transport equations together with a coupling super-module used in welding simulations. To increase computing speed and accuracy in areas with large error of approximation, adaptive meshes were used. Calculations were performed for plate made of Inconel 625. In the calculations the temperature dependent properties of Inconel 625 alloy, as well as thermal phenomena at the edges and inside the weld pool were taken into consideration. The results of the calculations include the dimensions and shape of the weld pool, as well the velocity and temperature fields. The results indicate how the efficiency of heat source can be used as a parameter to optimize the fitting of calculations to the experimental data.
PL
Stop typu Inconel 625 jest szeroko stosowany w przemyśle lotniczym i kosmicznym ze względu na swoją wysoką wytrzymałość szczególnie w wysokich temperaturach, odporność na korozję i doskonałą spawalność. W pracy modelowano proces spawania TIG wykorzystując gaussowskie źródło ciepła. Obliczenia przeprowadzono wykorzystując własne oprogramowanie Mod_FEM_met, będące usługą infrastruktury PLGrid+, przeznaczone między innymi do modelowania procesu spawania za pomocą metody elementów skończonych. Program posiada strukturę modularną, w której wykorzystano moduły do rozwiązywania równań Naviera-Stokesa i transportu ciepła wraz z nadrzędnym modułem sprzęgającym użytym do modelowania spawania. Aby zwiększyć szybkość i dokładność obliczeń, w miejscach o dużym błędzie aproksymacji wykorzystano adaptacyjną siatkę. Obliczenia wykonano dla płytki wykonanej ze stopu Inconel 625. W obliczeniach uwzględniono zależność własności stopu Inconel 625 od temperatury oraz zjawiska termiczne na brzegach i wewnątrz obszaru jeziorka spawalniczego. Wynikiem obliczeń są wymiary i kształt jeziorka spawalniczego, pola prędkości i temperatury. Wyniki obliczeń wskazują, że parametrem optymalizującym dopasowanie wyników obliczeń do danych eksperymentalnych może być sprawność źródła ciepła.
EN
The paper presents an analysis of the efficiency of the application of heap lists data structures to the 2D triangular mesh generation algorithms. Such efficiency is especially important for the frontal methods for which the size of the generated mesh is controlled by a prescribed function in the considered domain. In the presented approach two advancing front procedures are presented: first for points insertion and the second for the Delaunay triangulation. If the heap lists are applied to the minimal size of frontal segment selection, a better quality mesh is obtained.
6
Content available remote MESH adaptation in 3D numerical modeling of heat conductivity
EN
Heuristic algorithms are used in almost every area of science, including technology, medicine and economics. People engaged in some particular problem often don't have enough knowledge to implement for example a genetic algorithm. In this paper we present a library of heuristic algorithms' templates, which was designed in response to this problem. This library, called MetaHLib, was designed to enable more people to use heuristic algorithms. There is no necessity to know how they work in detail. This article describes fundamental features of the library, components that belong to MetaHLib and a way of using them. Possibilities of using elements of the library in conjuction with external applications were taken into account. Library usage was presented on the example of optimization of inputparameters for mesh generator. The mesh generator using elements which are Kalvin's tetradekahedrons was applied for this purpose. This problem was solved by using evolutionary algorithm's template and additional components which belongs to the library discussed in this paper. this optization enabled us to decrease number of irregular boundary elements.
PL
Numeryczne modelowanie zagadnienia przewodzenia ciepła w przestrzeni trójwymiarowej jest złożonym i czasochłonnym zadaniem. Adaptacja siatki stanowi jedną z technik pozwalających skrócić czas symulacji numerycznych w odniesieniu do obliczeń z zastosowaniem gęstej siatki i poprawia ich dokładność poprzez proces adaptacji zależny od rozpatrywanego zagadnienia i warunków brzegowych. W pracy zawarto szacowanie błędu dyskretyzacji siatki, na podstawie którego zbadano wpływ procesu adaptacji na modelowane zagadnienie przewodzenia ciepła. Badania eksperymentalne pokazują, że zastosowanie adaptacji siatki prowadzi do uzyskania dokładniejszych wyników.
first rewind previous Strona / 1 next fast forward last
JavaScript jest wyłączony w Twojej przeglądarce internetowej. Włącz go, a następnie odśwież stronę, aby móc w pełni z niej korzystać.