Linear elasticity solver in 2D

Numerical methods and mathematical models of Elmer
Post Reply
Martin_
Posts: 11
Joined: 08 Feb 2010, 16:27

Linear elasticity solver in 2D

Post 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
raback
Site Admin
Posts: 4832
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Linear elasticity solver in 2D

Post 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
Martin_
Posts: 11
Joined: 08 Feb 2010, 16:27

Re: Linear elasticity solver in 2D

Post by Martin_ »

Hello Peter,

thank you for the quick reply.

Best regards,

Martin Vymazal
Post Reply