Skip to main content

All Questions

0 votes
0 answers
61 views

How are the boundary conditions given in the SIMPLE algorithm on a forward staggered grid for a lid driven cavity flow?

I have a code given by my professor in which he applies the boundary conditions for the lid driven cavity flow. All the enforcement of boundary conditions I have seen elsewhere completely differ from ...
howstheJosh's user avatar
1 vote
0 answers
69 views

Numerically solving unbounded Fokker-Planck equation

I am wanting to solve a 3D Fokker-Planck equation of the form: $$\partial_{t}p(\mathbf{x}, t) = -\nabla \cdot \mathbf{J}$$ where $\mathbf{J} = \mathbf{v}(\mathbf{x})p(\mathbf{x}, t) - D\nabla p(\...
Hello's user avatar
  • 71
10 votes
0 answers
548 views

Using a time-like boundary as a computer?

Question and Summary Using classical calculations and the Robin boundary condition I show that one calculates the anti-derivative of a function within time $2X$ (I can compute an integral below) $$\...
More Anonymous's user avatar
0 votes
1 answer
276 views

While solving 2D Poisson's equation, how to apply floating boundary at two edges, and Dirichlet at other two?

I have a square, at left and right edge of it; I exactly know the boundary values (Dirichlet boundary). But at top and bottom edge, I want to let the potential to float. That means I don't imply any ...
Rabiul Hasan's user avatar