Jump to: Files | Wiki

EAM_Dynamo__MD_120291908751_004

Title
A single sentence description.
EAM Model Driver with Hermite cubic spline interpolation
Description EAM Model Driver which reads 'Dynamo setfl', 'Dynamo funcfl', and 'Finnis Sinclair setfl' table files for the Embedded-Atom Method (EAM) and Finnis Sinclair potentials (the type of table file provided is detected automatically). Written in C++, this driver reproduces the behavior of the eam, eam/alloy, and eam/fs pair styles in LAMMPS. That is, all interpolation is performed using cubic Hermite splines, just as is done in the aforementioned pair styles found in LAMMPS. The only difference is that, while these pair styles will perform linear extrapolation in the event that the density is outside of the interpolative regime tabulated in the parameter file for the relevant species, the implementation provided here will simply return an error message and exit rather than performing any extrapolation.

This Model Driver complies with the KIM API interface standard, using any NBC and iterator or locator mode, publishes its parameters, and supports optional computation of `energy', `forces', `particleEnergy', `process_dEdr', and `process_d2Edr2'. Its initialization routine takes a KIM API object pointer, a pointer to a two-dimensional character array (each row of which contains the full path to a parameter file) of the form a[b][c], a pointer to the value of c, and a pointer to the value of b. When multiple funcfl files are used to define a multispecies Model, the driver expects b > 1. In all other cases, it expects b = 1, and the format of the provided table file is determined based on its contents.
Disclaimer
A statement of applicability provided by the contributor, informing users of the intended use of this KIM Item.
None
Contributor Ryan S. Elliott
Maintainer Ryan S. Elliott
Published on KIM 2018
How to Cite Click here to download this citation in BibTeX format.
Funding Not available
Short KIM ID
The unique KIM identifier code.
MD_120291908751_004
Extended KIM ID
The long form of the KIM ID including a human readable prefix (100 characters max), two underscores, and the Short KIM ID. Extended KIM IDs can only contain alpha-numeric characters (letters and digits) and underscores and must begin with a letter.
EAM_Dynamo__MD_120291908751_004
Citable Link https://openkim.org/cite/MD_120291908751_004
KIM Item TypeModel Driver
KIM API Version1.6
Simulator Potential Compatibility
LAMMPS : — full
To facilitate auto-detection of table file type, all floating point values are required to be proper floating point numbers with at least a decimal point. This is required in order to distinguish them from integer values.
LAMMPS : — full
To facilitate auto-detection of table file type, all floating point values are required to be proper floating point numbers with at least a decimal point. This is required in order to distinguish them from integer values.
LAMMPS : — full
To facilitate auto-detection of table file type, all floating point values are required to be proper floating point numbers with at least a decimal point. This is required in order to distinguish them from integer values.
Programming Language(s)
The programming languages used in the code and the percentage of the code written in each one.
96.90% C++
3.10% Shell
Previous Version EAM_Dynamo__MD_120291908751_003

Models using this Model Driver



EAM_Dynamo__MD_120291908751_004.txz Tar+XZ Linux and OS X archive
EAM_Dynamo__MD_120291908751_004.zip Zip Windows archive

Login to edit Wiki content




Wiki Contributors
2020-06-16T13:42:47.758485 karls
2020-06-13T18:35:34.515166 karls