binarySystemOfParticles

This commit is contained in:
Ramin Khodabandeh
2024-05-21 16:59:15 +04:30
parent 74833ce6a6
commit afa790b04d
4 changed files with 15 additions and 21 deletions

View File

@ -6,7 +6,7 @@ objectName interaction;
objectType dicrionary;
fileFormat ASCII;
/*---------------------------------------------------------------------------*/
materials (prop1); // a list of materials names
materials (prop1); // properties of material
densities (1000.0); // density of materials [kg/m3]
@ -15,7 +15,7 @@ contactListType sortedContactList;
contactSearch
{
method NBS; // method for broad search particle-particle
method NBS; // method for broad search
updateInterval 10;