Git Product home page Git Product logo

pylocalcsys's Introduction

PyLocalCsys

PyLocalCsys was created by Boris Burgarella and is released under the General Public Licence

This program shall only be used on bottom-up mesh parts, results on other type of parts have not been validated and therefore could give unwanted results. Feel free to ask for a push of your new version if you tested / implemented something that works for any type of mesh

Dependencies (usually included in Abaqus and / or default python installations):

  • numpy
  • sys
  • os

This small python script can be used in abaqus to general element located local coordinates systems. Its usage is rather simple, you need to mesh all the parts you want to work, then execute the script using the abaqus

File -> Run Script... function

You will then be asked how many parts you want to work on, the answer should be a integer, the program will crash otherwise. Then you'll have to enter the name of the parts separated by a comma, for example: Fiber1,Fiber2,Matrix,PinkElephant101 etc.

The program will then run and ask to continue after each part.

Should you want to work on a large number of parts, comment these lines in the script:

333 - stringmessage = "Part - "+str(i)+" - done, continue ?"
334 - print stringmessage
335 - reply = getWarningReply(message=stringmessage, buttons=(YES,NO))
336 - if reply == NO:
337 - break

pylocalcsys's People

Contributors

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