compressible::alphatWallBoilingWallFunction: Naming consistency

Tutorials have been updated to use the new consistent names within the
wall boiling system. The changes are backwards compatible so all
tutorials should run both before and after this change.
This commit is contained in:
Will Bainbridge
2023-01-24 09:15:16 +00:00
parent 870f4e9dae
commit 9adabe8cbd
47 changed files with 78 additions and 78 deletions

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volScalarField;
object Ar.vapor;
object Ar.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volScalarField;
object TiO2.vapor;
object Cl2.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volScalarField;
object Cl2.vapor;
object N2.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volScalarField;
object O2.vapor;
object O2.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volScalarField;
object T.vapor;
object T.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volScalarField;
object TiCl4.vapor;
object TiCl4.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volScalarField;
object N2.vapor;
object TiO2.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class volVectorField;
object U.vapor;
object U.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -25,7 +25,7 @@ boundaryField
{
type flowRateInletVelocity;
massFlowRate 2.173893e-07;
rho rho.vapor;
rho rho.vapour;
profile laminarBL;
value $internalField;
}

View File

@ -30,9 +30,9 @@ boundaryField
outlet
{
type prghTotalPressure;
U U.vapor;
phi phi.vapor;
rho rho.vapor;
U U.vapour;
phi phi.vapour;
rho rho.vapour;
p0 uniform 1e5;
value $internalField;
}