home / skills / a5c-ai / babysitter / thermodynamic-model-selector
This skill helps select thermodynamic property methods based on components and conditions, enabling accurate model choice, parameter fitting, and uncertainty
npx playbooks add skill a5c-ai/babysitter --skill thermodynamic-model-selectorReview the files below or copy the command above to add this skill to your agents.
---
name: thermodynamic-model-selector
description: Automated thermodynamic property method selection based on component characteristics and operating conditions
allowed-tools:
- Read
- Write
- Glob
- Grep
- Edit
- Bash
metadata:
specialization: chemical-engineering
domain: science
category: Process Simulation
skill-id: CE-SK-003
---
# Thermodynamic Model Selector Skill
## Purpose
The Thermodynamic Model Selector Skill guides selection of appropriate thermodynamic property methods based on component characteristics, operating conditions, and accuracy requirements.
## Capabilities
- Component analysis (polarity, association, electrolytes)
- Operating condition assessment
- Property method recommendation
- Binary interaction parameter fitting
- VLE/LLE data regression
- Model validation against experimental data
- Uncertainty quantification
## Usage Guidelines
### When to Use
- Selecting property methods for simulation
- Fitting interaction parameters
- Validating thermodynamic models
- Assessing model uncertainty
### Prerequisites
- Component list defined
- Operating ranges specified
- Experimental data available
- Accuracy requirements known
### Best Practices
- Consider all phase equilibria
- Validate with experimental data
- Document model selection rationale
- Assess sensitivity to parameters
## Process Integration
This skill integrates with:
- Process Simulation Model Development
- Distillation Column Design
- Crystallization Process Design
## Configuration
```yaml
thermodynamic-model-selector:
model-categories:
- equation-of-state
- activity-coefficient
- specialized
data-sources:
- DECHEMA
- NIST
- DIPPR
```
## Output Artifacts
- Model selection reports
- Parameter fitting results
- Validation comparisons
- Uncertainty assessments
This skill automates selection of thermodynamic property methods based on component characteristics, operating conditions, and accuracy targets. It recommends equations of state, activity-coefficient models, or specialized correlations and produces model selection reports and validation summaries. The goal is faster, more consistent selection for simulation and design workflows.
The skill inspects component lists to detect polarity, associating species, electrolytes, and other key traits. It evaluates operating ranges (T, P, composition), cross-checks available experimental data, and matches those inputs to model categories (EOS, activity-coefficient, specialized). It can fit binary interaction parameters to VLE/LLE data, validate models against experiments, and quantify uncertainty to support decision-making.
What inputs are required for a reliable recommendation?
At minimum: a complete component list, temperature/pressure ranges, and your accuracy requirements. Experimental VLE/LLE data and phase labels improve fitting and validation.
Can it fit interaction parameters automatically?
Yes. The skill supports regression of binary interaction parameters from supplied VLE/LLE datasets and returns fit quality metrics and uncertainty estimates.