|
[Sponsors] |
June 30, 2020, 06:13 |
Alphat for laminar incompressible flow
|
#1 |
Member
Alex
Join Date: May 2019
Posts: 36
Rep Power: 7 |
I am running a case to simulate the natural convection boundary layer flow from a vertical plate using buoyantBoussinesqPimpleFoam.
Now the BC for alphat are set like this: Code:
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; location "0"; object alphat; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 2 -1 0 0 0 0]; internalField uniform 0; boundaryField { inlet { type calculated; value uniform 0; } outlet { type calculated; value uniform 0; } atmosphere { type calculated; value uniform 0; } hotWall { type alphatJayatillekeWallFunction; Prt 0.85; value $internalField; } #includeEtc "caseDicts/setConstraintTypes" } How would you set this? |
|
Tags |
alphat, laminar boundary, natural convection, thermal diffusivity |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How would I write a 2d steady, inviscid, and incompressible flow simulation? | 7he404guy | Main CFD Forum | 5 | January 13, 2017 17:04 |
starting compressible flow from incompressible flow results | mihaipruna | OpenFOAM Running, Solving & CFD | 2 | December 3, 2012 11:02 |
Can 'shock waves' occur in viscous fluid flows? | diaw | Main CFD Forum | 104 | February 16, 2006 06:44 |
pressure outlet BC for incompressible flow | khaiching | Main CFD Forum | 6 | October 15, 2005 03:58 |
AMR with Incompressible Flow | Shahriar | Main CFD Forum | 7 | March 7, 2003 09:53 |