Giter Site home page Giter Site logo

fluidity's People

Contributors

robclu avatar

Stargazers

 avatar

Watchers

 avatar  avatar

fluidity's Issues

Implement strided vector and array views.

Add classes which allow simulation data to be stored as SoA. Also implement array view classes which allow the struct functionality of the structs in the SoA layout to behave as if they are stored as AoS.

Add simulation configuration from a file.

Convert the current class based simulation setup into builder classes to define the properties of a simulation. All simulation options should support string based parameters which can be defined in either an external file or through the builder class.

Add outputting functionality.

Refactor existing outputting methods into output writer classes.
The output writers must support writing to either the console or a file.

Formats which need to be supported are:

  • ASCII :

    • A .dat file with the following metadata:
      • Time
      • Column number : column data name (i.e rho)
    • The first N columns must be the position of the data in
    • the simulation grid (i.e the coordinates in the domain)
  • Raw :

  • A .txt file with the data laid out as in the simulation space.
  • 1D simulation:
    • A row of the data.
  • 2D simulation:
    • A matrix of the data, as follows:
    • (0,0) - - - - - - (0, N)
    • | |
    • | |
    • (N,0) - - - - - - (N,N)
  • 3D simulation:
    • Pages of the above 2D data, with the index in z dimension
    • appended to the name of the file.

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.