Skip to content

Commit

Permalink
[GITBOOK] basic info
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 4, 2024
1 parent 8058a84 commit 6f94530
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 6 deletions.
26 changes: 21 additions & 5 deletions gitbook/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
---
description: Practical Assessment Tools for Historic Masonry Structures
---

# COMPAS Masonry
# About

{% hint style="warning" %}
Note that this website is under construction and will be updated frequently!
{% endhint %}

<figure>
<img src=".gitbook/assets/COMPAS-Masonry.png" alt="COMPAS Masonry" />
<figcaption>
<p>COMPAS Masonry is a plugin for Rhino 8 for the equilibrium analysis of discrete-element structures,
and for the stability assessment of (historic) masonry structures.</p>
</figcaption>
</figure>

[![DOI](https://zenodo.org/badge/458133035.svg)](https://zenodo.org/badge/latestdoi/458133035)

COMPAS Masonry is a plugin for Rhino 8 for the equilibrium analysis of discrete-element structures,
and for the stability assessment of (historic) masonry structures.

The plugin is written entirely in Python using the [COMPAS framework](https://compas.dev),
and can be installed in Rhino 8 using Yak, the official package manager for Rhino.

## Features

## Limitations

## Target Audience
4 changes: 3 additions & 1 deletion gitbook/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@

## Additional information

* [Legal terms](additional/legal.md)
* [Contributions](additional/contributions.md)
* [Acknowledgements](additional/acknowledgements.md)
* [Citing COMPAS Masonry](additional/citing.md)
* [Legal terms](additional/legal.md)
* [FAQ](additional/faq.md)

## Links
Expand Down
2 changes: 2 additions & 0 deletions gitbook/additional/acknowledgements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Acknowledgements

1 change: 1 addition & 0 deletions gitbook/additional/contributions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Contributions
17 changes: 17 additions & 0 deletions gitbook/introduction/getting-started.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Getting Started

COMPAS Masonry is a plugin for Rhino 8 and uses the new CPython runtime.
It can be installed using Yak, Rhino's package manager.

{% hint style="warning" %}
COMPAS Masonry is **only available for Rhino 8.**
{% endhint %}

## Requirements

## Installation

## COMPAS Packages

## Toolbar

## Installation Check
11 changes: 11 additions & 0 deletions gitbook/introduction/tutorial.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Tutorial

In this tutorial, we will generate a very simple discrete element model representing a stone masonry arch.
We will then compute the required contact forces between the elements to establish equilibrium for given boundary conditions and gravity loads.

## Generate an arch

## Create a masonry model

## Define boundary conditions

## Compute equilibrium forces

0 comments on commit 6f94530

Please sign in to comment.