RTUEE / EC / EEEYr 2023 · Sem 52023

Q2Electrical Machine Design

Question

15 marks

Q.2. What do you understand by CAD analysis? Explain different approaches used in computer aided design with the help of suitable flowcharts.

Answer

CAD analysis evaluates the performance of an already-specified trial design (as opposed to synthesis, which generates a design from specifications); the two main approaches are the analysis method (iterative evaluation/refinement of a trial design) and the optimization method (systematic search over a design-parameter space to minimize/maximize an objective function subject to constraints).

CAD analysis, in the context of electrical machine design, refers to the process of taking an already fully-specified (trial) machine design — including all dimensions, turns, materials — and computing its predicted performance characteristics (efficiency, power factor, temperature rise, losses, starting torque, etc.) using established design equations and analytical/numerical models, in order to check whether the trial design meets the required specifications, in contrast to the synthesis method which generates a design directly from specifications without an initial trial design to evaluate.

Analysis method (design evaluation and iterative refinement): in this approach, the designer (or the CAD program, guided by designer input) proposes an initial trial design based on experience, empirical rules, or a similar existing design, and the CAD program then computes the complete performance of this trial design. If the computed performance does not meet the specifications (e.g., temperature rise too high, or efficiency below target), the designer modifies the trial design (e.g., adjusting a dimension, turns count, or material) and the analysis is repeated; this iterative cycle of trial-design → analysis → modification continues until a satisfactory design is found. This approach benefits from being flexible and applicable to any machine configuration (even unusual ones outside standard formulas), and gives the designer direct insight into how design changes affect performance, but requires more design iterations and hence more computation time, and its success depends significantly on the quality of the initial trial design and the designer's experience in choosing effective modifications.

Optimization method: this approach extends the analysis method by systematically and automatically searching over a defined space of design parameters (dimensions, turns, material choices) to find the design that minimizes (or maximizes) a specified objective function — commonly total material cost, total losses, or a weighted combination of several performance criteria — subject to a set of constraints (maximum permissible temperature rise, minimum efficiency, maximum permissible starting current, etc.) that any acceptable design must satisfy. Rather than relying on designer intuition to select each successive trial design (as in the basic analysis method), the optimization method uses a formal mathematical search algorithm (e.g., gradient-based methods, genetic algorithms, or other numerical optimization techniques) to automatically explore the design space and converge toward the best design satisfying all constraints, typically yielding a more truly optimal (lowest-cost or highest-performance) final design than manual iterative refinement could efficiently achieve, at the cost of greater computational complexity and the need to carefully and correctly formulate the objective function and constraint set for the optimization algorithm to operate on.

Flowchart comparison: the analysis method's flowchart forms a cycle: Trial design → Compute performance → Compare with specification → (if unsatisfactory) Modify design → repeat; the optimization method's flowchart similarly cycles but replaces manual modification with an automated search-algorithm step: Initial design(s) → Compute performance/objective function → Check constraints and convergence criteria → (if not converged) Automatically generate improved design(s) via the search algorithm → repeat, continuing until the algorithm converges on an optimal feasible design, illustrating that the optimization method is essentially a more systematic, automated evolution of the basic analysis method's iterative refinement principle.

Comparison with the synthesis method: it is useful to contrast CAD analysis directly against the synthesis method discussed elsewhere in this paper. Synthesis proceeds forward, directly from specifications to a completed design, using a fixed formula sequence and never explicitly evaluating alternative candidate designs; analysis proceeds by repeatedly evaluating and comparing candidate designs against the specification, requiring an initial design to exist before any evaluation can occur. This means synthesis is generally faster for routine, well-understood machine types where the standard formulas reliably produce an acceptable design in a single pass, while analysis (and its optimization extension) is more powerful and flexible for situations where either no reliable synthesis formula exists for the specific machine configuration, or where the designer specifically wants to explore trade-offs and push toward a more refined, lower-cost, or higher-performance design than a basic synthesis pass would produce.

Suitable flowchart representation combining both approaches: a complete, practical CAD system for machine design often combines both methods in sequence: Stage 1 (Synthesis) — generate an initial trial design directly from specifications using standard formulas; Stage 2 (Analysis) — compute the detailed performance of this trial design using more accurate/detailed models (potentially including finite-element analysis for critical regions); Stage 3 (Compare against specification and refine) — if performance is unsatisfactory or if further improvement is sought, modify the design (manually via the analysis method, or automatically via an optimization algorithm) and repeat Stage 2; Stage 4 (Finalize) — once the design satisfies all specifications and the iteration/optimization process has converged, output the finalized design. This hybrid flowchart captures the complementary strengths of both design philosophies: synthesis provides a fast, sensible starting point, while analysis (with or without formal optimization) provides the accuracy verification and refinement needed to arrive at a final design that a synthesis pass alone could not reliably guarantee, particularly for designs operating close to material or thermal limits where small errors in the simplified synthesis formulas could otherwise lead to an inadequate or overly conservative final machine design.

Practical significance of CAD in machine design today: computer-aided design has effectively replaced manual design calculation for all serious machine design work, for reasons this question's comparison makes clear — the sheer number of coupled, iterative calculations involved in converging a machine design (each iteration touching magnetic, electrical, thermal, and mechanical quantities simultaneously) makes hand computation slow and error-prone, whereas a programmed design system executes a full iteration in seconds, permits systematic exploration of many more design alternatives than manual work ever could, maintains a consistent, auditable calculation record, and can embed accumulated design rules and material databases so that every design automatically benefits from the organization's full accumulated experience — advantages that apply regardless of whether the synthesis, analysis, or optimization approach (or their hybrid combination) is chosen for a particular design task, and which explain why fluency with these CAD methodologies is now considered a core competency for practicing machine design engineers alongside the classical design theory itself.

Back to Paper