BriefFiniteElementNet / BriefFiniteElement.Net

BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a Trapezoidal Load on an Complete Element.

MLiranzo opened this issue · comments

Hi.
It is possible to create a full trapezoidal load, that is, triangle-rectangle-triangle, without having to split the element according to the drawing shown below.
load

Greeting
M. Liranzo

Hi.
There is no such load implemented yet as a single class. but you can use three PartialNonuniform load on a single element, also can have three separate elements.
it is also possible to create a new class which derives from ElementalLoad which is base class of all elemental loads, For example named TRTLoad (stand for triangle-rectangle-triangle Load).

Thank You.
I will try to implement it follow your idea.

Thank You. I will try to implement it follow your idea.

ok, pls. let me know if i can help.