diff --git a/tutorials/sphereGranFlow/toteblender/caseSetup/interaction b/tutorials/sphereGranFlow/toteblender/caseSetup/interaction index f97d2f4f..6dfdc46d 100644 --- a/tutorials/sphereGranFlow/toteblender/caseSetup/interaction +++ b/tutorials/sphereGranFlow/toteblender/caseSetup/interaction @@ -6,7 +6,7 @@ objectName interaction; objectType dicrionary; /* ------------------------------------------------------------------------- */ // a list of materials names -materials (prop1); +materials (solidProperty); // density of materials [kg/m3] densities (1000.0); @@ -17,7 +17,7 @@ model contactForceModel nonLinearNonLimited; rollingFrictionModel normal; /* - Property (prop1-prop1); + Property (solidProperty-solidProperty); */ // Young modulus [Pa] Yeff (1.0e6); diff --git a/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape b/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape index ff2df8d1..566fb339 100644 --- a/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape +++ b/tutorials/sphereGranFlow/toteblender/caseSetup/sphereShape @@ -10,4 +10,4 @@ names (sphere1); // diameter of shapes (m) diameters (0.004); // material names for shapes -materials (prop1); \ No newline at end of file +materials (solidProperty); \ No newline at end of file diff --git a/tutorials/sphereGranFlow/toteblender/settings/geometryDict b/tutorials/sphereGranFlow/toteblender/settings/geometryDict index 246c7c30..da479bac 100644 --- a/tutorials/sphereGranFlow/toteblender/settings/geometryDict +++ b/tutorials/sphereGranFlow/toteblender/settings/geometryDict @@ -33,7 +33,7 @@ surfaces p3 ( 0.05 0.05 0.3); p4 (0.05 -0.05 0.3); // material of wall - material prop1; + material solidProperty; // motion component name motion axisOfRotation; } @@ -53,7 +53,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material prop1; + material solidProperty; // motion component name motion axisOfRotation; } @@ -73,7 +73,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material prop1; + material solidProperty; // motion component name motion axisOfRotation; } @@ -93,7 +93,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material prop1; + material solidProperty; // motion component name motion axisOfRotation; } @@ -113,7 +113,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material prop1; + material solidProperty; // motion component name motion axisOfRotation; } @@ -136,7 +136,7 @@ surfaces // number of divisions resolution 36; // material name of this wall - material prop1; + material solidProperty; // motion component name motion axisOfRotation; } @@ -147,7 +147,7 @@ surfaces p2 (-0.05 0.05 0); p3 ( 0.05 0.05 0); p4 (0.05 -0.05 0); - material prop1; + material solidProperty; motion axisOfRotation; }