Skip to content

agtumulak/biscotti

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biscotti

Introduction

biscotti is a discrete ordinates solver written using C++11 standards. Problems are solved in 1-D slab geometry, with groupwise cross sections, even-order Gauss-Legendre quadratures, and isotropic scattering.

Dependencies

The only dependency for building and running biscotti is gcc version 4.2.1. Other versions may work.

Building

  1. Clone the repository

    git clone git@github.com:agtumulak/biscotti.git

  2. Change directory to the biscotti directory

    cd biscotti

  3. Run make

    make

At this point, you should have the biscotti binary under the bin/ directory. To execute it, do ./bin/biscotti. It you see the calculation running, you have built biscotti.

Creating a Problem

Problems are created by modifying the main source file src/biscotti.cpp. View the source file comments to see how to set up a problem.

About

A 1D discrete ordinates solver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published