Metadata-Version: 1.1
Name: pyFC
Version: 0.1.1
Summary: Fractal cube generator, analyzer and visualizer
Home-page: http://www.ccs.tsukuba.ac.jp/Astro/Members/ayw/code/pyFC/index.html
Author: Alexander Y. Wagner
Author-email: alexander.y.wagner@gmail.com
License: UNKNOWN
Description: pyFC: A Fractal cube generator, analyzer and visualizer
        -------------------------------------------------------
        
        pyFC is a module to construct "fractal cubes" that are useful for initial conditions in hydrodynamical simulations representing a dense, inhomogeneous component embedded in a more tenuous smooth background. Examples include clouds in earth's athmosphere or the multiphase interstellar medium in galaxies. 
        
        Classes and functions are provided to create and visualize single-point lognormal, two-point fractal fields, statistics often associated with turbulent, dense condensations.
        
        The method of creating lognormal "fractal cubes" was conceived by `Lewis & Austin (2002)`_ for the modeling of clouds in the earth's atmosphere. The scheme of this code is based on that outlined in their paper.
        
        .. _Lewis & Austin (2002): https://ams.confex.com/ams/11AR11CP/techprogram/paper_42772.htm
        
Keywords: clouds,astrophysics,simulation,hydrodynamics,cfd,initial conditions,fractal
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Topic :: Software Development :: Libraries :: Python Modules
