• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 37
  • 10
  • 8
  • 5
  • 5
  • Tagged with
  • 74
  • 74
  • 74
  • 29
  • 23
  • 20
  • 19
  • 18
  • 18
  • 15
  • 15
  • 13
  • 11
  • 11
  • 10
  • 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.
11

Block-based Adaptive Mesh Refinement Finite-volume Scheme for Hybrid Multi-block Meshes

Zheng, Zheng Xiong 27 November 2012 (has links)
A block-based adaptive mesh refinement (AMR) finite-volume scheme is developed for solution of hyperbolic conservation laws on two-dimensional hybrid multi-block meshes. A Godunov-type upwind finite-volume spatial-discretization scheme, with piecewise limited linear reconstruction and Riemann-solver based flux functions, is applied to the quadrilateral cells of a hybrid multi-block mesh and these computational cells are embedded in either body-fitted structured or general unstructured grid partitions of the hybrid grid. A hierarchical quadtree data structure is used to allow local refinement of the individual subdomains based on heuristic physics-based refinement criteria. An efficient and scalable parallel implementation of the proposed algorithm is achieved via domain decomposition. The performance of the proposed scheme is demonstrated through application to solution of the compressible Euler equations for a number of flow configurations and regimes in two space dimensions. The efficiency of the AMR procedure and accuracy, robustness, and scalability of the hybrid mesh scheme are assessed.
12

Block-based Adaptive Mesh Refinement Finite-volume Scheme for Hybrid Multi-block Meshes

Zheng, Zheng Xiong 27 November 2012 (has links)
A block-based adaptive mesh refinement (AMR) finite-volume scheme is developed for solution of hyperbolic conservation laws on two-dimensional hybrid multi-block meshes. A Godunov-type upwind finite-volume spatial-discretization scheme, with piecewise limited linear reconstruction and Riemann-solver based flux functions, is applied to the quadrilateral cells of a hybrid multi-block mesh and these computational cells are embedded in either body-fitted structured or general unstructured grid partitions of the hybrid grid. A hierarchical quadtree data structure is used to allow local refinement of the individual subdomains based on heuristic physics-based refinement criteria. An efficient and scalable parallel implementation of the proposed algorithm is achieved via domain decomposition. The performance of the proposed scheme is demonstrated through application to solution of the compressible Euler equations for a number of flow configurations and regimes in two space dimensions. The efficiency of the AMR procedure and accuracy, robustness, and scalability of the hybrid mesh scheme are assessed.
13

An Improved Ghost-cell Immersed Boundary Method for Compressible Inviscid Flow Simulations

Chi, Cheng 05 1900 (has links)
This study presents an improved ghost-cell immersed boundary approach to represent a solid body in compressible flow simulations. In contrast to the commonly used approaches, in the present work ghost cells are mirrored through the boundary described using a level-set method to farther image points, incorporating a higher-order extra/interpolation scheme for the ghost cell values. In addition, a shock sensor is in- troduced to deal with image points near the discontinuities in the flow field. Adaptive mesh refinement (AMR) is used to improve the representation of the geometry efficiently. The improved ghost-cell method is validated against five test cases: (a) double Mach reflections on a ramp, (b) supersonic flows in a wind tunnel with a forward- facing step, (c) supersonic flows over a circular cylinder, (d) smooth Prandtl-Meyer expansion flows, and (e) steady shock-induced combustion over a wedge. It is demonstrated that the improved ghost-cell method can reach the accuracy of second order in L1 norm and higher than first order in L∞ norm. Direct comparisons against the cut-cell method demonstrate that the improved ghost-cell method is almost equally accurate with better efficiency for boundary representation in high-fidelity compressible flow simulations. Implementation of the improved ghost-cell method in reacting Euler flows further validates its general applicability for compressible flow simulations.
14

Multigrid with Cache Optimizations on Adaptive Mesh Refinement Hierarchies

Thorne Jr., Daniel Thomas 01 January 2003 (has links)
This dissertation presents a multilevel algorithm to solve constant and variable coeffcient elliptic boundary value problems on adaptively refined structured meshes in 2D and 3D. Cacheaware algorithms for optimizing the operations to exploit the cache memory subsystem areshown. Keywords: Multigrid, Cache Aware, Adaptive Mesh Refinement, Partial Differential Equations, Numerical Solution.
15

