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

Project 3- Adding a temperature dictionary to the incompressible icoFoam case to solve the energy equation

  relpce DT as K dimensionedScalar DT ( transportProperties.lookup("DT") ); Info<< "Reading field T\n" << endl; volScalarField T ( IOobject ( "T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); fvScalarMatrix TEqn ( fvm::ddt(T) + fvm::div(phi, T) -fvm::laplacian(DT, T) );…

    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 Somnath Nirali (4)

    Project 4

    Objective:

    Please find the attched file

    calendar

    20 Oct 2021 10:32 AM IST

      Read more

      Project 3- Adding a temperature dictionary to the incompressible icoFoam case to solve the energy equation

      Objective:

        relpce DT as K dimensionedScalar DT ( transportProperties.lookup("DT") ); Info<< "Reading field T\n" << endl; volScalarField T ( IOobject ( "T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); fvScalarMatrix TEqn ( fvm::ddt(T) + fvm::div(phi, T) -fvm::laplacian(DT, T) );…

      calendar

      16 Oct 2021 09:29 AM IST

        Read more

        Project 2- Creating a custom IOObject in Visual Studio Code

        Objective:

        Please find the attached latex report  Thanks & regards SMN

        calendar

        15 Oct 2021 02:18 AM IST

          Read more

          Project 1- Creating your own openFOAM solver

          Objective:

          addition of scalar transport equation //scalar Transport Equation fvScalarMatrix sEqn ( fvm::ddt(s)+fvm::div(phi,s) ); sEqn.relax(); sEqn.solve(); runTime.write();   Addition in the header file volScalarField s( IOobject ( "s", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh); Addition…

          calendar

          26 Aug 2021 12:15 PM IST

          • CFD
          Read more
          Showing 1 of 4 projects