Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding information for Alamo to codes page #1523

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions _data/codes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,34 @@
src: https://img.shields.io/badge/license-LLNL-blueviolet
- href: https://www.openhub.net/p/LLNL-AMPE
src: https://www.openhub.net/p/LLNL-AMPE/widgets/project_thin_badge.gif

- name: Alamo Multiphysics
uploads: true
logo: https://repository-images.githubusercontent.com/94898847/60033d2c-cc0a-491a-9a55-f6c4abe76e88
home_page: https://www.solids.group/alamo/
description: >-
AMReX-based phase field code for simulating microstructure evolution,
topology optimization, solid rocket propellant, dendrite growth, etc.
Couples to the multi-level multigrid solver for quasistatic or dynamic
mechanical response.
Can run in two or three dimensions and supports a wide variety of input
methods, ranging from PNG to mathematical expressions.
badges:
- href: https://img.shields.io/badge/license-MIT-blue
src: https://img.shields.io/badge/license-MIT-blue
- href: https://github.com/solidsuccs/alamo/commits/development
src: https://github.com/solidsgroup/alamo/actions/workflows/linux.yml/badge.svg?branch=master
examples:
- name: Polycrystalline microstructure evolution with elasticity
href: https://solidsgroup.github.io/alamo/docs/Tests/VoronoiElastic.html
- name: Topology optimization
href: https://solidsgroup.github.io/alamo/docs/Tests/TopOp.html
- name: Deflagration of solid rocket propellant
href: https://solidsgroup.github.io/alamo/docs/Tests/SCPSpheresElastic.html
- name: Damage mechanics
href: https://solidsgroup.github.io/alamo/docs/Tests/Scratch.html
- name: Finite kinematics
href: https://solidsgroup.github.io/alamo/docs/Tests/RubberWithInclusion.html
- name: Current list of all examples
href: https://solidsgroup.github.io/alamo/docs/Tests.html

Loading