Numerical simulation Definition and 12 Threads

  1. Aeroflux

    I Numerical calculations of a railgun yielded disappointing results

    clear clc u0= 4*pi*1e-7 %magnetic permittivity constant %simulation settings n=1000; v=zeros(1,1000); t = linspace(0,0.1,n); %railgun electrical properties R_wire = 0.1; %0.1 ohms of wire R_projectile = 2e-6; R_t = R_wire+R_projectile; V_cap = zeros(1,n); V_cap(1) = 500; % capacitor maximum...
  2. T

    Solid State Book focusing on numerical simulation of quantum systems

    Could you recommend books which covers extensively numerical simulation of quantum system, such as hubbard model, ising model and discuss quantum monte carlo method? Ideally this is a book of condensed matter physics.
  3. S

    MATLAB Is MATLAB better for numerical simulation

    From cosmology, the tensor to scalar ratio is ##r=16\epsilon## where ##\epsilon=-\frac{\dot H}{H^2}## is the Hubble slow roll parameter. From warm inflation, $$\ddot \phi + (3H+\Gamma)\dot \phi + V_\phi = 0 ,\quad H^2 = \frac{1}{3M_p^2} (\frac{1}{2} \dot \phi^2 + V)$$ where ##H## is the Hubble...
  4. S

    Mathematica Numerical Simulations with Mathematica: A Beginner's Guide

    I'm very new to Mathematica/programming and I want to do a theoretical calculation using Mathematica, suppose I have, ##Y=CX,~~~C=constant## Now, I want to plot Y vs. X but X should run at every point since every point is a solution for Y, how should I do this? Before, I was thinking maybe I...
  5. astrof

    A Numerical simulation the n-body problem under SR model

    The problem is a simple n-body problem: there is n charged particles - electrons, protons, or other particles; we have the initial parameters: a mass, charge, position, velocity, at a time t = 0. In a standard (classical) numerical computation of the n-body problem I can use any numerical...
  6. H

    How to check a numerical simulation is energy conservative?

    I am modelling a 1D fluid wave propagation problem and I needed to know how I can check that my results are energy conservative. please reply, urgent. thank you.
  7. C

    What Should New Members Expect on Our Scientific Forum?

    hello,everyone,nice to meet you guys!
  8. A

    Electromagnetic boundary conditions for symmetric model

    I stumbled upon this article: http://www.comsol.com/blogs/exploiting-symmetry-simplify-magnetic-field-modeling/ Since the article does not contain any mathematical formulations, I was wondering how the boundary conditions can be expressed in terms of magnetic vector potential. From what I...
  9. MrOmar

    Need help solving a differential equation numerically

    Hello all, I am currently trying to solve a differential equation numerically. The equation is as follows: dv/dt = (u*q)/(m0-q*t) - g - (cd*ρ*A*0.5)*v2 If you haven't already guessed, it's the rocket equation with added gravity and drag. Now, I'm not even sure if that's what it's supposed to...
  10. A

    How Can I Start Learning Numerical Simulations for Modeling Gamma-Ray Bursts?

    I intend to learn numerical simulations of collapsing stars. Could you suggest me some useful resources? i am familiar with matlab.
  11. 1

    Help with source codes for numerical simulation

    Hi all, I need to use some numerical simulation programs. The source code is provided in Fortran 90 but I'm not able to compile it. I'm using G95 complier on WinXP, and the code are avilable at the following address: http://www2.fz-juelich.de/jsc/splim/ Could you provide any step by...
  12. Clausius2

    What are the key concepts in numerical simulations of Ram Accelerator devices?

    I've just got my final year project assigned. It has to do with a numerical simulation of a Ram Accelerator device. Well, apart of having doubts, which I will post just here proximately, I would want to know some website to learn more about that type of device. Apart of Google sites...
Back
Top