• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 216
  • 129
  • 40
  • 19
  • 13
  • 8
  • 7
  • 5
  • 4
  • 3
  • 2
  • 2
  • 2
  • 2
  • 1
  • Tagged with
  • 518
  • 518
  • 119
  • 119
  • 96
  • 73
  • 69
  • 67
  • 65
  • 60
  • 53
  • 53
  • 52
  • 48
  • 46
  • 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.
221

AN ANALYSIS OF THE MOMENTS AND APPROXIMATION OF A STOCHASTIC HODGKIN-HUXLEY MODEL OF NEURON POTENTIAL

Davidson, Daniel 01 August 2023 (has links) (PDF)
In this thesis, we introduce several closely related stochastic models which generalize the deterministic Hodgkin-Huxley formalism to an SDE framework. We provide analytical results on the existence and uniqueness of solutions as well as the exact formulas for the moments of a simplified model, with simplifications motivated by the experiments performed by Hodgkin and Huxley in their seminal paper.For more complicated models, we provide an approach for the approximation and simulation of solutions to the corresponding SDEs, and show several realizations of the sample paths and moments of these simulations to verify qualitative behavior in this case. All code for the project is written in the Julia language and can be obtained upon request by the reader.
222

Solving Ordinary Differential Equations and Systems using Neural Network Methods / Att Lösa Ordinära Differentialekvationer och System med hjälp av Neurala Nätverk

Westrin, Mimmi January 2023 (has links)
The applications of differential equations are many. However, many differential equations modelling real-world scenarios are very complex and it can be of great difficulty to find an exact solution if one even exists. Thus, it is of importance to be able to approximate solutions of differential equations. Here, a method using neural networks is explored and its performance is compared to that of a numerical method. To illustrate the method, two first order, two second order and two first order systems of ordinary differential equations are explored. The systems are the Lotka-Volterra system and the SEIR (Susceptible, Exposed, Infected, Removed) epidemiological model. The first four examples have exact solutions to compare to and the observations are then used as a basis when discussing the results of the systems. The results of the thesis show that while the neural network method takes longer to deliver an approximation, it continuously gives better approximations than the implicit Euler method used for comparison. The main contribution of this thesis is the comparison done of the performances of the neural network method and the implicit Euler method. / Det finns många användningsområden för differentialekvationer. Däremot är många differentialekvationer som modellerar verkligheten komplexa och det kan vara svårt, om inte omöjligt, att hitta en exakt lösning. På grund av detta är det viktigt att ha metoder som kan approximera lösningar till differentialekvationer. Därför undersöks här en metod som använder sig av neurala nätverk. Dess resultat blir sedan jämförda med en numerisk metod. För att illustrera metoden presenteras två ekvationer av första ordningen, två ekvationer av andra ordningen och två system av differentialekvationer. Systemen som undersöks är Lotka-Volterra ekvationerna samt SEIR (Susceptible, Exposed, Infected, Removed) modellen. De första fyra exemplen som undersöks har exakta lösningar att jämföra med och dessa observationer används sedan vid diskussionerna gällande systemen. Resultaten visar att medan metoden som använder neurala nätverkar tar längre tid att exekvera, så ger metoden bättre approximationer än den implicita Euler metoden som användes som jämförelse. Det huvudsakliga bidraget med det här examensarbetet är jämförelsen av hur de två metoderna presterar.
223

Design and Location Optimization of Electrically Small Antennas Using Modal Techniques

Chalas, Jeffrey Michael 18 May 2015 (has links)
No description available.
224

SIMULATION OF TURBULENT SUPERSONIC SEPARATED BASE FLOWS USING ENHANCED TURBULENCE MODELING TECHNIQUES WITH APPLICATION TO AN X-33 AEROSPIKE ROCKET NOZZLE SYSTEM

Papp, John Laszlo January 2000 (has links)
No description available.
225

