https://github.com/sparta/sparta
Public development project of the SPARTA DSMC software package http://sparta.github.io
https://github.com/sparta/sparta
dsmc kokkos simulation sparta
Last synced: 7 months ago
JSON representation
Public development project of the SPARTA DSMC software package http://sparta.github.io
- Host: GitHub
- URL: https://github.com/sparta/sparta
- Owner: sparta
- License: gpl-2.0
- Created: 2018-07-30T15:19:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T22:52:38.000Z (11 months ago)
- Last Synced: 2024-10-30T00:44:25.037Z (11 months ago)
- Topics: dsmc, kokkos, simulation, sparta
- Language: C++
- Homepage:
- Size: 67 MB
- Stars: 151
- Watchers: 25
- Forks: 83
- Open Issues: 41
-
Metadata Files:
- Readme: README
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
This is the SPARTA software package.
SPARTA stands for Stochastic PArallel Rarefied-gas Time-accurate
Analyzer.Copyright (2014) Sandia Corporation. Under the terms of Contract
DE-AC04-94AL85000 with Sandia Corporation, the U.S. Government retains
certain rights in this software. This software is distributed under
the GNU General Public License.----------------------------------------------------------------------
SPARTA is a Direct Simulation Monte Carlo (DSMC) code designed to run
efficiently on parallel computers. It was developed at Sandia
National Laboratories, a US Department of Energy facility, with
funding from the DOE. It is an open-source code, distributed freely
under the terms of the GNU Public License (GPL).The primary authors of the code are Steve Plimpton and Michael Gallis,
who can be emailed at sjplimp@gmail.com and magalli@sandia.gov. The
SPARTA web site at http://sparta.sandia.gov has more information about
the code and its uses.The SPARTA distribution includes the following files and directories:
README this file
LICENSE the GNU General Public License (GPL)
bench benchmark problems
data files with species/reaction params, surface files
doc documentation
examples simple test problems
lib additional library files
python Python wrapper on SPARTA as a library
src source files
tools pre- and post-processing toolsPoint your browser at any of these files to get started:
doc/Manual.html the SPARTA manual
doc/Section_intro.html hi-level introduction to SPARTA
doc/Section_start.html how to build and use SPARTA
doc/Developer.pdf SPARTA developer guide