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
Create build directory, change to it, and run cmake followed by make.