Alpaca4d
  • 👋Welcome
  • 🧠Installation
  • 🦸Sponsors
  • Basics
    • 💐Materials
      • Uniaxial
      • ND
    • 🎛️Sections
      • Rectangular
      • Circular
      • H section
      • Parametric Cross Section
    • 🎢Elements
      • Force Beam Column
      • Shell
      • Brick
    • 🔗Constraints
      • Diaphragm
      • Equal DOF
    • ⌛Time History
      • Constant
      • Linear
      • Trigonometric
      • Triangular
      • Rectangular
      • Pulse
      • Path
    • 💣Loads
      • Gravity
      • Point
      • Beam
      • Shell
    • 💾Assemble
    • 📉Analysis
    • 🎲Results
    • 🕶️Visualisation
    • 🧰Utility
  • EXAMPLES
    • 🏢Multi Storey Building
    • 🎶Natural Vibration
    • 🕙Earthquake
    • 🖨️3d Printed Structure
    • 🔒Connection Design
    • 📈Moment Curvature
    • 🔋High Tension Tower
    • 💐Custom Script
    • 🏗️Deconstruct Anything
  • REFERENCES
    • 🌊OpenSees
    • 📕License
  • Benchmark
    • 🧑‍🌾Intro
    • 🍏Simple Beam
    • 🍐Simple Shell
    • 🍌Simple Brick
Powered by GitBook
On this page
Edit on GitHub
  1. Basics

Elements

The finite elements implemented are Elastic Timoshenko Beam Column Element, ShellDKGT-ASDShellQ4, SSP Brick and FourNodeTetrahedron.

Line to Beam component converts a line geometry to a Timoshenko Beam. Beam elements are used to model components in which one dimension (the length) is significantly greater than the other two dimensions and only the stress in the direction along the axis of the beam is significant. The cross section attached to it can be oriented using the orientSection input. beamType allows to release both ends in order to have an axial-only element (Truss).

Mesh to Shell component converts a mesh geometry to a Shell Element. Shell elements are used to model structures in which one dimension, the thickness, is significantly smaller than the other dimensions. Triangular faces will be converted to a ShellDKGT formulation and the Quad faces to a ShellMITC4 formulation.

Brick Element component converts an hexahedral element into a bbarBrick. A hexahedron is any polyhedron with six faces. It is generally a difficult task to convert a generic solid into a set of hexahedron and MeshSeriesToBrick component might help to construct some simple polyhedron.

Last updated 1 year ago

🎢