home / skills / a5c-ai / babysitter / material-model-library

This skill provides validated constitutive models and material properties for biological tissues and implants to support accurate biomechanical simulations and

npx playbooks add skill a5c-ai/babysitter --skill material-model-library

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
2.9 KB
---
name: material-model-library
description: Biomaterial constitutive model library skill providing validated material properties for biological tissues and implant materials
allowed-tools:
  - Read
  - Write
  - Glob
  - Grep
  - Edit
  - Bash
metadata:
  specialization: biomedical-engineering
  domain: science
  category: Biomechanics and Structural Analysis
  skill-id: BME-SK-012
---

# Material Model Library Skill

## Purpose

The Material Model Library Skill provides validated constitutive models and material properties for biological tissues and implant materials, supporting accurate biomechanical simulations and device design.

## Capabilities

- Tissue material property database (bone, cartilage, soft tissue)
- Hyperelastic model parameter sets (Mooney-Rivlin, Ogden)
- Viscoelastic and poroelastic models
- Implant material database (Ti-6Al-4V, CoCrMo, PEEK)
- Degradation model parameters
- Temperature and rate-dependent properties
- Anisotropic material definitions
- Age and disease-state variations
- Material property uncertainty quantification
- Literature reference compilation
- Custom material fitting tools

## Usage Guidelines

### When to Use
- Assigning material properties for FEA
- Selecting materials for device design
- Validating simulation models
- Conducting parametric studies

### Prerequisites
- Analysis type defined
- Loading conditions characterized
- Relevant tissue/material types identified
- Accuracy requirements established

### Best Practices
- Verify material sources and validation status
- Consider patient-specific variations
- Account for rate-dependency when relevant
- Document material model assumptions

## Process Integration

This skill integrates with the following processes:
- Finite Element Analysis for Medical Devices
- Biomaterial Selection and Characterization
- Orthopedic Implant Biomechanical Testing
- Scaffold Fabrication and Characterization

## Dependencies

- Material property databases
- Literature compilations
- Experimental characterization data
- FEA software material libraries
- Material testing standards

## Configuration

```yaml
material-model-library:
  tissue-types:
    - cortical-bone
    - cancellous-bone
    - cartilage
    - tendon
    - ligament
    - muscle
    - skin
    - vascular
  implant-materials:
    - Ti-6Al-4V
    - CoCrMo
    - PEEK
    - UHMWPE
    - stainless-steel
  model-types:
    - linear-elastic
    - hyperelastic
    - viscoelastic
    - poroelastic
```

## Output Artifacts

- Material property datasets
- Constitutive model parameters
- Material cards for FEA software
- Property validation reports
- Literature reference lists
- Uncertainty quantification data
- Material selection recommendations
- Model fitting results

## Quality Criteria

- Material properties from validated sources
- Model parameters appropriate for loading conditions
- Uncertainty properly characterized
- References properly documented
- Models validated against experimental data
- Assumptions clearly stated

Overview

This skill supplies a validated library of constitutive models and material properties for biological tissues and implant materials to support accurate biomechanical simulation and device design. It centralizes tissue-specific datasets, implant material parameters, and model fitting tools so engineers and researchers can assign consistent, validated inputs to finite element and multiphysics analyses. The library emphasizes provenance, uncertainty quantification, and model suitability for given loading and rate conditions.

How this skill works

The skill organizes material definitions by tissue type and implant alloy, providing parameter sets for linear-elastic, hyperelastic, viscoelastic, and poroelastic models. It delivers ready-to-use material cards, uncertainty estimates, and literature references, and offers fitting tools to calibrate models against experimental data. Users supply analysis context (loading, rate, temperature, and accuracy needs) and the skill returns recommended parameters, validation notes, and FEA-ready artifacts.

When to use it

  • Assigning material properties for FEA of medical devices or anatomical models
  • Selecting or comparing implant materials during early-stage design
  • Validating simulation fidelity against experimental datasets
  • Performing parametric or sensitivity studies with material uncertainty
  • Generating material cards for common FEA tools and workflows

Best practices

  • Define analysis type, loading conditions, and acceptance criteria before selecting parameters
  • Prefer parameter sets validated for matching rate and temperature regimes
  • Document model assumptions, provenance, and validation datasets with each material card
  • Include uncertainty quantification in sensitivity studies and regulatory submissions
  • Use patient- or population-specific variations when clinical accuracy is required

Example use cases

  • FEA of an orthopedic implant using cortical and cancellous bone models with uncertainty bounds
  • Design comparison of Ti-6Al-4V versus PEEK components under cyclical loading using viscoelastic parameters
  • Calibrating a hyperelastic soft-tissue model (Ogden/Mooney-Rivlin) to experimental inflation tests
  • Creating FEA material cards and validation reports for a regulatory submission
  • Parametric study of degradation effects on scaffold mechanical behavior using time-dependent parameters

FAQ

Are the material parameters clinically validated?

Parameters are drawn from validated literature and experiment compilations; each entry includes provenance and validation status so you can assess clinical relevance.

What file formats are produced for FEA?

The skill produces FEA-ready material cards and parameter tables compatible with common solvers and includes CSV/JSON exports for integration with automation pipelines.