Layers
Diffusion in heterogeneous environments
Functions
3layer.c File Reference

Calculates the extracellular concentration of a substance diffusing in an environment consisting of 3 adjacent homogeneous, isotropic layers. More...

#include "header.h"
Include dependency graph for 3layer.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Main program.
 

Detailed Description

Calculates the extracellular concentration of a substance diffusing in an environment consisting of 3 adjacent homogeneous, isotropic layers.

Usage:

3layer [options] <input_file>

where <input_file> is the name of the input parameter file. The output file will have the same basename as the input file but will have the extension '.dat'. The input file should not have the extension '.dat'.

To get a list of options, run 3layer with no input filename.

The input parameter file consists of:

Notes:

Author
David Lewis, CABI, NKI
Date
2012-2013

Definition in file 3layer.c.