VCG - Lorenz Attractor
![]() |
![]() |
Description
Model of a Lorenz Attractor, a set of chaotic solutions for the Lorenz Equations described by Edward Lorenz in 1963.
Details
The Lorenz Attractor
[Lorenz]
is one of many solutions to the Lorenz System, first studied by Edward Lorenz in 1963. Most notable, the Lorenz Attractor in particular is a set of chaotic solutions, satisfying the equation:
$v(x,y,z,t)=\begin{pmatrix}\sigma*(y-x)\\x*(\rho-z)-y\\x*y-\beta*z\end{pmatrix}$
Where the variables $x$, $y$, $z$ relate to the rate of convection, horizontal temperature variation and vertical temparature variation of a 2d-fluid layer uniformly warmed from below and cooled from above.
Input
Output
vtkImageData
Parameters
Authors
Lutz Hofmann
References
E. N. Lorenz:
Deterministic Nonperiodic Flow
Journal of the Atmospheric Sciences,
vol. 20,
no. 2,
pp. 130-141,
1963.
Acknowledgements