go_lbm

command module
v0.0.0-...-c4945e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2021 License: MIT Imports: 19 Imported by: 0

README

Lattice Boltzman Solver

This was a project that was created primarily to learn golang. It uses gomobile to build artifacts for android and ios, the application can also run on mac, linux and windows.

NOTE: This project is unmaintained - I have uploaded the code for reference.

Usage

  • Install pre-requisites
    • Install golang
    • Install gomobile go get golang.org/x/mobile/cmd/gomobile
    • Initialize gomobile gomobile init (This could take a few minutes)
  • Build on windows, linux or mac
    • go build .
    • Run the go_lbm binary
  • Build mobile applications
    • iOS - gomobile build -target=ios .
    • Android - gomobile build -target=android .
    • For more information on building for mobile applications, refer to gomobile docs.
  • Alternatively, use make along with the provided Makefile

Demo

Go LBM Demo

Credits

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL