From 526059707b1fd2c1d0b57e0c504ab0807b566b41 Mon Sep 17 00:00:00 2001 From: Ramin Khodabandeh Date: Tue, 28 May 2024 12:09:52 +0430 Subject: [PATCH] Tutorials are updated. --- .../sphereGranFlow/binarySystemOfParticles/caseSetup/shapes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/shapes diff --git a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/shapes b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/shapes old mode 100644 new mode 100755 index 625afe3a..bc016686 --- a/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/shapes +++ b/tutorials/sphereGranFlow/binarySystemOfParticles/caseSetup/shapes @@ -6,9 +6,9 @@ objectName sphereDict; objectType sphereShape; fileFormat ASCII; /*---------------------------------------------------------------------------*/ -names (smallSphere largeSphere); // names of shapes +names (smallSphere largeSphere); // names of shapes -diameters (0.003 0.005); // diameter of shapes +diameters (0.003 0.005); // diameter of shapes -materials (prop1 prop1); // material names for shapes +materials (prop1 prop1); // material names for shapes \ No newline at end of file