Simpatico  v1.10
Classes
Config File Readers

Detailed Description

Configuration file readers.

The choice of a configuration file format for reading can be set in the command file for the MdPp postprocessing tool by a SET_CONFIG_READER command, with the syntax

SET_CONFIG_READER className

where className represents the name of a subclass of the base class Tools::ConfigReader, such as DdMdReader or HoomdConfigReader.

The READ_CONFIG command reads a configuration file using the current choice of file format. The syntax for most (but not all) configu file readers is

READ_CONFIG configFile

where configFile is the path to the input configuration file, defined relative to the directory from which mdPp is invoked.

Some configuration file readers, such as HoomdConfigReader, may require an additional auxiliary data file. In this case, they synatx of the READ_CONFIG command is

READ_CONFIG auxiliaryFile configFile

where auxiliaryFile is the path to the required auxiliary data file.

Classes

class  Tools::ConfigReader
 Abstract reader/writer for configuration files. More...
 
class  Tools::ConfigReaderFactory
 Default Factory for subclasses of ConfigReader. More...
 
class  Tools::DdMdConfigReader
 Native / default DdMd format for configuration files. More...
 
class  Tools::HoomdConfigReader
 Reader for Hoomd-blue XML configuration files. More...