library/specializations/domains/science/mechanical-engineering/skills/heat-exchanger-design/SKILL.md
Specialized skill for heat exchanger sizing, rating, and optimization per TEMA standards including shell-and-tube, plate, and air-cooled configurations
npx skillsauth add a5c-ai/babysitter heat-exchanger-designInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Heat Exchanger Design skill provides comprehensive capabilities for sizing, rating, and optimizing heat exchangers according to TEMA standards, enabling systematic thermal-hydraulic design of shell-and-tube, plate, and air-cooled heat exchanger configurations.
Log Mean Temperature Difference
LMTD = (ΔT1 - ΔT2) / ln(ΔT1/ΔT2)
Q = U × A × F × LMTD
Where:
F = Correction factor for non-counterflow
U = Overall heat transfer coefficient
A = Heat transfer area
LMTD Correction Factors
Effectiveness Definition
ε = Q_actual / Q_max
Q_max = Cmin × (Th,in - Tc,in)
NTU Calculation
NTU = UA / Cmin
Cr = Cmin / Cmax
Effectiveness Relations
TEMA Designations | Front End | Shell | Rear End | |-----------|-------|----------| | A - Channel | E - One-pass | L - Fixed tubesheet | | B - Bonnet | F - Two-pass | M - Fixed tubesheet | | N - Channel | J - Divided flow | N - Fixed tubesheet | | - | X - Crossflow | P - Outside packed | | - | - | S - Floating head | | - | - | U - U-tube |
Tube Layout
Baffle Design
Plate Selection
Design Considerations
Configuration
Design Parameters
| Service | Fouling Factor (m²K/kW) | |---------|------------------------| | Cooling water | 0.2-0.35 | | River water | 0.35-0.5 | | Fuel oil | 0.5-0.9 | | Heavy hydrocarbons | 0.35-0.7 | | Light hydrocarbons | 0.1-0.2 | | Steam (clean) | 0.05-0.1 |
{
"design_type": "sizing|rating",
"exchanger_type": "shell_tube|plate|air_cooled",
"hot_fluid": {
"name": "string",
"flow_rate": "number (kg/s)",
"inlet_temp": "number (C)",
"outlet_temp": "number (C, for sizing)"
},
"cold_fluid": {
"name": "string",
"flow_rate": "number (kg/s)",
"inlet_temp": "number (C)",
"outlet_temp": "number (C, for sizing)"
},
"pressure_constraints": {
"hot_side_max_dp": "number (kPa)",
"cold_side_max_dp": "number (kPa)"
},
"fouling_factors": {
"hot_side": "number (m2K/kW)",
"cold_side": "number (m2K/kW)"
}
}
{
"duty": "number (kW)",
"geometry": {
"type": "string (TEMA designation or plate type)",
"area": "number (m2)",
"shell_diameter": "number (mm)",
"tube_count": "number",
"tube_length": "number (m)"
},
"thermal": {
"LMTD": "number (C)",
"F_factor": "number",
"U_clean": "number (W/m2K)",
"U_dirty": "number (W/m2K)"
},
"hydraulic": {
"shell_side_dp": "number (kPa)",
"tube_side_dp": "number (kPa)"
},
"performance": {
"effectiveness": "number",
"NTU": "number"
}
}
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.