Integrated adaptive numerical methods for transient two-phase flow in heterogeneous porous media

Chueh, Chih-Che 26 January 2011 (has links)
Transient multi-phase flow problems in porous media are ubiquitous in engineering and environmental systems and processes; examples include heat exchangers, reservoir simulation, environmental remediation, magma flow in the earth crust and water management in porous electrodes of PEM fuel cells. This thesis focuses on the development of accurate and computationally efficient numerical models to simulate such flows. The research challenges addressed in this work fall in two areas. For a numerical standpoint, conventional numerical methods including Newton-Raphson linearization and a simple upwind scheme do not always provide the required computational efficiency or sufficiently accurate resolution of the flow field. From a modelling perspective, closure schemes required in volume-averaged formulations, such as the generalized Leverett J function for capillary pressure, are specific to certain media (e.g. lithologic media) and are not valid for fibrous porous media, which are of central interest in fuel cells. This thesis presents a set of algorithms that are integrated efficiently to achieve computations that are more than two orders of magnitude faster compared to traditional techniques. The method uses an adaptive operator splitting method based on an a posteriori criterion to separate the flow from the transport equations which eliminates unnecessary and costly solution of the implicit pressure-velocity term at every time step; adaptive meshing to reduce the size of the discretized problem; efficient block preconditioned solver techniques for fast solution of the discrete equations; and a recently developed artificial diffusion strategy to stabilize the numerical solution of the transport equation. The significant improvements in accuracy and efficiency of the approach is demosntrated using numerical experiments in 2D and 3D. The method is also extended to advection-dominated problems to specifically investigate two-phase flow in heterogeneous porous media involving capillary transport. Both hydrophilic and hydrophobic media are considered, and insights relevant to fuel cell electrodes are discussed.
16

Adaptive Solvers for High-Dimensional PDE Problems on Clusters of Multicore Processors

Grandin, Magnus January 2014 (has links)
Accurate numerical solution of time-dependent, high-dimensional partial differential equations (PDEs) usually requires efficient numerical techniques and massive-scale parallel computing. In this thesis, we implement and evaluate discretization schemes suited for PDEs of higher dimensionality, focusing on high order of accuracy and low computational cost. Spatial discretization is particularly challenging in higher dimensions. The memory requirements for uniform grids quickly grow out of reach even on large-scale parallel computers. We utilize high-order discretization schemes and implement adaptive mesh refinement on structured hyperrectangular domains in order to reduce the required number of grid points and computational work. We allow for anisotropic (non-uniform) refinement by recursive bisection and show how to construct, manage and load balance such grids efficiently. In our numerical examples, we use finite difference schemes to discretize the PDEs. In the adaptive case we show how a stable discretization can be constructed using SBP-SAT operators. However, our adaptive mesh framework is general and other methods of discretization are viable. For integration in time, we implement exponential integrators based on the Lanczos/Arnoldi iterative schemes for eigenvalue approximations. Using adaptive time stepping and a truncated Magnus expansion, we attain high levels of accuracy in the solution at low computational cost. We further investigate alternative implementations of the Lanczos algorithm with reduced communication costs. As an example application problem, we have considered the time-dependent Schrödinger equation (TDSE). We present solvers and results for the solution of the TDSE on equidistant as well as adaptively refined Cartesian grids. / eSSENCE
17

Blast propagation and damage in urban topographies

Drazin, William January 2018 (has links)
For many years, terrorism has threatened life, property and business. Targets are largely in urban areas where there is a greater density of life and economic value. Governments, insurers and engineers have sought to mitigate these threats through understanding the effects of urban bombings, increasing the resilience of buildings and improving estimates of financial loss for insurance purposes. This has led to a desire for an improved approach to the prediction of blast propagation in urban cityscapes. Urban geometry has a significant impact on blast wave propagation. Presently, only computational fluid dynamics (CFD) methods adequately simulate these effects. However, for large-scale urban domains, these methods are both challenging to use and are computationally expensive. Adaptive mesh refinement (AMR) methods alleviate the problem, but are difficult to use for the non-expert and require significant tuning. We aim to make CFD urban blast simulation a primary choice for governments, insurers and engineers through improvements to AMR and by studying the performance of CFD in relation to other methods used by the industry. We present a new AMR flagging approach based on a second derivative error norm for compressive shocks (ENCS). This is compared with existing methods and is shown to lead to a reduction in overall refinement without affecting solution quality. Significant improvements to feature tracking over long distances are demonstrated, making the method easier to tune and less obtuse to non-experts. In the chapter that follows, we consider blast damage in urban areas. We begin with a validation and a numerical study, investigating the effects of simple street geometry on blast resultants. We then investigate the sensitivity of their distribution to the location of the charge. We find that moving the charge by a small distance can lead to a significant change in peak overpressures and creates a highly localised damage field due to interactions between the blast wave and the geometry. We then extend the investigation to the prediction of insured losses following a large-scale bombing in London. A CFD loss model is presented and compared with simpler approaches that do not account for urban geometry. We find that the simpler models lead to significant over-predictions of loss, equivalent to several hundred million pounds for the scenario considered. We use these findings to argue for increased uptake of CFD methods by the insurance industry. In the final chapter, we investigate the influence of urban geometry on the propagation of blast waves. An earlier study on the confinement effects of narrow streets is repeated at a converged resolution and we corroborate the findings. We repeat the study, this time introducing a variable porosity into the building facade. We observe that the effect of this porosity is as significant as the confinement effect, and we recommend to engineers that they consider porosity effects in certain cases. We conclude the study by investigating how alterations to building window layout can improve the protective effects of a facade. Maintaining the window surface area constant, we consider a range of layouts and observe how some result in significant reductions to blast strength inside the building.
18

A new approach to boundary integral simulations of axisymmetric droplet dynamics / 軸対称液滴運動の境界積分シミュレーションに対する新しいアプローチ

Koga, Kazuki 24 November 2020 (has links)
京都大学 / 0048 / 新制・課程博士 / 博士(情報学) / 甲第22861号 / 情博第740号 / 新制||情||127(附属図書館) / 京都大学大学院情報学研究科先端数理科学専攻 / (主査)教授 青柳 富誌生, 教授 磯 祐介, 教授 田口 智清 / 学位規則第4条第1項該当 / Doctor of Informatics / Kyoto University / DFAM
19

Convergence rates of adaptive algorithms for deterministic and stochastic differential equations

Moon, Kyoung-Sook January 2001 (has links)
NR 20140805
20

A Framework for Mesh Refinement Suitable for Finite-Volume and Discontinuous-Galerkin Schemes with Application to Multiphase Flow Prediction

Dion-Dallaire, Andrée-Anne 26 May 2021 (has links)
Modelling multiphase flow, more specifically particle-laden flow, poses multiple challenges. These difficulties are heightened when the particles are differentiated by a set of “internal” variables, such as size or temperature. Traditional treatments of such flows can be classified in two main categories, Lagrangian and Eulerian methods. The former approaches are highly accurate but can also lead to extremely expensive computations and challenges to load balancing on parallel machines. In contrast, the Eulerian models offer the promise of less expensive computations but often introduce modelling artifacts and can become more complicated and expensive when a large number of internal variables are treated. Recently, a new model was proposed to treat such situations. It extends the ten-moment Gaussian model for viscous gases to the treatment of a dilute particle phase with an arbitrary number of internal variables. In its initial application, the only internal variable chosen for the particle phase was the particle diameter. This new polydisperse Gaussian model (PGM) comprises 15 equations, has an eigensystem that can be expressed in closed form and also possesses a convex entropy. Previously, this model has been tested in one dimension. The PGM was developed with the detonation of radiological dispersal devices (RDD) as an immediate application. The detonation of RDDs poses many numerical challenges, namely the wide range of spatial and temporal scales as well as the high computational costs to accurately resolve solutions. In order to address these issues, the goal of this current project is to develop a block-based adaptive mesh refinement (AMR) implementation that can be used in conjunction with a parallel computer. Another goal of this project is to obtain the first three-dimensional results for the PGM. In this thesis, the kinetic theory of gases underlying the development of the PGM is studied. Different numerical schemes and adaptive mesh refinement methods are described. The new block-based adaptive mesh refinement algorithm is presented. Finally, results for different flow problems using the new AMR algorithm are shown, as well as the first three-dimensional results for the PGM.

Page generated in 0.112 seconds