ENH: tutorial update

This commit is contained in:
andy
2014-01-24 15:59:45 +00:00
parent aa135c2fbb
commit 9a73599edd
4 changed files with 12 additions and 5 deletions

View File

@ -24,7 +24,9 @@ boundaryField
{
sides
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
value $internalField;
}
region0_to_wallFilmRegion_wallFilmFaces
{

View File

@ -24,7 +24,9 @@ boundaryField
{
sides
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
value $internalField;
}
region0_to_wallFilmRegion_wallFilmFaces
{

View File

@ -24,7 +24,9 @@ boundaryField
{
sides
{
type zeroGradient;
type inletOutlet;
inletValue $internalField;
value $internalField;
}
region0_to_wallFilmRegion_wallFilmFaces
{

View File

@ -23,8 +23,9 @@ boundaryField
{
sides
{
type fixedValue;
value uniform 300;
type inletOutlet;
inletValue $internalField;
value $internalField;
}
region0_to_wallFilmRegion_wallFilmFaces
{