Development of a Time Domain Hybrid Finite Difference/Finite Element Method For Solutions to Maxwell’s Equations in Anisotropic Media

Kung, Christopher W. 26 June 2009 (has links)
No description available.
226

Multiple interval methods for ODEs with an optimization constraint

Yu, Xinli January 2020 (has links)
We are interested in numerical methods for the optimization constrained second order ordinary differential equations arising in biofilm modelling. This class of problems is challenging for several reasons. One of the reasons is that the underlying solution has a steep slope, making it difficult to resolve. We propose a new numerical method with techniques such as domain decomposition and asynchronous iterations for solving certain types of ordinary differential equations more efficiently. In fact, for our class of problems after applying the techniques of domain decomposition with overlap we are able to solve the ordinary differential equations with a steep slope on a larger domain than previously possible. After applying asynchronous iteration techniques, we are able to solve the problem with less time.~We provide theoretical conditions for the convergence of each of the techniques. The other reason is that the second order ordinary differential equations are coupled with an optimization problem, which can be viewed as the constraints. We propose a numerical method for solving the coupled problem and show that it converges under certain conditions. An application of the proposed methods on biofilm modeling is discussed. The numerical method proposed is adopted to solve the biofilm problem, and we are able to solve the problem with larger thickness of the biofilm than possible before as is shown in the numerical experiments. / Mathematics
227

Numerical Methods for the Microscopic Cardiac Electrophysiology Model

Fokoué, Diane 26 September 2022 (has links)
The electrical activity of the heart is a well studied process. Mathematical modeling and computer simulations are used to study the cardiac electrical activity: several mathematical models exist, among them the microscopic model, which is based on the explicit representation of individual cells. The cardiac tissue is viewed as two separate domains: the intra-cellular and extra-cellular domains, Ωᵢ and Ωₑ, respectively, separated by cellular membranes Γ. The microscopic model consists of a set of Poisson equations, one for each sub-domain, Ωᵢ and Ωₑ, coupled on interfaces Γ with nonlinear transmission conditions involving a system of ODEs. The unusual transmission conditions on Γ make the model challenging to solve numerically. In this thesis, we first focus on the dimensional analysis of the microscopic model. We then reformulate the problem on the interface Γ using a Steklov-Poincaré operator. We discretize the model in space using finite element methods. We prove the existence of a semi-discrete solution using a reformulation of the model as an ODE system on the interface Γ. We derive stability and error estimates for the finite element method. Afterwards, we consider five numerical schemes including the Godunov splitting method, two implicit methods, (Backward Euler (BE) and second order Backward Differentiation Formula (BDF2)), and two semi-implicit methods (Forward Backward Euler (FBE), and second order Semi-implicit Backward Differentiation Formula (SBDF2)). A convergence analysis of the implicit and semi-implicit methods is performed and the results are compared with manufactured solutions that we have proposed. Numerical results are presented to compare the stability, accuracy and efficiency of the methods. CPU times needed to solve the problem over a single cell using FBE, SBDF2 and Godunov splitting methods are reported. The results show that FBE and Godunov splitting methods achieve better numerical accuracy and efficiency than implicit and SBDF2 schemes, for a given computational time. Finally, we solve the model using FBE and Domain Decomposition Method (DDM) for two cells connected to each other by a gap junction. We investigate the influence of the space discretization and we explore the differences between a conforming and nonconforming mesh on Γ. We compare the solutions obtained with both FBE and DDM methods. The results show that both methods give the same solution. Therefore, the DDM is capable of providing an accurate solution with a minimal number of sub-domain iterations.
228

A Meshless Method Approach for Solving Coupled Thermoelasticity Problems

