• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 3
  • 2
  • Tagged with
  • 5
  • 5
  • 5
  • 2
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Hp-spectral Methods for Structural Mechanics and Fluid Dynamics Problems

Ranjan, Rakesh 2010 May 1900 (has links)
We consider the usage of higher order spectral element methods for the solution of problems in structures and fluid mechanics areas. In structures applications we study different beam theories, with mixed and displacement based formulations, consider the analysis of plates subject to external loadings, and large deformation analysis of beams with continuum based formulations. Higher order methods alleviate the problems of locking that have plagued finite element method applications to structures, and also provide for spectral accuracy of the solutions. For applications in computational fluid dynamics areas we consider the driven cavity problem with least squares based finite element methods. In the context of higher order methods, efficient techniques need to be devised for the solution of the resulting algebraic systems of equations and we explore the usage of element by element bi-orthogonal conjugate gradient solvers for solving problems effectively along with domain decomposition algorithms for fluid problems. In the context of least squares finite element methods we also explore the usage of Multigrid techniques to obtain faster convergence of the the solutions for the problems of interest. Applications of the traditional Lagrange based finite element methods with the Penalty finite element method are presented for modelling porous media flow problems. Finally, we explore applications to some CFD problems namely, the flow past a cylinder and forward facing step.
2

A Study Of Natural Convection In Molten Metal Under A Magnetic Field

Guray, Ersan 01 September 2006 (has links) (PDF)
The interaction between thermal convection and magnetic field is of interest in geophysical and astrophysical problems as well as in metallurgical processes such as casting or crystallization. A magnetic field may act in such a way to damp the convective velocity field in the melt or to reorganize the flow aligned with the magnetic field. This ability to manipulate the flow field is of technological importance in industrial processes. In this work, a direct numerical simulation of three-dimensional Boussinesq convection in a horizontal layer of electrically conducting fluid confined between two perfectly conducting horizontal plates heated from below in a gravitational and magnetic field is performed using a spectral element method. Periodic boundary conditions are assumed in the horizontal directions. The numerical model is then used to study the effects of imposing magnetic field. Finally, a low dimensional representation scheme is presented based on the Karhunen-Loeve approach.
3

Numerické modelování nestabilit při obtékání zahřívaných těles / Numerical modelling of unstable fluid flow past heated bodies

Pech, Jan January 2016 (has links)
Title: Numerical modeling of unstable fluid flow past heated bodies Author: Jan Pech Department: Mathematical Institute of Charles University Supervisor: prof. Ing. František Maršík, DrSc., Mathematical Institute of Charles University Abstract: Presented work brings new results to numerical computations of flow influenced by temperature changes. Constructed numerical algorithm takes into account variable coefficients of the differential operators in the system of in- compressible Navier-Stokes equations coupled with thermal heat equation. The spatial discretisation of the problem targets to application of high order method, the spectral element method. Phenomenons connected with high order approxi- mations are discussed on a number of examples and comparisons with methods of lower order, which are more common. Results were achieved for two fluids with opposite response to heating, air and water. The observed quantity is par- ticularly a frequency of vortex shedding, the Strouhal number, as dependent on temperature and Reynolds number. The calculated values were compared with experimental results and exhibit a good coincidence. Numerical analysis of sep- aration angle in flow around heated circular cylinder may give a new impulse to verification of accuracy and reliability of the developed method. Keywords:...
4

A Graphics Processing Unit Based Discontinuous Galerkin Wave Equation Solver with hp-Adaptivity and Load Balancing

Tousignant, Guillaume 13 January 2023 (has links)
In computational fluid dynamics, we often need to solve complex problems with high precision and efficiency. We propose a three-pronged approach to attain this goal. First, we use the discontinuous Galerkin spectral element method (DG-SEM) for its high accuracy. Second, we use graphics processing units (GPUs) to perform our computations to exploit available parallel computing power. Third, we implement a parallel adaptive mesh refinement (AMR) algorithm to efficiently use our computing power where it is most needed. We present a GPU DG-SEM solver with AMR and dynamic load balancing for the 2D wave equation. The DG-SEM is a higher-order method that splits a domain into elements and represents the solution within these elements as a truncated series of orthogonal polynomials. This approach combines the geometric flexibility of finite-element methods with the exponential convergence of spectral methods. GPUs provide a massively parallel architecture, achieving a higher throughput than traditional CPUs. They are relatively new as a platform in the scientific community, therefore most algorithms need to be adapted to that new architecture. We perform most of our computations in parallel on multiple GPUs. AMR selectively refines elements in the domain where the error is estimated to be higher than a prescribed tolerance, via two mechanisms: p-refinement increases the polynomial order within elements, and h-refinement splits elements into several smaller ones. This provides a higher accuracy in important flow regions and increases capabilities of modeling complex flows, while saving computing power in other parts of the domain. We use the mortar element method to retain the exponential convergence of high-order methods at the non-conforming interfaces created by AMR. We implement a parallel dynamic load balancing algorithm to even out the load imbalance caused by solving problems in parallel over multiple GPUs with AMR. We implement a space-filling curve-based repartitioning algorithm which ensures good locality and small interfaces. While the intense calculations of the high order approach suit the GPU architecture, programming of the highly dynamic adaptive algorithm on GPUs is the most challenging aspect of this work. The resulting solver is tested on up to 64 GPUs on HPC platforms, where it shows good strong and weak scaling characteristics. Several example problems of increasing complexity are performed, showing a reduction in computation time of up to 3× on GPUs vs CPUs, depending on the loading of the GPUs and other user-defined choices of parameters. AMR is shown to improve computation times by an order of magnitude or more.
5

Fast algorithms for frequency domain wave propagation

Tsuji, Paul Hikaru 22 February 2013 (has links)
High-frequency wave phenomena is observed in many physical settings, most notably in acoustics, electromagnetics, and elasticity. In all of these fields, numerical simulation and modeling of the forward propagation problem is important to the design and analysis of many systems; a few examples which rely on these computations are the development of metamaterial technologies and geophysical prospecting for natural resources. There are two modes of modeling the forward problem: the frequency domain and the time domain. As the title states, this work is concerned with the former regime. The difficulties of solving the high-frequency wave propagation problem accurately lies in the large number of degrees of freedom required. Conventional wisdom in the computational electromagnetics commmunity suggests that about 10 degrees of freedom per wavelength be used in each coordinate direction to resolve each oscillation. If K is the width of the domain in wavelengths, the number of unknowns N grows at least by O(K^2) for surface discretizations and O(K^3) for volume discretizations in 3D. The memory requirements and asymptotic complexity estimates of direct algorithms such as the multifrontal method are too costly for such problems. Thus, iterative solvers must be used. In this dissertation, I will present fast algorithms which, in conjunction with GMRES, allow the solution of the forward problem in O(N) or O(N log N) time. / text

Page generated in 0.098 seconds