mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-12 16:26:23 +00:00
rutatingDrumMedium added
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
objectName interaction;
|
||||
objectType dicrionary;
|
||||
|
||||
materials (prop1); // a list of material names
|
||||
materials (prop1); // a list of materials names
|
||||
densities (1000.0); // density of materials [kg/m3]
|
||||
|
||||
contactListType sortedContactList;
|
||||
@ -46,7 +46,7 @@ contactSearch
|
||||
cellsSimpleInfo
|
||||
{
|
||||
updateFrequency 20; // each 20 timesteps, update neighbor list
|
||||
cellExtent 0.7; // bounding
|
||||
cellExtent 0.7; // bounding box for particle-wall search (> 0.5)
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user