Giter Site home page Giter Site logo

2d_fvm's Introduction

Hi there ๐Ÿ‘‹

2d_fvm's People

Contributors

jtoumey avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

cxb1993

2d_fvm's Issues

Document the Code

Add a LaTeX document that contains instructions for use and explains the theory of the code.

Develop General Method for Handling Boundaries

Currently, the code solves boundaries separately from interior cells (within each function). This seems inefficient, and maybe some OOP techniques such as polymorphism or operator overloading will help.

Implement Iterative Solvers

The current solution method is a direct method -- the Thomas algorithm for tri-diagonal matrices. This works by solving along N-S lines and treating the W and E coefficients explicitly.

Add the option to choose iterative solvers (Jacobi, Gauss-Seidel, etc.) as an exercise.

Additionally, I can modularize all of the components of the Thomas algorithm procedure (e.g., bounds calculation, update_explicit, and thomas).

Increase Precision of Output Data

Currently, the write_results function includes only two significant figures beyond the decimal point. This is a huge problem because for fine grids (e.g., 1000 x 1000), just two significant figures cannot represent the difference in grid spacing.

This is likely the reason that plotting the diagonal values of phi results in discontinuities.

Improve read_input Function

  • Test if the input file exists
  • Make the input file a general file (not only grid data)
  • Allow the inputs to be in any order

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.