https://github.com/comp-physics/qbmmlib

Mathematica package for quadrature moment methods

https://github.com/comp-physics/qbmmlib

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 4 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary

Keywords

bubbles cavitation dispersions mathematica method-of-moments moment-methods moment-transport-equations multiphase-chemistry multiphase-flow particles population-balance-equations qbmm quadrature-methods
Last synced: 5 months ago · JSON representation

Repository

Mathematica package for quadrature moment methods

Basic Info
  • Host: GitHub
  • Owner: comp-physics
  • License: mit
  • Language: Mathematica
  • Default Branch: master
  • Homepage:
  • Size: 32.7 MB
Statistics
  • Stars: 9
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Topics
bubbles cavitation dispersions mathematica method-of-moments moment-methods moment-transport-equations multiphase-chemistry multiphase-flow particles population-balance-equations qbmm quadrature-methods
Created almost 6 years ago · Last pushed over 3 years ago

https://github.com/comp-physics/QBMMlib/blob/master/

# QBMMlib

[![DOI](https://zenodo.org/badge/doi/10.1016/j.softx.2020.100615.svg)](http://dx.doi.org/10.1016/j.softx.2020.100615)

## Authors

* [Spencer H. Bryngelson](https://comp-physics.group) (Gatech) 
    * shb@gatech.edu
* Tim Colonius (Caltech)
    * colonius@caltech.edu
* Rodney O. Fox (Iowa State)
    * rofox@iastate.edu

## Cite me!

```
@article{bryngelson_2020,
    Author        = {Spencer H. Bryngelson and Tim Colonius and Rodney O. Fox},
    Title         = {{QBMMlib: A} library of quadrature-based moment methods},
    Journal       = {SoftwareX},
    Volume        = {12},
    Pages         = {100615},
    Year          = {2020},
}
```

## Python version!

If Mathematica just isn't for you, we also developed a Python version of QBMMlib called [PyQBMMlib](https://github.com/sbryngelson/PyQBMMlib).
Read more about it at the link.

## Abstract

QBMMlib is an open source Mathematica package of quadrature-based moment methods and their algorithms.
Such methods are commonly used to solve fully-coupled disperse flow and combustion problems, though formulating and closing the corresponding governing equations can be complex.
QBMMlib aims to make analyzing these techniques simple and more accessible.
Its routines use symbolic manipulation to formulate the moment transport equations for a population balance equation and a prescribed dynamical system.
However, the resulting moment transport equations are unclosed.
QBMMlib trades the moments for a set of quadrature points and weights via an inversion algorithm, of which several are available.
Quadratures then closes the moment transport equations.

## Files

* `QBMMlib.wl` Package file
* `Examples.nb` Example notebook 

## Installation

To install QBMMlib locally, open Wolfram Mathematica and choose the following options: 
* `File` -> `Install...`
    * `Type` -> `Package`
    * `Source` -> `QBMMlib.wl`
    * `InstallName` -> `QBMMlib`
    * `OK`

This places `QBMMlib.wl` where Mathematica can find it. You can then issue:
```
Get["QBMMlib"];
```
Alternatively, it can be loaded into any notebook without installation by copying `QBMMlib.wl` to the notebook directory and issuing
```
SetDirectory[NotebookDirectory[]]
Get[NotebookDirectory[] <> "QBMMlib.wl"];
```

## Acknowledgement
Great thanks is owed to Professor Alberto Passalacqua (Iowa State University) for his part in developing these algorithms and teaching me the same.
Funding was provided via the U.S. Office of Naval Research under grant numbers N0014-17-1-2676 and N0014-18-1-2625.

Owner

  • Name: Computational Physics @ GT CSE
  • Login: comp-physics
  • Kind: organization
  • Email: shb@gatech.edu

A computational physics research group with PI Spencer Bryngelson

GitHub Events

Total
Last Year