Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.
/ Libbolsig Public archive

A skeleton simulator written in Fortran, usable from other languages using the C-ABI

Notifications You must be signed in to change notification settings

suvayu/Libbolsig

Repository files navigation

BOLSIG Test

Reduced BOLSIG+ code for testing alternative interfaces. The code to solve the Boltzmann equation has been removed, so only zero-values are returned. The relevant code with respect to how cross sections are read from a file is still in place.

The relevant code is in src/bolmodfull.f90 which contains:

  • the subroutines to read collisions, given a cross section file (such as app/lxcat-june2013.txt) and a species name
  • the subroutine to solve the Boltzmann equation (empty)
  • subroutines for setting configuration options and for retreiving calculated values

Compile demo apps

Create build directory, change to it, and run cmake followed by make.

About

A skeleton simulator written in Fortran, usable from other languages using the C-ABI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published