When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Parabolic cylinder function - Wikipedia

    en.wikipedia.org/wiki/Parabolic_cylinder_function

    Parabolic cylinder () function appears naturally in the Schrödinger equation for the one-dimensional quantum harmonic oscillator (a quantum particle in the oscillator potential), [+] = (), where is the reduced Planck constant, is the mass of the particle, is the coordinate of the particle, is the frequency of the oscillator, is the energy, and () is the particle's wave-function.

  3. Bessel function - Wikipedia

    en.wikipedia.org/wiki/Bessel_function

    Bessel functions describe the radial part of vibrations of a circular membrane.. Bessel functions, named after Friedrich Bessel who was the first to systematically study them in 1824, [1] are canonical solutions y(x) of Bessel's differential equation + + = for an arbitrary complex number, which represents the order of the Bessel function.

  4. Derivation of the Navier–Stokes equations - Wikipedia

    en.wikipedia.org/wiki/Derivation_of_the_Navier...

    For example, the measurement of changes in wind velocity in the atmosphere can be obtained with the help of an anemometer in a weather station or by observing the movement of a weather balloon. The anemometer in the first case is measuring the velocity of all the moving particles passing through a fixed point in space, whereas in the second ...

  5. Cylindrical harmonics - Wikipedia

    en.wikipedia.org/wiki/Cylindrical_harmonics

    As an example, consider the problem of determining the potential of a unit source located at (,,) inside a conducting cylindrical tube (e.g. an empty tin can) which is bounded above and below by the planes = and = and on the sides by the cylinder =. [3]

  6. Parabolic cylindrical coordinates - Wikipedia

    en.wikipedia.org/wiki/Parabolic_cylindrical...

    The classic applications of parabolic cylindrical coordinates are in solving partial differential equations, e.g., Laplace's equation or the Helmholtz equation, for which such coordinates allow a separation of variables. A typical example would be the electric field surrounding a flat semi-infinite conducting plate.

  7. Reynolds-averaged Navier–Stokes equations - Wikipedia

    en.wikipedia.org/wiki/Reynolds-averaged_Navier...

    The Reynolds-averaged Navier–Stokes equations (RANS equations) are time-averaged [a] equations of motion for fluid flow. The idea behind the equations is Reynolds decomposition , whereby an instantaneous quantity is decomposed into its time-averaged and fluctuating quantities, an idea first proposed by Osborne Reynolds . [ 1 ]

  8. Parallel breadth-first search - Wikipedia

    en.wikipedia.org/wiki/Parallel_breadth-first_search

    The breadth-first-search algorithm is a way to explore the vertices of a graph layer by layer. It is a basic algorithm in graph theory which can be used as a part of other graph algorithms. For instance, BFS is used by Dinic's algorithm to find maximum flow in a graph.

  9. Breadth-first search - Wikipedia

    en.wikipedia.org/wiki/Breadth-first_search

    Animated example of a breadth-first search. Black: explored, grey: queued to be explored later on BFS on Maze-solving algorithm Top part of Tic-tac-toe game tree. Breadth-first search (BFS) is an algorithm for searching a tree data structure for a node that satisfies a given property.