Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
86f104aa
Commit
86f104aa
authored
Jul 21, 2009
by
Andrew Heather
Browse files
chtMultiRegionFoam tutorial update
parent
bc88cf96
Changes
1
Hide whitespace changes
Inline
Side-by-side
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/0/alphat
deleted
100644 → 0
View file @
bc88cf96
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0.001";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
minY
{
type alphatWallFunction;
value uniform 0;
}
maxY
{
type alphatWallFunction;
value uniform 0;
}
minX
{
type calculated;
value uniform 0;
}
maxX
{
type calculated;
value uniform 0;
}
minZ
{
type alphatWallFunction;
value uniform 0;
}
maxZ
{
type alphatWallFunction;
value uniform 0;
}
topAir_to_leftSolid
{
type calculated;
value uniform 0;
}
topAir_to_heater
{
type calculated;
value uniform 0;
}
topAir_to_rightSolid
{
type calculated;
value uniform 0;
}
}
// ************************************************************************* //
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment