Drivers
Drivers are thin interface layers that serve to translate between the data formats CaRMeN uses and those of the simulation code. They are essentially function wrappers around the actual simulation software that take the simulation parameters as an input argument and return tabular data as output.
The parameters that are available to be set depend on the particular simulation driver. This section of the documentation describes these parameters for each currently available code.
Currently, drivers are available for the following simulation codes:
- DETCHEM BATCH (driver name:
detchem_batch
) - DETCHEM FAST BATCH (driver name:
detchem_batch_fast
) - DETCHEM CHANNEL (driver name:
detchem_channel
) - DETCHEM MPTR (driver name:
detchem_mptr
) - DETCHEM PLUG (driver name:
detchem_plug
) - DETCHEM SOC (driver name:
detchem_soc
) - DETCHEM STAGNATION (driver name:
detchem_stagnation
)