Skip to content

Solvers for finding admissible thrust networks in vaulted masonry structures

License

Notifications You must be signed in to change notification settings

BlockResearchGroup/compas_tno

Repository files navigation

COMPAS TNO

build GitHub - License PyPI - Python Version DOI

COMPAS TNO is a Python package to find admissible thrust networks in masonry vaulted structures built in the COMPAS framework.

Based on Ricardo Maia Avelino's doctoral thesis at ETH Zurich, this Package enables finding multi-objective particular internal stress solutions in masonry vaults, as the ones presented below.

COMPAS TNO Objectives

Installation

The recommended an editable install of COMPAS TNO with Anaconda/conda. Here we create an environment called tno and install it:

conda create -n tno -c conda-forge python COMPAS triangle compas_view2
conda activate tno
git clone https://github.com/BlockResearchGroup/compas_tno.git
cd compas_tno
pip install -e .

First Steps: Read the docs

A walkthrough the package is available in the documentation:

Issue tracker

If you find a bug, please help us solve it by filing a report.

Citing

If you use COMPAS TNO for your research, cite one of our papers.

License

COMPAS TNO is released under the MIT license.