Skip to main content

Questions tagged [computational-physics]

The bridge between theoretical and experimental physics which utilizes numerical analysis, specifically through the use of software, to solve problems in physics. This tag is NOT intended for use in solving problems on paper. Please note that details of writing and/or debugging code is OFF-TOPIC and should be asked at either Computational Science, Code Review or Stack Overflow.

2 votes
0 answers
47 views

Cosmological numerical computations

I am unsure where to ask this question, whether here or in the Mathematica stackexchange, but either way, I was wondering what are some recommendations for cosmological computations specifically using ...
0 votes
0 answers
24 views

How to deal with the numerical stability of the dimension and polynomial order in the SDPB? [closed]

This might be a far shot question, but any comment are welcome. I'm using David Simmons-Duffin, Walter Landry, and Vasiliy Dommes's SDPB (Semi-Definite Programming Bootstrap) package to find the ...
ShoutOutAndCalculate's user avatar
0 votes
0 answers
38 views

How to Properly Discretize Semiconductor Continuity Equations

I am looking to perform numerical modeling of a MOSFET device and am wanting to better understand how to discretize the semiconductor continuity equations. The semiconductor equations consist of the ...
Schoppe's user avatar
  • 133
0 votes
0 answers
31 views

What is wrong with my code about calculating populations of two-level system with gaussian pulse? [closed]

I am trying to compute excited and ground state populations of a two-level system, driven with a gaussian pulse. My approach is using Schrödinger–von Neumann equation to calculate time evolution of ...
topluluk137's user avatar
1 vote
1 answer
58 views

Using Jacobi Method for Solving Full Semiconductor Equations

I am looking to perform modeling of a MOSFET device and have therefore been researching computational methods for how to do so. Quite often when solving the Poisson equation, the reader is pointed to ...
Schoppe's user avatar
  • 133
1 vote
0 answers
32 views

Add pressure gradient to Falkner-Skan (FS) boundary layer (BL) equations and solve numerically for arbitrary $P(x)$

I have read quite a few tutorials / watched several clips on the derivation of the Falkner-Skan boundary layer equations using similarity and then solution using RK solvers such as ...
TriJB's user avatar
  • 21
0 votes
0 answers
26 views

Asking advice for numerical implementation of Conservative Finite Difference Method for solving Gross-Pitaveskii equation

I am trying to numerically solve the Gross-Pitaevskii equation for an impurity coupled with a one-dimensional weakly-interacting bosonic bath, given by (in dimensionless units): \begin{align} i \frac{\...
sap7889's user avatar
0 votes
0 answers
36 views

Calculation of magnetic vector potential A in FEMM [closed]

I don't have too much physics background. In the software FEMM, I simulated a closed loop magnetic circuit, and defined two current boxes (current density is uniform by default) on the left. The ...
user900476's user avatar