SPHinXsys icon indicating copy to clipboard operation
SPHinXsys copied to clipboard

Contact stiffness composite body

Open WeiyiVirtonomy opened this issue 6 months ago • 0 comments

I added a function Real ContactStiffness(size_t index_i) in Solid. For composite material, it will return composite_materials_[(*material_id_)[index_i]]->ContactStiffness();.

In RepulsionForce, solid_material->ContactStiffness() is replaced by solid_material->ContactStiffness(index_i).

I think the contact impedance of self-contact also needs to be modified. How should be calculate the impedance between particle i and j with different rho and contact stiffness?

WeiyiVirtonomy avatar Aug 09 '24 15:08 WeiyiVirtonomy