Gerace, Salvadore 01 January 2006 (has links)
Current methods for solving thennoelasticity problems involve using finite element analysis, boundary element analysis, or other meshed-type methods to determine the deflections under an imposed temperature/stress field. This thesis will detail a new approach using meshless methods to solve these types of thermoelasticity problems in which the solution is independent of boundary and internal meshing. With the rapidly increasing availability and performance of computer workstations and clusters, the major time requirement for solving a thermoelasticity model is no longer the computation time, but rather the problem setup. Defining the required mesh for a complex geometry can be extremely complicated and time consuming, and new methods are desired that can reduce this model setup time. The proposed meshless methods completely eliminate the need for a mesh, and thus, eliminate the need for complicated meshing procedures. Although the savings gain due to eliminating the meshing process would be more than sufficient to warrant further study, the localized meshless method can also be comparable in computational speed to more traditional finite element solvers when analyzing complex problems. The reduction of both setup and computational time makes the meshless approach an ideal method of solving coupled thermoelasticity problems. Through the development of these methods it can be determined whether they are feasible as potential replacements for more traditional solution methods. More specifically, two methods will be covered in depth from the development to the implementation. The first method covered will be the global meshless method and the second will be the improved localized method. Although they both produce similar results in terms of accuracy, the localized method greatly improves upon the stability and computation time of the global method.
229

Numerical Approach to the Landau-Zener Problem

Käll, Niklas, Ulander, Emil January 2024 (has links)
In quantum mechanics it is not uncommon to find analytically solved problems involvinga degree of math too advanced for most. It is often helpful to use a numerical approachto test solutions and deepen the understanding of such problems. In order to determine the validity of this approach, it is important to examine its accuracy. An exampleof this is the Landau-Zener problem, which is the topic of this thesis. It describes atwo-state quantum mechanical system that is applicable to many real world situations.The numerical method used involves propagating the wave function by calculating thetime evolution operator for numerous time steps. The accuracy using this method wasanalysed by comparing the results with the exact solution with varying parameters. Theconclusion is that the numerical solution does converge toward the known analytical solution. However, it does this with different accuracy, depending on the system parameters.
230

Lattice Boltzmann Relaxation Scheme for Compressible Flows

Kotnala, Sourabh January 2012 (has links) (PDF)
Lattice Boltzmann Method has been quite successful for incompressible flows. Its extension for compressible (especially supersonic and hypersonic) flows has attracted lot of attention in recent time. There have been some successful attempts but nearly all of them have either resulted in complex or expensive equilibrium function distributions or in extra energy levels. Thus, an efficient Lattice Boltzmann Method for compressible fluid flows is still a research idea worth pursuing for. In this thesis, a new Lattice Boltzmann Method has been developed for compressible flows, by using the concept of a relaxation system, which is traditionally used as semilinear alternative for non-linear hypebolic systems in CFD. In the relaxation system originally introduced by Jin and Xin (1995), the non-linear flux in a hyperbolic conservation law is replaced by a new variable, together with a relaxation equation for this new variable augmented by a relaxation term in which it relaxes to the original nonlinear flux, in the limit of a vanishing relaxation parameter. The advantage is that instead of one non-linear hyperbolic equation, two linear hyperbolic equations need to be solved, together with a non-linear relaxation term. Based on the interpretation of Natalini (1998) of a relaxation system as a discrete velocity Boltzmann equation, with a new isotropic relaxation system as the basic building block, a Lattice Boltzmann Method is introduced for solving the equations of inviscid compressible flows. Since the associated equilibrium distribution functions of the relaxation system are not based on a low Mach number expansion, this method is not restricted to the incompressible limit. Free slip boundary condition is introduced with this new relaxation system based Lattice Boltzmann method framework. The same scheme is then extended for curved boundaries using the ghost cell method. This new Lattice Boltzmann Relaxation Scheme is successfully tested on various bench-mark test cases for solving the equations of compressible flows such as shock tube problem in 1-D and in 2-D the test cases involving supersonic flow over a forward-facing step, supersonic oblique shock reflection from a flat plate, supersonic and hypersonic flows past half-cylinder.

Page generated in 0.0761 seconds