periodic boundary condition

This commit is contained in:
Art 2023-04-15 15:59:22 +02:00
parent 16a4a8f2d9
commit 8bc009246d
Signed by: prod2
GPG Key ID: F3BB5A97A70A8DDE
1 changed files with 6 additions and 6 deletions

View File

@ -3,14 +3,14 @@
dt = 0.001
# maximum time
t = 100.0
# gravitational acceleration
g = 0.000001
# lennard jones parameters
lennardE = 15
lennardS = 0.5
lennardE = 100
lennardS = 1.0
# neighbor distance, in lennardS
neighborCutoff = 3.0
# boundary details
boundary = 30.0
boundary = 10.0
# save to disk every n time steps
saveInterval = 500
saveInterval = 200
# initial velocity randomizer - adds extraVel at the start of calculation in a random direction to every particle
extraVel = 1.0