Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Week 7 Challenge - Assembly Workbench

Aim: To understand the assembly of Catia V5 Objective: to understand the basic concept of assembly workbench & to use proper constraints to assemble different part files in Catia V5 Here are the two models as per the challenge drawings, 1. Quick return mechanism  2. CV joint    Quick Return Mechanism: Assembly Drawing:…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Mohana Karthik B J (6)

    Week 7 Challenge - Assembly Workbench

    Objective:

    Aim: To understand the assembly of Catia V5 Objective: to understand the basic concept of assembly workbench & to use proper constraints to assemble different part files in Catia V5 Here are the two models as per the challenge drawings, 1. Quick return mechanism  2. CV joint    Quick Return Mechanism: Assembly Drawing:…

    calendar

    30 Aug 2023 07:45 PM IST

      Read more

      Project 2 - Rankine cycle Simulator

      Objective:

      1) Program for Simulating Rankine Cycle: clear all close all clc %% Explanation of Rankine Cycle %Disp and fprintf command is used to show the output or given text on command window disp('<strong>Rankine Cycle (or) Rankine Vapor Cycle</strong>'); fprintf('\nProcess(1-2): Isentropic Expansion in the Turbine\n');…

      calendar

      19 Sep 2021 04:29 PM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        1) Main code for parsing the NASA data file, plotting graph: %% To write a MATLAB code for parsing the NASA thermodynamic data file % and to extract 14 coefficients of the equation for deriving thermodynamic % properties like specific heat, entropy, and enthalpy. %% Also to find the molecular mass of each species and to…

        calendar

        08 Sep 2021 03:29 PM IST

        • MATLAB
        Read more

        Week 4.1 - Genetic Algorithm

        Objective:

        1) Main function for Genetic Algorithm: clear all close all clc %% Providing a search space for the stalagmite function x = linspace(0,0.6,150) y = linspace(0,0.6,150) %Meshgrid command returns 2-D grid coordinates based on the coordinates contained in vectors x and y. [xx yy] = meshgrid(x,y); %% Creating the surface plot…

        calendar

        22 Aug 2021 07:17 PM IST

          Read more

          Week 3 - Solving second order ODEs

          Objective:

          1) Main program for plotting the graph and creating the animations for the pendulum motion.%To solve the ODE, that represents the equation of motion of a simple pendulum with damping. clear all close all clc %% Input required for solving ODE equation of motion of a simple pendulum with damping %Damping coefficient b=0.05;…

          calendar

          08 Aug 2021 06:06 PM IST

            Read more

            Plotting the P-V diagram of the Otto cycle and to find the thermal efficiency of the Otto cycle

            Objective:

            Definition of Otto cycle: The Otto cycle is a thermodynamic cycle that is commonly used in all spark ignition engines (i.e is petrol engines - 2-stroke or 4-stroke). In a four-stroke engine,  there are typically four strokes which are named as; 1) Intake stroke 2) Compression stroke 3) Power stroke  4) Expansion…

            calendar

            02 Aug 2021 04:43 PM IST

              Read more
              Showing 1 of 6 projects