From 340b2b21af4b70ce87dc56b0ce4da57b48eb299a Mon Sep 17 00:00:00 2001 From: ygutier2 <yair.fosado@ed.ac.uk> Date: Wed, 11 Aug 2021 16:05:04 +0100 Subject: [PATCH] Update run.lam --- 1.Static/MASTERFILES/run.lam | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/1.Static/MASTERFILES/run.lam b/1.Static/MASTERFILES/run.lam index 09de386..328b181 100644 --- a/1.Static/MASTERFILES/run.lam +++ b/1.Static/MASTERFILES/run.lam @@ -145,11 +145,14 @@ boundary p p p neighbor 1.2 bin neigh_modify every 1 delay 1 check yes +restart ${trestart} Data/Restart.topo2. variable rnewname index newdataRestart.${simname}. read_data ${rnewname}0 shell mv ${rnewname}0 Data/${rnewname}0 + + ############################### #### BOX AND WALL ###### ############################### @@ -205,7 +208,7 @@ comm_modify cutoff 3.0 thermo 10000 thermo_style custom step temp epair ebond eangle vol cpu -run ${run2} +run ${run2} #ONLY 5000x100'000 rather than 10'000x100'000 ################################################ ################ -- GitLab