II.
LibraryProcess overview
Reference · livelib-process:mechanical-engineering--material-selection
material-selection overview
Material Selection Methodology - Systematic material selection using Ashby charts and performance indices, considering mechanical properties, environmental compatibility, manufacturing constraints, cost, and availability.
Attributes
displayName
material-selection
description
Material Selection Methodology - Systematic material selection using Ashby charts
and performance indices, considering mechanical properties, environmental compatibility,
manufacturing constraints, cost, and availability.
libraryPath
library/specializations/domains/science/mechanical-engineering/material-selection.js
specialization
mechanical-engineering
references
- - Materials Selection in Mechanical Design (Ashby): https://www.elsevier.com/books/materials-selection-in-mechanical-design/ashby/978-0-08-100666-8 - ASM Handbook: https://www.asminternational.org/ - Cambridge Engineering Selector (CES): https://www.ansys.com/products/materials - MatWeb Materials Database: https://www.matweb.com/
example
const result = await orchestrate('specializations/domains/science/mechanical-engineering/material-selection', {
projectName: 'Lightweight Bracket Design',
application: 'aerospace structural bracket',
requirements: { minYieldStrength: 300, maxDensity: 4.5, serviceTemp: 150 },
constraints: { manufacturingProcess: 'machining', budget: 'medium' }
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:mechanical-engineering·DomainMechanical Engineering
lib_belongs_to_specialization1
- specialization:mechanical-engineering·SpecializationMechanical Engineering
lib_implements_workflow1
- workflow:experiment-design·WorkflowExperiment Design
lib_involves_role2
- role:systems-integration-engineer·RoleSystems Integration Engineer
- role:research-engineer·RoleResearch Engineer
lib_requires_skill_area3
- skill-area:physics-simulation·SkillAreaPhysics Simulation
- skill-area:mathematical-reasoning·SkillAreaMathematical Reasoning
- skill-area:motion-planning·SkillAreaMotion Planning
Incoming edges
None.