Notes, summaries, assignments, exams, and problems for Design and Engineering

Sort by
Subject
Level

Determining Normal Consistency of Cement: Standard Procedure

Posted by Anonymous and classified in Design and Engineering

Written on in English with a size of 94.42 KB

Experiment No. 1: Normal Consistency of Cement

Objective

To determine the normal consistency of a given sample of cement.

Apparatus

  • Vicat apparatus (conforming to IS: 5513-1976)
  • Balance
  • Gauging trowel
  • Stopwatch

Theory

To determine the initial setting time, final setting time, soundness, and strength of cement, a parameter known as standard consistency must be used. The standard consistency of a cement paste is defined as the consistency that permits a Vicat plunger (10 mm diameter and 50 mm length) to penetrate to a depth of 33–35 mm from the top of the mould.

Procedure

  1. The standard consistency of a cement paste is defined as the consistency that permits the Vicat plunger to penetrate to a point 5 to 7 mm from the bottom of the Vicat mould.
  2. Initially,
... Continue reading "Determining Normal Consistency of Cement: Standard Procedure" »

Process Control and Instrumentation Principles

Posted by Anonymous and classified in Design and Engineering

Written on in English with a size of 15.4 KB

Fundamentals of Process Control

(i) What is a manipulated variable? Give one example.

Answer: A manipulated variable is a variable that can be adjusted to maintain the desired output of a process. Example: Valve position in a temperature control loop.

(ii) The range of an industrial bimetallic thermometer is:

Answer: -50°C to 500°C.

(iii) What information is gathered from Bode diagrams?

Answer: Magnitude and phase shift of a system across frequencies—used to analyze system stability and frequency response.

(iv) Degrees of freedom for binary distillation:

Answer: For a constant pressure binary distillation process, the degrees of freedom are calculated as: Degrees of freedom = Number of components - Number of phases + 2 - Number of fixed variables.... Continue reading "Process Control and Instrumentation Principles" »

Industrial Piping Support Systems and Classifications

Posted by Anonymous and classified in Design and Engineering

Written on in English with a size of 2.81 KB

Detailed Analysis of Piping Support Systems

This document explains different piping supports in detail.

Classification Based on Function and Rigidity

Rigid Supports

These supports provide completely stiff resistance, preventing movement in specific directions. They do not allow for thermal expansion.

  • Anchor (Fixed Support): Restrains the pipe in all six degrees of freedom (three translational, three rotational). It completely locks the pipe in place.
  • Restraint / Guide: Allows the pipe to slide along its longitudinal axis but restricts lateral (side-to-side) movement.
  • Stop / Directional Anchor: Allows movement in some linear directions but blocks it completely in another (e.g., preventing forward axial movement while allowing side movement).

Elastic

... Continue reading "Industrial Piping Support Systems and Classifications" »

Sorting Algorithms and Data Structures Complexity Table

Classified in Design and Engineering

Written on in English with a size of 3.04 KB

Sorting Algorithms Performance

AlgorithmBest CaseAverage CaseWorst CaseSpace ComplexityStableIn-placeSpeed
InsertionO(n)O(n²)O(n²)O(1)YesYesSlow
SelectionO(n²)O(n²)O(n²)O(1)NoYesSlow
BubbleO(n)O(n²)O(n²)O(1)YesYesSlow
HeapO(n log n)O(n log n)O(n log n)O(1)NoYesFast
MergeO(n log n)O(n log n)O(n log n)O(n)YesNoFast
QuickO(n log n)O(n log n)O(n²)O(n)NoYesFast
BucketO(n+k)O(n+k)O(n²)O(n+k)YesNoFast
RadixO(nk)O(nk)O(nk)O(n+k)YesNoFast

Data Structure Complexity

Data StructureInsert()RemoveSearch()RemoveMin()AccessSpaceSize
Dynamic ArrayO(1) / O(n)O(n)O(n)O(n)O(1)O(n)Small
ArrayListO(1) / O(n)O(n)O(n)O(n)O(n)O(n)Small
Singly Linked ListO(1) / O(n)O(n)O(n)O(1) / O(n)O(n)O(n)Small
Doubly Linked ListO(1)O(n)O(n)O(n)O(n)O(n)Small, Large
Stack (Array)O(1)O(n)
... Continue reading "Sorting Algorithms and Data Structures Complexity Table" »

Essential Sensor Technologies and Their Applications

Classified in Design and Engineering

Written on in English with a size of 2.45 KB

Mechanical and Electromechanical Sensors

These sensors detect physical properties like displacement, pressure, acceleration, and force.

  • Strain gauges: Used for measuring deformation or strain in materials.
  • Accelerometers: Designed for measuring acceleration.
  • Pressure sensors: Utilized for measuring fluid or gas pressure.

Thermal Sensors

