Engineering Drawing, CAD/CAM, FEM, and CFD - From Geometry to Analysis

This note is adapted from course materials for MNE2116 Engineering Graphics, MNE3007 CAD/CAM, and MNE4005 Finite Element Analysis at City University of Hong Kong. Instructors: Prof. Weiyin MA and course teaching staff.

Central Question

How do engineers turn design intent into unambiguous geometry, manufacturable instructions, and credible simulation evidence without losing the meaning of the part?

Engineering drawing, CAD, CAM, FEM, and CFD are not separate islands. They are representations of the same product under different questions:

\[\text{intent} \rightarrow \text{drawing definition} \rightarrow \text{CAD geometry} \rightarrow \text{CAM process} \rightarrow \text{FEM/CFD model} \rightarrow \text{validation} \rightarrow \text{revised design}.\]
Pipeline from design intent to drawing CAD CAM FEM CFD validation and revised design
Figure 1. Geometry-to-analysis pipeline. Each representation preserves some information and discards other information, so translation is a major engineering risk.

1. Drawing: Geometry as a Human-Readable Contract

A drawing is not a picture. It is a controlled technical statement. Orthographic projection removes perspective distortion so dimensions, alignments, sections, and datums can be read consistently.

Important drawing decisions:

Orthographic projection views with datum surfaces and dimensioning logic
Figure 2. Orthographic and datum logic. Drawing views define shape for humans; datums define how geometry is measured and assembled.

The core risk is ambiguity. If two machinists, inspectors, or suppliers can read the same drawing differently, the drawing is not yet an engineering contract.


2. CAD: Geometry as a Computable Model

CAD stores geometry and topology in a form software can evaluate. Sketches, constraints, features, surfaces, solids, assemblies, and parametric histories are all modelling choices. The model should encode intent:

Curves and surfaces such as Bezier, B-spline, and NURBS representations are useful because they make shape mathematically controllable. Solid modelling matters because downstream operations need closed volumes, valid topology, and consistent normals.

Bad CAD is not merely ugly. It creates unstable toolpaths, broken meshes, unclear assemblies, and unreliable revisions.


3. CAM: Geometry as Machine Action

CAM converts geometry into setups, fixtures, tools, toolpaths, feeds, speeds, approach moves, retract moves, and NC code. A CAM plan is a manufacturing hypothesis:

\[\text{part geometry} + \text{stock} + \text{fixture} + \text{tool} + \text{machine limits} \rightarrow \text{controlled material removal}.\]

Key questions:

CAM diagram showing stock fixture tool approach toolpath machine axes and part datum
Figure 3. CAM setup logic. Toolpaths depend on stock, fixture, tool reach, machine axes, and the datum scheme, not only the final CAD shape.

Simulation inside CAM is useful, but it verifies the programmed path under model assumptions. It does not prove the real fixture, tool, material, or machine will behave ideally.


4. FEM: Geometry as a Discrete Structural Model

Finite element analysis approximates continuum behavior by dividing a domain into elements. The conceptual chain is:

\[\text{CAD domain} \rightarrow \text{idealized analysis geometry} \rightarrow \text{mesh} \rightarrow \text{materials, loads, constraints} \rightarrow \text{solution} \rightarrow \text{verification and validation}.\]
FEM workflow from CAD simplification to mesh loads constraints stress result and validation
Figure 4. FEM idealization. The analysis model is not the CAD model; it is a controlled simplification with assumptions about loads, constraints, material laws, and mesh resolution.

The most common FEM mistake is treating a colorful stress plot as truth. A credible model must state:

For linear static elasticity, the compact system is

\[K u = f,\]

where (K) is global stiffness, (u) is nodal displacement, and (f) is load vector. That compact equation hides the entire modelling responsibility.


5. CFD: Geometry as a Flow Domain

CFD models the fluid domain, not the solid part by default. The first decision is therefore domain definition:

The governing equations are conservation of mass, momentum, and energy. The mesh, boundary conditions, turbulence model, and numerical scheme determine what is actually solved.

CFD diagram showing solid body fluid domain inlet outlet wall far field mesh and boundary conditions
Figure 5. CFD domain logic. CFD begins by extracting the fluid domain and assigning physically meaningful boundaries before meshing and solving.

CFD results should be checked against conservation balances, grid sensitivity, known limiting cases, and measurements. A smooth streamline plot can still be wrong if the boundary condition is wrong.


6. Translation Risks Across the Workflow

Each handoff can lose meaning:

The safe habit is to ask what each representation must preserve: functional surfaces, datums, tolerances, interfaces, loads, flow paths, material state, manufacturing allowances, or inspection features.


What This Framework Lets Us Do

It lets us treat engineering geometry as an information pipeline rather than a software sequence. The practical skill is preserving intent while changing representation.

Where the Framework Stops Being Reliable

The framework fails when the representation is trusted outside its assumptions: ambiguous drawings, fragile CAD, unverified CAM, unconverged FEM, unvalidated CFD, or simulation loads that do not match service reality.

Where the Subject Leads Next

This workflow leads to geometric dimensioning and tolerancing, model-based definition, manufacturing process planning, finite element verification, CFD validation, digital twins, and product lifecycle management.


Technical and Editorial Audit

Area Correction or decision
Central question Reframed the note around preserving engineering intent across representations.
Preserved material Kept drawing, projection, CAD, CAM, FEM, and CFD coverage while condensing long procedural detail.
Equations Kept the core FEM system (Ku=f) and emphasized assumptions behind it.
Figures Added five original SVG diagrams for the representation pipeline, drawing/datum logic, CAM setup, FEM idealization, and CFD domain setup.
Validation focus Emphasized ambiguity, mesh convergence, boundary conditions, and physical validation.

Main Sources Used in This Note