outletPhaseMeanVelocity: Renamed Umean to UnMean

This is to make it clear that the value supplied is the scalar mean
velocity normal to the patch, and to distinguish it from other instances
of the keyword "UMean" which take a vector quantity.
This commit is contained in:
Will Bainbridge
2018-12-06 14:19:23 +00:00
parent 73c8e0d9f9
commit 2e1e8837c0
6 changed files with 30 additions and 30 deletions

View File

@ -15,11 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Umean 1.668;
UMean 1.668;
dimensions [0 1 -1 0 0 0 0];
internalField uniform (#neg $Umean 0 0);
internalField uniform (#neg $UMean 0 0);
boundaryField
{
@ -36,7 +36,7 @@ boundaryField
{
type outletPhaseMeanVelocity;
alpha alpha.water;
Umean $Umean;
UnMean $UMean;
value $internalField;
}

View File

@ -15,11 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Umean 1.668;
UMean 1.668;
dimensions [0 1 -1 0 0 0 0];
internalField uniform (#neg $Umean 0 0);
internalField uniform (#neg $UMean 0 0);
boundaryField
{
@ -36,7 +36,7 @@ boundaryField
{
type outletPhaseMeanVelocity;
alpha alpha.water;
Umean $Umean;
UnMean $UMean;
value $internalField;
}

View File

@ -15,11 +15,11 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Umean 1.668;
UMean 1.668;
dimensions [0 1 -1 0 0 0 0];
internalField uniform (#neg $Umean 0 0);
internalField uniform (#neg $UMean 0 0);
boundaryField
{
@ -31,7 +31,7 @@ boundaryField
type waveVelocity;
origin (0 0 0.244);
direction (-1 0 0);
speed $Umean;
speed $UMean;
waves
(
Stokes2
@ -49,7 +49,7 @@ boundaryField
{
type outletPhaseMeanVelocity;
alpha alpha.water;
Umean $Umean;
UnMean $UMean;
value $internalField;
}