GithubHelp home page GithubHelp logo

calishulz / openlsto Goto Github PK

View Code? Open in Web Editor NEW

This project forked from m2dolab/openlsto

0.0 0.0 0.0 29.55 MB

Home Page: http://m2do.ucsd.edu/software

License: Apache License 2.0

C++ 93.66% C 3.62% Makefile 2.72%

openlsto's Introduction

OpenLSTO

Open Source Code for Level Set Topology Optimization

OpenLSTO is an open-source software for level set based structural topology optimization, written in C++, developed and Maintained by researchers at UC San Diego and Cardiff University.

The topology optimization method deals with the problem of determining the optimal distribution inside a design domain in order to obtain the best structural performance. Level Set Method was originally developed as a mathematical tool for tracking the motion of interfaces. Its natural handling of topological changes coupled with a clear and smooth interface representation led to its use for structural topology optimization.

This first full release implements the M2DO lab’s level set topology optimization method to solve the problems of minimizing compliance (maximizing stiffness) under a volume constraint and minimizing stress under a volume constraint in 2D and 3D design domains. A hole nucleation algorithm for the compliance problem is also included. While OpenLSTO has been designed with ease of installation and use in mind, some third-party packages have been used in order for the code to be able to handle more complex problems. A light version of the code without third-party packages, and with less capabilities, is available here

The level-set module of this software, M2DO_LSM, was adapted from code written by Lester Hedges, which can be found here.

Installation

  • Download

To clone the repository to the local machine,(git client) git clone https://github.com/M2DOLab/OpenLSTO.git

The Zip file is also available with the following static link: Download link

  • CLI environment

In general, all OpenLSTO execution occurs via command line arguments within a terminal. For Unix/Linux or Mac OS X users, the native terminal applications are needed.

  • Execution

Go to the relevant folder under projects to run a specific module, e.g to compliance minimization:

cd projects/compliance

Compile & Build:

make main

Execution

./bin/a.out

Clean existing compilation files:

make clean

clean existing object files:

make clean_obj

clean existing output files:

make clean_results

  • External dependency

Users of OpenLSTO need a data visualization tool to post-process solution files. The software currently supports .vtk output format natively read by ParaView.

Licensing

OpenLSTO is available for download under the Apache V. 2.0 license. Please refer to the License page for terms and conditions.

Contributors

Prof. Hyunsun Alicia Kim (UCSD, Cardiff U.)

Dr. Sandilya Kambampati (UCSD)

Dr. Lester Hedges

Dr. Zongliang Du (UCSD)

Dr. Renato Picelli (Cardiff U.)

Dr. Scott Townsend (Cardiff U.)

Dr. Xiao-Yi Zhou (Cardiff U.)

Dr. Hayoung Chung (UCSD)

Dr. Eliana Bortot (UCSD)

Ms. Carolina Jauregui (UCSD)

Mr. Andreas Neofytou (Cardiff U.)

Mr. Douglas de Aquino Castro (UCSD)

openlsto's People

Contributors

carolinaj avatar leili-topopt avatar hayoungchung avatar m2dolab avatar giacomo-b 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.