Coder Social home page Coder Social logo

bravais's Introduction

Bravais Package

This package contains tools required to analyze truss structures based off of Bravais lattices using Abaqus. It is divided into 6 sections:

  1. unit_cells contains all of the elementary unit cells that can be meshed in three dimensions.
  2. mesher takes the unit cell and creates a 3D mesh of specified dimensions.
  3. bcs finds nodes and returns information regarding the necessary boundary conditions for a given analysis.
  4. inp_creator creates .inp files to be analyzed via Abaqus.
  5. abaqus executes Abaqus using the command line to analyze and extract data.
  6. post_process takes nodal dispalcement and force data and calculates elastic properties.

Usage

First compile the extension modules: Navigate to the ~/bravais/bravais directory and execute python setup.py build_ext --inplace. This will compile the cpp_utils and assign_major_axes extension modules. A module can be used by importing the required tools, i.e. from bravais import unit_cells, mesher if a mesh needs to be created. Example scripts that create input files, run the FE calculations in Abaqus, and analyze the results are provided in the examples folder.

Contributor(s)

  • Ryan Latture

bravais's People

Contributors

latture avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.