Configuration

The software can be started from the command line as

effluent config.toml

or from within python as

import effluent
effluent.run("config.toml")

In both cases, simulation details are specified in the file config.toml, written in the TOML file format. Here we describe the different options available: