Difference between revisions of "Solvers in OpenFOAM by Divyesh Variya (DD Fluids)"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Created page with "category:boundary condition * '''contributor''': Divyesh Variya * '''affiliation''': Indian Institute of Technology, Bombay * '''contact''': <mail address='dd.fluid.mechan...")
 
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[category:boundary condition]]
 
 
* '''contributor''': Divyesh Variya
 
* '''contributor''': Divyesh Variya
 
* '''affiliation''': Indian Institute of Technology, Bombay
 
* '''affiliation''': Indian Institute of Technology, Bombay
Line 8: Line 7:
 
* '''LinkedIn Profile''': [https://www.linkedin.com/in/divyeshvariya/ DivyeshVariya]
 
* '''LinkedIn Profile''': [https://www.linkedin.com/in/divyeshvariya/ DivyeshVariya]
  
=Heat Transfer solvers=
+
Go back to [https://wiki.openfoam.com/Collection_by_authors#Gavin_Tabor Collection by Authors].
==Conjugate Heat Transfer [chtMultiRegionFoam]==
 
Tutorial link: [https://youtu.be/Nhhm-ZPxVRc YouTube Video]
 
  
Description: This tutorial video is on how to setup a case for conjugate heat transfer problem in OpenFOAM. Also how we can add a volumetric heat source and how to to post-process some data while running the simulation like, maximum and average temperature for each region.
+
=[https://wiki.openfoam.com/HeatTransfer_in_OpenFOAM_by_Divyesh_Variya_(DD_Fluids) Heat Transfer]=
 +
* Tutorial link: [https://youtu.be/Nhhm-ZPxVRc Conjugate Heat Transfer (chtMultiRegionFoam)]
  
Points covered:
+
=[https://wiki.openfoam.com/MultiPhase_in_OpenFOAM_by_Divyesh_Variya_(DD_Fluids) Multi-Phase]=
* Copy a base case
+
* Tutorial link: [https://youtu.be/JYHhF25OTm0 Volume of Fluid method (interFoam)]
* Understand folder structure
 
* Define solid-fluid regions
 
* Add volumetric heat-source
 
* Basic runtime post-processing
 
* Visualize in ParaView
 
 
 
=Multiphase solvers=
 
==VoF method in multiphase flows [interFoam]==
 
Tutorial link: [https://youtu.be/JYHhF25OTm0 YouTube Video]
 
 
 
Description: In this tutorial, we will learn how to simulate a volume of fluid model based multiphase problem in OpenFOAM. The solver used here is interFoam and using that we will simulate air bubble rising problem in water column. We will also see, how to plot phase fraction plot using gnuPlot script and how to post-process results in paraview.
 
 
 
Points covered:
 
* VoF theory
 
* Copy a base case
 
* Understand folder structure
 
* Initialize phase fraction
 
* Define properties of each phase
 
* Basic runtime post-processing
 
* Visualize in ParaView
 

Latest revision as of 12:58, 27 May 2021

Go back to Collection by Authors.

Heat Transfer

Multi-Phase