getfem-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to impose sliding boundary condition without friction between two 3D


From: Lesage,Anne Cecile J
Subject: How to impose sliding boundary condition without friction between two 3D meshes?
Date: Fri, 19 Nov 2021 18:15:28 +0000

Hi all,

 

 

To set up that the brain is sliding without friction inside the head, I wrote the following python lines

 

fbb = meshb.outer_faces()  # Boundary of the brain

fbh = meshh.outer_faces()  # Boundary of the head

 

HEAD_BOUND = 1;

BRAIN_BOUND = 2;

 

# selection of faces for contact condition

meshh.set_region(HEAD_BOUND, fbh)

meshb.set_region(BRAIN_BOUND, fbb)

 

md.add_penalized_contact_between_nonmatching_meshes_brick(mim3h, uh, ub, datanamer, HEAD_BOUND, BRAIN_BOUND, 1, lambda1_n)

 

Is it a good option? How to choose the parameters datanamer and lambda1?

 

Thank you

Best Regards

Anne-Cecile

The information contained in this e-mail message may be privileged, confidential, and/or protected from disclosure. This e-mail message may contain protected health information (PHI); dissemination of PHI should comply with applicable federal and state laws. If you are not the intended recipient, or an authorized representative of the intended recipient, any further review, disclosure, use, dissemination, distribution, or copying of this message or any attachment (or the information contained therein) is strictly prohibited. If you think that you have received this e-mail message in error, please notify the sender by return e-mail and delete all references to it and its contents from your systems.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]