nns.c  1.0.1
Nanowire Network simulator
config.h File Reference

Defines constants of the simulator. Not supposed to be modified. More...

Go to the source code of this file.

Macros

#define Y_MIN   0.001
 
#define Y_MAX   0.1
 
#define TAU   0.05
 
#define ETA_P   10
 
#define ETA_D   1
 
#define KP   0.0001
 
#define KD   0.5
 
#define MEA_ELECTRODES   16
 
#define MAX_DISTANCE   225
 
#define DIRECTORY_FORMAT   "%s/device_%d"
 
#define NETWORK_FILE_NAME_FORMAT   "%s/device_%d/nn.nns"
 
#define STATE_FILE_NAME_FORMAT   "%s/device_%d/ns_%d.nns"
 
#define INTERFACE_FILE_NAME_FORMAT   "%s/device_%d/it_%d.nns"
 
#define MEA_FILE_NAME_FORMAT   "%s/device_%d/mea_%d.nns"
 
#define COMPONENT_FILE_NAME_FORMAT   "%s/device_%d/cc_%d.nns"
 

Detailed Description

Defines constants of the simulator. Not supposed to be modified.

Note
Modifying one of the following parameters will break the physical model of a Nanowire Network, making the simulator useless.