Coder Social home page Coder Social logo

estream2's Introduction

estream2: Evenly spaced streamlines (2D)

What is it?

estream2 calculates evenly spaced streamlines.

The details of the method can be found in B. Jobard and W. Lefer, Creating Evenly-Spaced Streamlines of Arbitrary Density, Proc. Eighth Eurographics Workshop on Visualization in Scientific Computing, pp. 45-55, 1997.

For comments, questions, or suggestions, please email [email protected] or leave a comment under the issues tab at github.com/cthissen/estream2

Christopher J. Thissen, Yale University

Why?

Evenly spaced streamlines better illustrate the structure of the flow field. Compare even and unevely spaced streamlines:
alt text alt text

Requirements & Installation

No toolboxes are required to run the program, and no installation is necessary.

Usage

estream2 can be run with the same input arguments as stream2. For example, with estream2.m on the current path (e.g. cd to the directory containing estream2.m), run the following lines

load wind
sx = 80; % set initial seed
sy = 35;
stepsize = 0.05; 
maxIter = 10000; % max iterations for a single streamline
dSep = 3; % separation distance between streamlines
XY = estream2(x(:,:,5),y(:,:,5),u(:,:,5),v(:,:,5),sx,sy,[stepsize,maxIter,dSep],'plot');
streamline(XY);

Additional details can be found by typing help estream2 at the command prompt.

The Latest Version

Details of the latest version can be found on the github project page under server project page under https://github.com/cthissen/estream2

Contributors

Christopher Thissen, Yale University. [email protected]

Feedback

Your comments are welcome! If you find any bugs or have feature requests report them to Christopher Thissen, [email protected].

Issues can also be reported online: https://github.com/cthissen/estream2/issues

License

See License file.

estream2's People

Contributors

cthissen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

aristoteleo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.