I have a triangular element with A,B,C as Vertices. I have applied a pressure P on the normal N of the triangular surface. now i Need to calculate the force acting on the nodes of the triangular element. Its done in an FEM process. Please explain me how to do it with mathematical formulas. let the bulk data of triangle be:
A(1000,20,30);B(1200,25,30);C(1000,20,35)
and normal calculated by me N(25,-1000,0)
and applied pressure 1bar in direction of normal N
and i Need to calculate force acting on A,B,C
Please just let me know to do as a mathematical way.Thank you for your effort