GithubHelp home page GithubHelp logo

standardgalactic / inpparser.jl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mohamed82008/inpparser.jl

0.0 2.0 0.0 16 KB

This packages reads ABAQUS .inp files with limited feature support.

License: Other

Julia 100.00%

inpparser.jl's Introduction

InpParser

Build Status

Coverage Status

codecov.io

This package reads the content of an ABAQUS inp file into native Julia data structures. Not all features are supported yet.

Supported features

  1. Homogeneous volume elements
  2. Single elastic material objects
  3. Pressure on faces
  4. Concentrated loads on nodes
  5. Loads on faces
  6. Zero and non-zero Dirichlet boundary conditions on nodes and/or faces
  7. Cell sets
  8. Node sets

Installation

Pkg.clone("https://github.com/mohamed82008/InpParser.jl")

Example

using InpParser

inp_content = import_inp("inpfilename.inp")

node_coords = inp_content.node_coords
celltype = inp_content.celltype
cells = inp_content.cells
nodesets = inp_content.nodesets
cellsets = inp_content.cellsets
E = inp_content.E
mu = inp_content.mu
nodedbcs = inp_content.nodedbcs
cloads = inp_content.cloads
facesets = inp_content.facesets
dloads = inp_content.dloads

inpparser.jl's People

Contributors

mohamed82008 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.