Skip to content

sagarbhatt0904/FEA-of-3D-elastostatic-bodies-using-C3D8-elements

Repository files navigation

Main file:

		C3D8.m

The code requires the following:

  • Node info (in csv file ): Node ID, X-Coordinate, Y-Coordinate, Z-Coordinate
  • Element info (in csv file ): Element ID, Material ID, Element connectivity matrix
  • Material info (in txt file ): Material ID, Elastic Modulus, Poisson’s Ratio
  • Boundary Conditions (To be edited in the code): – Dirichlet BC: Node ID, DOF, Value – Neumann BC: Element ID, Nodes, DOF, Value

With these information, the code should be able to handle most 3D elastostatic problems usinng C3D8 elements.

About

Code to do Finite Element Analysis of 3D isotropic, elastostatic bodies using C3D8 elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages