home / skills / a5c-ai / babysitter / aspen-plus-simulator
This skill enables Aspen Plus steady-state simulation, thermodynamic modeling, and equipment sizing assistance within automated workflows for accurate process
npx playbooks add skill a5c-ai/babysitter --skill aspen-plus-simulatorReview the files below or copy the command above to add this skill to your agents.
---
name: aspen-plus-simulator
description: Aspen Plus integration skill for steady-state process simulation, thermodynamic modeling, and equipment rating
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: chemical-engineering
domain: science
category: Process Simulation
skill-id: CE-SK-001
---
# Aspen Plus Simulator Skill
## Purpose
The Aspen Plus Simulator Skill provides integration with Aspen Plus for steady-state process simulation, thermodynamic modeling, property estimation, and equipment design calculations.
## Capabilities
- Process flowsheet construction and simulation
- Thermodynamic model selection (NRTL, SRK, PRMHV2, UNIFAC)
- Property estimation (DIPPR, Joback methods)
- Equipment rating and design modes
- Sensitivity analysis and optimization
- Report generation and stream table export
- Convergence troubleshooting
- Custom unit operation modeling
- Economic analysis integration
## Usage Guidelines
### When to Use
- Developing process simulation models
- Evaluating thermodynamic properties
- Sizing and rating equipment
- Optimizing process conditions
### Prerequisites
- Process flow diagram available
- Component list defined
- Operating conditions specified
- Thermodynamic data requirements identified
### Best Practices
- Select appropriate thermodynamic models
- Validate against experimental data
- Document all assumptions
- Perform sensitivity analysis
## Process Integration
This skill integrates with:
- Process Flow Diagram Development
- Heat Integration Analysis
- Equipment Sizing and Specification
## Configuration
```yaml
aspen-plus-simulator:
thermodynamic-models:
- NRTL
- SRK
- Peng-Robinson
- UNIFAC
unit-operations:
- columns
- reactors
- heat-exchangers
- separators
```
## Output Artifacts
- Simulation files
- Stream tables
- Equipment specifications
- Optimization results
- Property reports
This skill provides Aspen Plus integration for steady-state process simulation, thermodynamic modeling, property estimation, and equipment rating. It connects process definitions, component data, and operating conditions to generate validated simulation files, stream tables, and equipment specifications. The skill is designed to accelerate model setup, run sensitivity studies, and produce exportable reports for design and economic analysis.
The skill constructs flowsheets from supplied process diagrams and component lists, selects or suggests thermodynamic models (NRTL, SRK, Peng-Robinson, UNIFAC), and runs steady-state simulations to convergence. It extracts stream properties, performs property estimation with DIPPR or Joback where needed, and computes equipment ratings and design outputs. Results are returned as simulation files, stream tables, equipment specs, and optimization reports for downstream use.
What inputs do I need to run a simulation?
You need a process flow diagram or unit list, component list with known species, feed and operating conditions, and a chosen thermodynamic model.
Which thermodynamic models are available?
Common options include NRTL, SRK, Peng-Robinson, and UNIFAC; choose by phase behavior and mixture non-ideality.
Can it size equipment and export specifications?
Yes. The skill computes equipment ratings and generates specification outputs and stream tables suitable for procurement or detailed design review.