openfoam/etc/templates/axisymmetricJet
2019-11-13 13:19:16 +01:00
..
0 RELEASE: Version clean-up for release 2019-06-25 11:51:19 +01:00
constant RELEASE: Version clean-up for release 2019-06-25 11:51:19 +01:00
system RELEASE: Version clean-up for release 2019-06-25 11:51:19 +01:00
Allclean STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
Allrun STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
README Template case files to help general setup of OpenFOAM cases 2015-05-18 18:34:01 +01:00

Overview
========
+ Template case for axisymmetric jet flow
+ The main purpose of this template is to demonstrate a simple, reliable meshing
  strategy for axisymmetric flow

Meshing
=======
+ The blockMeshDict file contains a backgroundMesh subditionary
+ In backgroundMesh set the geometry radius and length and jet radius
+ Set the number of cells in the length and radial directions
+ Run blockMesh to generate a 2D "slab" mesh
+ Run extrudeMesh to convert the mesh into a 2D axisymmetric mesh with wedge
  front and back patches

Initialisation
==============
+ In the field files in the 0 directory, set inlet values
+ For example, in 0/U, set the inlet velocity Uinlet
+ Set the viscosity in constant/transportProperties

Output
======
+ Graph data of field values along the centreline are written to files in
  postProcessing/graph