Recent content by ThurmanMurman

  1. T

    6 Nodes, 4 Elements, Size of Stiffness Matrix?

    So that's the most difficult part of FEM, right?
  2. T

    6 Nodes, 4 Elements, Size of Stiffness Matrix?

    So for my 6 node example, the stiffness would be sized (number of nodes = 6) x (DOFs per node = 2) = 12 x 12?
  3. T

    6 Nodes, 4 Elements, Size of Stiffness Matrix?

    So is there a (nodes,DOFs) equation that states the size of a stiffness matrix for a system?
  4. T

    6 Nodes, 4 Elements, Size of Stiffness Matrix?

    Just to check my understanding, I think that my arrangement of nodes (4 total) with 2 DOFs each (8 total) leaves me with a 4X8 stiffness matrix. Is that correct?
  5. T

    6 Nodes, 4 Elements, Size of Stiffness Matrix?

    So is the (number of nodes) = (number of rows) and the (DOFs per node) = (number of columns)?
  6. T

    6 Nodes, 4 Elements, Size of Stiffness Matrix?

    Alright my attempt at formatting got messed up once I posted. Nodes 2-4-6 are equally spaced across the top, and nodes 1-3-5 sit below 2-4-6 on the bottom. 2-4-6 are respectively connected to 1-3-5 vertically, and 2 is connected to 3 diagonally, and 3 is connected to 6 diagonally.
  7. T

    6 Nodes, 4 Elements, Size of Stiffness Matrix?

    Howdy, If I have the following configuration of nodes: 2---4--6 | \ | /| | \ | / | | \| / | | \/ | 1---3--5 What should the dimensions of my FEM stiffness be? Thanks
  8. T

    Valid Basis Functions for Triangular 2D Elements: Solving for Coefficients

    Thanks again SteamKing... Do you have any idea how the "tedious" algebra would flow to solve for "a","b", and "c"? I have taken quite a few paths, and I quickly end up in "trivial solution land"...
  9. T

    Valid Basis Functions for Triangular 2D Elements: Solving for Coefficients

    Thanks a lot for the response SteamKing! The link you posted was very helpful. I just want to make sure that I understand the notation of the functions correctly: Does "[N(x,y)] = [Ni(x,y) Nj(x,y) Nk(x,y)]" translate to "Triangle N" with vertices at "Ni(x,y), Nj(x,y) and Nk(x,y)? Is the...
  10. T

    Valid Basis Functions for Triangular 2D Elements: Solving for Coefficients

    That's how the question was posed to me. I wish I knew more about FEM so that I could provide more insightful detail. The way I understand things, [N(x,y)] = [Ni(x,y) Nj(x,y) Nk(x,y)] is the shape function, and the other three functions are the basis functions. These shape/basis functions...
  11. T

    Valid Basis Functions for Triangular 2D Elements: Solving for Coefficients

    Howdy, I am trying to formulate a proof to show that the shape function [N(x,y)] = [Ni(x,y) Nj(x,y) Nk(x,y)] and the the basis functions Ni(x,y) = (1/2A)(ai + bix + ciz) Nj(x,y) = (1/2A)(aj + bjx + cjy) Nk(x,y) = (1/2A)(ak + bkx + cky) are valid for triangular, 2 dimensional...
Back
Top