KratosMultiphysics / GiDInterface

The graphical user interface of Kratos for GiD. Featuring CFD, CSM, DEM, PFEM, etc
Other
32 stars 16 forks source link

Structural contact process #32

Closed jginternational closed 6 years ago

jginternational commented 7 years ago

Solid contact process implemented by @loumalouomega need some customization in the writen json.

Ask user to match pairs of GiD group to contact. (e.x. by defining a contact id in the process)

In the json one of the submodelparts will be origin_model_part_name and the other destination_model_part_name, and the contact id must not be shown

jginternational commented 7 years ago

@loumalouomega At this point, it is working in a 'Master-Slave' structure. You can try it in the Add_contact_to_solid branch

loumalouomega commented 7 years ago

@jginternational Right now I am working in autocontact detection

jginternational commented 7 years ago

@loumalouomega test and close this issue when you think it's ready

josep-m-carbonell commented 7 years ago

@jginternational @loumalouomega, somebody decided to add a CONTACT field in boundary conditions of the SolidMechanics interface, is there any design for that addition? it has conflicts with other designs for contact in other applications, i.e. pfem solid. I personally don't approve this commit.

loumalouomega commented 7 years ago

@josep-m-carbonell we can just move it to the StructuralApplication interface

rubenzorrilla commented 7 years ago

@jginternational @loumalouomega personally, I wouldn't move it to the StructualMechanicsApplication neither. AFAIK the contact mechanics interface is still under development and such StructuralMechanicsApplication is supposed to be stable. What I suggest is to create a ContactStructuralMechanicsApplication subapplication similar to the embedded fluid case in the FluidDynamicsApplication.