mdsim/ffs.toml

16 lines
369 B
TOML

[test]
# time step
dt = 0.001
# maximum time
t = 100.0
# gravitational acceleration
g = 0.000001
# lennard jones parameters
lennardE = 15
lennardS = 0.5
# boundary details
boundary = 30.0
# save to disk every n time steps
saveInterval = 500
# initial velocity randomizer - adds extraVel at the start of calculation in a random direction to every particle
extraVel = 1.0