Thermal sensors measure temperature variations through changes in electrical properties, thermal expansion, or thermal radiation.

  • Thermocouples: These generate a voltage proportional to temperature difference.
  • Resistance temperature detectors (RTDs): These measure resistance changes with temperature.
  • Infrared sensors: These detect thermal radiation to measure temperature without contact.

Magnetic Sensors

Magnetic sensors... Continue reading "Essential Sensor Technologies and Their Applications" »

Machine Design and Industrial Costing Principles

Posted by Anonymous and classified in Design and Engineering

Written on in English with a size of 6.27 KB

Part 1: Machine Design and Costing Syllabus

Unit 1: General Considerations in Machine Design

  • 1.1. General Considerations: Aesthetic considerations regarding shape, size, colour, and surface finish.
  • 1.2. Material Behavior: Fatigue, endurance limit, creep, and creep curve.
  • 1.3. Factor of Safety: Selection criteria and application.
  • 1.4. Stress Concentration: Its causes and remedies.
  • 1.5. Design Resources: Use of design data books and standards in design.
  • 1.6. Failure Analysis: Types of failures.

Total Hours: 06

Unit 2: Design of Simple Machine Parts

  • 2.1. Socket and spigot type cotter joint.
  • 2.2. Knuckle joint.

Design of Bolt

  • 2.3. Basic types of screw fastening.
  • 2.4. Stresses in screwed fasteners.
  • 2.5. Bolts of uniform strength.
  • 2.6. Design of eyebolt.

Total Hours:

... Continue reading "Machine Design and Industrial Costing Principles" »

Influence Lines, Virtual Work, and Structural Analysis Methods

Classified in Design and Engineering

Written on in English with a size of 22.21 KB

Influence Lines and Structural Analysis

Influence lines (IL) and their use in structural analysis. Methods of IL construction.
Internal forces and bending moments caused by moving loads can be solved with the help of influence lines. Influence line S graphs the variation of a quantity S at a specific point x on a beam or truss caused by a unit load F=1 placed at any point u along the structure.
Methods for constructing the influence line:

  • Analytical method (creating equations using equilibrium conditions)
  • Kinematic method (Müller-Breslau Principle; using principal of virtual work)
  • Combination of above-mentioned methods
  • Numerically (based on definition, i.e. tabulation of the influence values for multiple points along the structure)

Virtual Work and

... Continue reading "Influence Lines, Virtual Work, and Structural Analysis Methods" »

Advanced Industrial Control Systems: PLC, Robotics & Sensors

Posted by Anonymous and classified in Design and Engineering

Written on in English with a size of 27.46 KB

Introduction to Industrial Control Systems

Control systems are fundamental to industrial automation, with a primary focus on Distributed Control Systems (DCS). This document covers the core components, variables, and applications of these systems.

Learning Outcomes

  • Describe the components of a control system.
  • Define the three types of variables associated with a control system.
  • Provide examples of common control systems.
  • Explain distributed control systems and their industrial applications.
  • List and define components of DCS, including SCADA, communication, and alarms.

Components of an Automation System

A modern automation system is composed of several interconnected components:

  • Control System: The brain of the operation, processing inputs and making
... Continue reading "Advanced Industrial Control Systems: PLC, Robotics & Sensors" »

Understanding Robot Kinematics: Parameters, Joints, and Links

Classified in Design and Engineering

Written on in English with a size of 259.71 KB

Robot Kinematics

A+EfUlJFo1TKwAAAABJRU5ErkJggg==

Euler’s Rotation Theorem

Any rigid body motion that leaves one point fixed can be represented by a single rotation about an axis through the fixed point.

Chasles’ Theorem

Any rigid body motion is the translation of a designated point & a rotation of the whole body about that point.

Kinematic Parameters

These parameters are associated with the kinematic configuration of each link and joint of the robot arm. There are four main kinematic parameters:

Joint Parameters

The relative position and orientation of two successive links can be specified by two joint parameters:

  • Joint Angle (θk): The amount of rotation about zk-1 so that Xk-1 is parallel to Xk.
  • Joint Distance (dk): The amount of translation along the Zk-1 needed to make
... Continue reading "Understanding Robot Kinematics: Parameters, Joints, and Links" »

Exergy Cost Calculation and Cumulative Energy Indices

Classified in Design and Engineering

Written on in English with a size of 2.62 KB

Exergy Components: Fuel, Product, and Irreversibility

  • Fuel (F): The total exergy (valuable energy) resources consumed by a specific component to perform its function.
  • Product (P): The useful, high-quality energy output generated by that component.
  • Irreversibility (I): The internal energy wasted or destroyed inside the component due to inefficiencies such as friction or heat loss.

Exergy Cost Calculation Algorithm

For the known exergy efficiency of particular components of the system, the algorithm for exergy cost calculation is presented below.

Incidence Matrix and Matrix Formulation

To determine the incidence matrix for the presented system and calculate the exergy cost of the flows, a mathematical matrix structure is implemented:

Incidence Matrix... Continue reading "Exergy Cost Calculation and Cumulative Energy Indices" »