adhishm / dd2d_Matryoshka

A set of classes defining the behaviour of crystalline defects, with the final goal of carrying out dislocation dynamics simulations in two dimensions.
Other
5 stars 4 forks source link

Input file format - more generic #25

Open adhishm opened 11 years ago

adhishm commented 11 years ago

It might be desirable to pass to a different, less explicit format of input file.

Currently, all dislocation positions are specified explicitly. Instead of doing this, simply a dislocation density may be specified along with the crystal structure. Using this the right number of dislocations (from the density) of the right kind (from the crystal structure) may be placed on to the slip planes.

adhishm commented 11 years ago

Added currentTime data to the input file.