II.
LibraryProcess overview
Reference · livelib-process:mechanical-engineering--dfm-review
dfm-review overview
Design for Manufacturing (DFM) Review - Systematic evaluation of designs for manufacturability, including process selection, tooling requirements, cost drivers, and design modifications to improve production efficiency and quality. Covers machining, casting, forging, sheet metal, injection molding, and assembly considerations.
Attributes
displayName
dfm-review
description
Design for Manufacturing (DFM) Review - Systematic evaluation of designs for manufacturability,
including process selection, tooling requirements, cost drivers, and design modifications to improve
production efficiency and quality. Covers machining, casting, forging, sheet metal, injection molding,
and assembly considerations.
libraryPath
library/specializations/domains/science/mechanical-engineering/dfm-review.js
specialization
mechanical-engineering
references
- - Manufacturing Engineering and Technology: https://www.pearson.com/en-us/subject-catalog/p/manufacturing-engineering-and-technology/P200000003262 - DFMA Software: https://www.dfma.com/ - ASM Handbook Vol 20 - Materials Selection and Design: https://www.asminternational.org/ - Fundamentals of Modern Manufacturing: https://www.wiley.com/en-us/Fundamentals+of+Modern+Manufacturing
example
const result = await orchestrate('specializations/domains/science/mechanical-engineering/dfm-review', {
projectName: 'Automotive Bracket Design',
partNumber: 'BRK-2024-001',
cadFiles: ['bracket_assembly.step', 'bracket_drawing.pdf'],
manufacturingVolume: 'high', // 'prototype', 'low', 'medium', 'high'
targetCost: 15.00,
primaryProcess: 'die-casting',
material: 'Aluminum A380'
});
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:code-review·Workflow
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.