From 349bcd25f2e6e13bbd2fd140007c31a10cc72261 Mon Sep 17 00:00:00 2001 From: ygutier2 <yair.fosado@ed.ac.uk> Date: Wed, 11 Aug 2021 16:05:33 +0100 Subject: [PATCH] Update run.lam.restart --- 1.Static/MASTERFILES/run.lam.restart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1.Static/MASTERFILES/run.lam.restart b/1.Static/MASTERFILES/run.lam.restart index 976cdb7..1b2385b 100644 --- a/1.Static/MASTERFILES/run.lam.restart +++ b/1.Static/MASTERFILES/run.lam.restart @@ -13,7 +13,7 @@ print ${jn} #### restart file and timestep #### ################################### variable readingtime equal 100000000 -variable readingfile index Restart.topo2.${readingtime} +variable readingfile index Restart.topo2..${readingtime} ################################# @@ -64,7 +64,7 @@ read_restart ${rname} #################################### #### BOX AND WALL ####### #################################### -change_box all x final -101 101 y final -101 101 z final -101 101 boundary p p p units box +change_box all x final -80 80 y final -80 80 z final -80 80 boundary p p p units box #################################### #### ANGLE ####### @@ -158,7 +158,7 @@ shell mv ${rnewname}${readingtime} Data/${rnewname}${readingtime} ############################### #### BOX AND WALL ###### ############################### -change_box all x final -101 101 y final -101 101 z final -101 101 boundary p p p units box +change_box all x final -80 80 y final -80 80 z final -80 80 boundary p p p units box ####################################################### #### PAIRS -- REPULSIVE + TOPO II ####### -- GitLab