https://github.com/libantioch/antioch
C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://github.com/libantioch/antioch
c-plus-plus chemical-kinetics chemistry thermodynamics threadsafe transport-properties vexcl-support
Last synced: about 2 months ago
JSON representation
C++ Chemical Kinetics, Thermodynaimics, and Transport Library
- Host: GitHub
- URL: https://github.com/libantioch/antioch
- Owner: libantioch
- License: other
- Created: 2013-06-27T20:39:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T18:25:55.000Z (over 3 years ago)
- Last Synced: 2024-03-27T07:48:46.911Z (almost 2 years ago)
- Topics: c-plus-plus, chemical-kinetics, chemistry, thermodynamics, threadsafe, transport-properties, vexcl-support
- Language: C++
- Homepage: https://libantioch.github.io/
- Size: 7.04 MB
- Stars: 21
- Watchers: 13
- Forks: 17
- Open Issues: 48
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
[](https://travis-ci.org/libantioch/antioch)
Antioch
=======
A New Templated Implementation Of Chemistry for Hydrodynamics (Antioch) was initiated
to centralize work by some of the Antioch authors within the realm of hypersonic
aerodynamics, based on the [libMesh](https://github.com/libMesh/libmesh.git) finite
element library. In particular, although there exist C++ chemistry libraries, such
as [Cantera](http://code.google.com/p/cantera/), we had needs for both thread-safety
and high performance. Thus, Antioch was born. Antioch originally lived within
the [PECOS](http://pecos.ices.utexas.edu) center at the Institute for Computational
Engineering and Sciences ([ICES](https://www.ices.utexas.edu))
at [The University of Texas at Austin](https://www.utexas.edu).
Dependencies
============
Requirements
------------
Antioch has no required dependencies other than a reasonably modern C++ compiler.
Optional Packages
-----------------
Antioch has been designed to allow several optional packages to facilitate vectorized
evaluation of thermochemistry quantities. In particular, Antioch currently can support:
1. [VexCL](https://github.com/ddemidov/vexcl.git) - This package will enable GPU offload capabilities
2. [Eigen](http://eigen.tuxfamily.org) - Highly optimized vector and matrix types
Building Antioch
================
Antioch uses an Autotools build system, so typical GNU build commands are used.
1. ./bootstrap (generate configure script)
2. ./configure --prefix=/path/to/install (for more options, do ./configure --help)
3. make (note parallel builds are supported)
4. make check (note parallel-tests are supported)
5. make install
Documentation
=============
Documentation for various versions of Antioch can be found below:
- [v0.4.0](https://libantioch.github.io/antioch/v0.4.0/html/)
Discussion and Development
==========================
Pull Requests for bug fixes and new features are welcome. Mailing lists have been setup for
user questions and discussion (antioch-users@googlegroups.com) as well as development questions
and discussion (antioch-devel@googlegroups.com).