II.
LibraryProcess overview
Reference · livelib-process:mechanical-engineering--cfd-analysis
cfd-analysis overview
Computational Fluid Dynamics (CFD) Analysis - Setting up and executing fluid flow simulations including mesh generation, turbulence modeling, boundary conditions, and post-processing using ANSYS Fluent, CFX, or OpenFOAM.
Attributes
displayName
cfd-analysis
description
Computational Fluid Dynamics (CFD) Analysis - Setting up and executing fluid flow
simulations including mesh generation, turbulence modeling, boundary conditions, and post-processing
using ANSYS Fluent, CFX, or OpenFOAM.
libraryPath
library/specializations/domains/science/mechanical-engineering/cfd-analysis.js
specialization
mechanical-engineering
references
- - OpenFOAM User Guide: https://www.openfoam.com/ - ANSYS Fluent Theory Guide: https://ansyshelp.ansys.com/ - Versteeg & Malalasekera: Introduction to CFD - Turbulence Modeling for CFD: https://www.dcwindustries.com/
example
const result = await orchestrate('specializations/domains/science/mechanical-engineering/cfd-analysis', {
projectName: 'Heat Exchanger Flow Analysis',
flowType: 'internal',
geometry: 'exchanger_domain.step',
fluidProperties: { name: 'water', density: 998, viscosity: 0.001 },
boundaryConditions: [{ type: 'velocity-inlet', value: 2.0 }, { type: 'pressure-outlet', value: 0 }]
});
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.