Skip to main content

Transmission Operation and Expansion Planning Modeling using Python (ope...

Comments

Popular posts from this blog

New Era of AI based Chat Tools (chatbot): ChatGPT In Hindi : Explanation...

FDS-01: SIMPLE FLUID FLOW ANALYSIS USING FDS (FIRE DYNAMICS SIMULATOR) TOOL

FDS-01: SIMPLE FLUID FLOW ANALYSIS USING FDS (FIRE DYNAMICS SIMULATOR) TOOL In this tutorial a window is created which is treated as inflow of air with velocity of 2.5 m/s having temperature of 5 C. The outflow conditions is treated at top of the office, and the boundary condition is set as open to atmosphere  The steps are followed in this tutorial are listed below::   Step I: create header syntax file to start program in FDS software.   &HEAD CHID='office'/ Note: office is user defined name of FDS function/ file.   Step II: create syntax for simulation flow time.   &TIME T_END=15.0 Note: 15 sec is simulation flow time, which is solved in FDS software.   Step III: create syntax for initial temperature of domain.   &MISC TMPA=45.0/   Note: 45 C is initial room temperature, which is provided in this tutorial. Following three syntax is must for every FDS function.   Step IV: Create syntax for geom...

Tutorial 01 Heat transfer analysis in Pipe Flow in Elbow pipe structure OPENFOAM

 Title : Heat transfer analysis in Pipe Flow in Elbow pipe structure Figure 1.1 Meshed domain of elbow section Problem Identification This problem is simple pipe flow problem, in which air is flow in elbow section from two inlet conditions having different flow and energy boundary conditions. (See the following figure). Air properties are selected from literature material available in digital medium. “ buoyantBoussinesqPimpleFoam ”  is selected as solver for this problem. Open Foam software is installed on Win 7, provided by FSD blueCAPE Lda: http://bluecfd.com / Note : This tutorial is not endorsed/ supported by any provider of software's which are used in this tutorial. This tutorial is made for educational purpose only. Figure1.2 Different Boundary Conditions The simulation is solved in ambient conditions at transient flow scheme available in selected solver. Pre-Processing This problem is selected as turbulent flow problem, so the solver must...