Page 1 of 1

Linear elasticity solver in 2D

Posted: 04 Apr 2011, 15:49
by Martin_
Dear Elmer users & developers,

I would like to ask what is the default mode in which the 2D linear elasticity solver works. If I understand it correctly, the solver is in plane strain 'mode' by default and to perform plane stress computation, I need to set

Code: Select all

Plane Stress = Logical True
Can you please confirm this (or, if I'm wrong, tell me how to set up a plane strain test case)?

The manual also says that for boundary conditions, either displacement or force can be applied. In this case, I suppose that force is in [N]. How can I apply pressure/stress on the body of my model?
Thank you very much.

Best regards,

Martin Vymazal

Re: Linear elasticity solver in 2D

Posted: 04 Apr 2011, 20:10
by raback
Confirmed.

The unit of force in BCs is [F]/[A] i.e. Pa in SI units. Pressure as a keyword is taken by the N-S equation.

-Peter

Re: Linear elasticity solver in 2D

Posted: 04 Apr 2011, 21:38
by Martin_
Hello Peter,

thank you for the quick reply.

Best regards,

Martin Vymazal