Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuXHe15 authored Sep 12, 2023
1 parent 5fc224d commit 883ec13
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
<p align="center"><img src="pics/icon.png" alt="icon" width="288.2095" height="85"></p>
[![tests]
(https://github.com/BAMresearch/amworkflow/actions/workflows/usecase.yml/badge.svg?branch=v0.43)](https://github.com/BAMresearch/amworkflow/actions/workflows/usecase.yml)

[![tests](https://github.com/BAMresearch/amworkflow/actions/workflows/usecase.yml/badge.svg?branch=v0.43)](https://github.com/BAMresearch/amworkflow/actions/workflows/usecase.yml)

#AM-Workflow
A one-stop shop for parametrized desgin, mesh, G-CODE generation and FEM Simulation.


## Motivation

This repository contains a module for creating automated workflows in the context of concrete additive manufacturing.

### Workflow
* parametrized design
* generate geometry file (.stl, .stp)
* generate GCODE --> printer
* generate mesh file (.msh, .xdmf & .h5, .vtk)
* generate FEM simulation

### Built-in file-management
* Management of files generated by the workflow by a file-based database.


### folder structure
* amworkflow: general routines
* tests: pytest for general routines
* usecases: example usecases



## Conda
```conda env create -f environment.yml```
Expand Down Expand Up @@ -244,23 +270,3 @@ Alternatively,

For more details and usages of the workflow, check out in wiki.

## Motivation

This repository contains a module for creating automated workflows in the context of concrete additive manufacturing.

### Workflow
* parametrized design (defined via CAD program)
* generate geometry file (.stl, .stp)
* generate GCODE --> printer
* generate mesh file (.msh, .xdmf & .h5, .vtk)
* generate FEM simulation

### Built-in file-management
* Management of files generated by the workflow by a file-based database.


### folder structure
* amworkflow: general routines
* tests: pytest for general routines
* usecases: example usecases

0 comments on commit 883ec13

Please sign in to comment.