Kratos icon indicating copy to clipboard operation
Kratos copied to clipboard

[DEM] Adding external created contacts to simulation

Open flacko89 opened this issue 3 years ago • 4 comments

Description I was wondering if there is the possibility to add externally created contacts to a DEM simulation. I'm trying to compare results with another code and therefore I need exactly the same contact network.

Scope DEMApplication

Thanks for your help. Christian

flacko89 avatar Jul 05 '22 08:07 flacko89

@KratosMultiphysics/dem

pooyan-dadvand avatar Jul 05 '22 09:07 pooyan-dadvand

Hello @flacko89 , currently we have no option to preset the contacts, sorry. We have different ways to set them (with different search tolerances, in terms of type of search and distance extent) but not really any way which allows the direct preset of them.

maceligueta avatar Jul 05 '22 14:07 maceligueta

Ok, thanks. Do you think manipulating the neighbors list is suitable for testing and where might be the best place to do that?

flacko89 avatar Jul 21 '22 07:07 flacko89

Hi @flacko89 . In my opinion, it is not really necessary to manipulate the contact directly if you want to compare results with another code. By using the same particle positions and the same [SearchTolerance] (this parameter is used for contact/neighbor searching) in [ProjectParametersDEM.json] file, it is possible to achieve a same contact network.

ChengshunShang1996 avatar Jul 21 '22 07:07 ChengshunShang1996