Skip to content

This repository contains the files for the rotating mesh simulation using dynamic mesh properties and PIMPLE solver in openFOAM

Notifications You must be signed in to change notification settings

LeGoman30/Rotating_Mesh_P1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotating Mesh Simulation

This repository contains the files for the rotating mesh simulation using dynamic mesh properties and PIMPLE solver in openFOAM. PIMPle solver is know for solving the transient laminar and turbulent flow using Reynolds Averaged Navier Stokes Equations. This simulation was done on a simplified and custom propeller design to test the simulation setting for an average mesh to run faster and quicker on a heavy gaming laptop.

one.mp4

Simulation details

    Openfoam Files

  • 0
  • Constant
  • System

The 0 folder contains the variable files such as k , omega , nut , U and p. these file constain the information on the boundary and their condition at time step of 0 sec. Next in the constant folder where you can find the information on the mesh and the boundary faces which would be created under polymesh folder once you run the blockmesh command and the snappyHexmesh command. The trisurface folder contains the geometry of the propeller as well as the boundary in .STL format which could be easily used by the openFoam tools to read the geometry in asiic format. Last but not the least the system folder contains the simulation directory where the solver conditions are provided with the mesh directory as well. With the help of decomposepardict you can deconstruuct and reconstruct the mesh during the parallel processing and the cotrolDict consit of the simulation parameters such as the type of solver, time steps, deltaT and much more.These files could also be copeid from the OpenFOAM tutorials folder depending on the type of problem you are working on.

About

This repository contains the files for the rotating mesh simulation using dynamic mesh properties and PIMPLE solver in openFOAM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages