mdsim/ffs.toml

16 lines
382 B
TOML

[test]
# time step
dt = 0.001
# maximum time
t = 100.0
# lennard jones parameters
lennardE = 100
lennardS = 1.0
# neighbor distance, in lennardS
neighborCutoff = 3.0
# boundary details
boundary = 10.0
# save to disk every n time steps
saveInterval = 200
# initial velocity randomizer - adds extraVel at the start of calculation in a random direction to every particle
extraVel = 1.0