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

@ -33,7 +33,7 @@ boundaryField
{
type compressible::alphatWallBoilingWallFunction;
otherPhase liquid;
phaseType vapor;
phaseType vapour;
Prt 0.85;
partitioningModel
{

View File

@ -47,14 +47,14 @@ boundaryField
NRef 30000000;
deltaTRef 10;
}
departureDiamModel
departureDiameterModel
{
type TolubinskiKostanchuk;
dRef 0.00024;
dMax 0.0014;
dMin 1e-06;
}
departureFreqModel
departureFrequencyModel
{
type KocamustafaogullariIshii;
Cf 1.18;

View File

@ -50,7 +50,7 @@ gnuplot<<EOF
'./postProcessing/fluid/outflow/$surfaceFile' \
every ::10::20000 u 1:(360*\$3) w l lt 3 t 'liquid outflow', \
'./postProcessing/fluid/outflow/$surfaceFile' \
every ::10::20000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapor outflow'
every ::10::20000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapour outflow'
set ylabel 'Enthalpy in- and outflow (J/s)'
set yrange [1.5e5:2.0e5]
@ -64,7 +64,7 @@ gnuplot<<EOF
"<paste \
./postProcessing/fluid/outletLiquid/$surfaceFile \
./postProcessing/fluid/outletGas/$surfaceFile" \
every ::10::20000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapor outflow'
every ::10::20000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapour outflow'
unset multiplot

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;
}

View File

@ -35,6 +35,6 @@ odeCoeffs
relTol 0.01;
}
#include "reactions.vapor"
#include "reactions.vapour"
// ************************************************************************* //

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object combustionProperties.vapor;
object combustionProperties.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object momentumTransport.vapor;
object momentumTransport.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -16,7 +16,7 @@ FoamFile
type populationBalanceMultiphaseSystem;
phases (particles vapor);
phases (particles vapour);
populationBalances (aggregates);
@ -82,7 +82,7 @@ particles
residualAlpha 1e-15;
}
vapor
vapour
{
type reactingPhaseModel;
@ -95,7 +95,7 @@ populationBalanceCoeffs
{
aggregates
{
continuousPhase vapor;
continuousPhase vapour;
coalescenceModels
(
@ -120,7 +120,7 @@ populationBalanceCoeffs
{
nucleationDiameter 4E-10;
velocityGroup particles;
reactingPhase vapor;
reactingPhase vapour;
dmdtf phaseTransfer:dmidtf;
specie TiO2;
}
@ -133,7 +133,7 @@ blending
default
{
type continuous;
phase vapor;
phase vapour;
}
}
@ -145,7 +145,7 @@ surfaceTension
drag
{
particles_dispersedIn_vapor
particles_dispersedIn_vapour
{
type timeScaleFiltered;
minRelaxTime 1e-4;
@ -162,7 +162,7 @@ virtualMass
heatTransfer
{
particles_dispersedIn_vapor
particles_dispersedIn_vapour
{
type timeScaleFiltered;
minRelaxTime 1e-4;
@ -177,10 +177,10 @@ heatTransfer
phaseTransfer
{
particles_dispersedIn_vapor
particles_dispersedIn_vapour
{
type reactionDriven;
reactingPhase vapor;
reactingPhase vapour;
targetPhase particles;
species (TiO2);
}

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object physicalProperties.vapor;
object physicalProperties.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -27,7 +27,7 @@ thermoType
defaultSpecie Ar;
#include "$FOAM_CASE/constant/thermo.vapor"
#include "$FOAM_CASE/constant/thermo.vapour"
// ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object reactions.vapor;
object reactions.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object thermo.vapor;
object thermo.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -59,7 +59,7 @@ functions
funcName=graph,
start=(0 0 1e-3),
end=(0.44 0 1e-3),
fields=(TiCl4.vapor O2.vapor Cl2.vapor alpha.particles)
fields=(TiCl4.vapour O2.vapour Cl2.vapour alpha.particles)
)
#includeFunc populationBalanceSizeDistribution

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 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 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

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

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;
}

View File

@ -35,6 +35,6 @@ odeCoeffs
relTol 0.01;
}
#include "reactions.vapor"
#include "reactions.vapour"
// ************************************************************************* //

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object combustionProperties.vapor;
object combustionProperties.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object momentumTransport.vapor;
object momentumTransport.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -16,7 +16,7 @@ FoamFile
type populationBalanceMultiphaseSystem;
phases (particles vapor);
phases (particles vapour);
populationBalances (aggregates);
@ -84,7 +84,7 @@ particles
residualAlpha 1e-15;
}
vapor
vapour
{
type reactingPhaseModel;
@ -99,7 +99,7 @@ populationBalanceCoeffs
{
aggregates
{
continuousPhase vapor;
continuousPhase vapour;
coalescenceModels
(
@ -119,7 +119,7 @@ populationBalanceCoeffs
(
phaseChange
{
interfaces (particles_vapor);
interfaces (particles_vapour);
dmdtf phaseTransfer:dmidtf;
specie TiO2_s;
surfaceGrowthType ParkRogak;
@ -132,7 +132,7 @@ populationBalanceCoeffs
{
nucleationDiameter 4E-10;
velocityGroup particles;
reactingPhase vapor;
reactingPhase vapour;
dmdtf phaseTransfer:dmidtf;
specie TiO2;
}
@ -145,7 +145,7 @@ blending
default
{
type continuous;
phase vapor;
phase vapour;
}
}
@ -157,7 +157,7 @@ surfaceTension
drag
{
particles_dispersedIn_vapor
particles_dispersedIn_vapour
{
type timeScaleFiltered;
minRelaxTime 1e-4;
@ -174,7 +174,7 @@ virtualMass
heatTransfer
{
particles_dispersedIn_vapor
particles_dispersedIn_vapour
{
type timeScaleFiltered;
minRelaxTime 1e-4;
@ -189,10 +189,10 @@ heatTransfer
phaseTransfer
{
particles_dispersedIn_vapor
particles_dispersedIn_vapour
{
type reactionDriven;
reactingPhase vapor;
reactingPhase vapour;
targetPhase particles;
species (TiO2 TiO2_s);
}

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object physicalProperties.vapor;
object physicalProperties.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -27,7 +27,7 @@ thermoType
defaultSpecie Ar;
#include "$FOAM_CASE/constant/thermo.vapor"
#include "$FOAM_CASE/constant/thermo.vapour"
// ************************************************************************* //

View File

@ -20,7 +20,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object reactions.vapor;
object reactions.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,7 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object thermo.vapor;
object thermo.vapour;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -59,7 +59,7 @@ functions
funcName=graph,
start=(0 0 1e-3),
end=(0.44 0 1e-3),
fields=(TiCl4.vapor O2.vapor Cl2.vapor alpha.particles)
fields=(TiCl4.vapour O2.vapour Cl2.vapour alpha.particles)
)
#includeFunc populationBalanceSizeDistribution

View File

@ -34,7 +34,7 @@ boundaryField
{
type compressible::alphatWallBoilingWallFunction;
otherPhase liquid;
phaseType vapor;
phaseType vapour;
Prt 0.85;
partitioningModel
{

View File

@ -48,14 +48,14 @@ boundaryField
NRef 30000000;
deltaTRef 10;
}
departureDiamModel
departureDiameterModel
{
type TolubinskiKostanchuk;
dRef 0.00024;
dMax 0.0014;
dMin 1e-06;
}
departureFreqModel
departureFrequencyModel
{
type KocamustafaogullariIshii;
Cf 1.18;

View File

@ -57,7 +57,7 @@ gnuplot<<EOF
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$3) w l lt 3 t 'liquid outflow', \
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapour outflow'
set ylabel 'Enthalpy in- and outflow (J/s)'
set yrange [1.5e5:2.0e5]
@ -71,7 +71,7 @@ gnuplot<<EOF
"<paste \
./postProcessing/outletLiquid/$surfaceFile \
./postProcessing/outletGas/$surfaceFile" \
every ::4::10000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapour outflow'
unset multiplot

View File

@ -34,7 +34,7 @@ boundaryField
{
type compressible::alphatWallBoilingWallFunction;
otherPhase liquid;
phaseType vapor;
phaseType vapour;
Prt 0.85;
partitioningModel
{

View File

@ -48,14 +48,14 @@ boundaryField
NRef 30000000;
deltaTRef 10;
}
departureDiamModel
departureDiameterModel
{
type TolubinskiKostanchuk;
dRef 0.00024;
dMax 0.0014;
dMin 1e-06;
}
departureFreqModel
departureFrequencyModel
{
type KocamustafaogullariIshii;
Cf 1.18;

View File

@ -57,7 +57,7 @@ gnuplot<<EOF
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$3) w l lt 3 t 'liquid outflow', \
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapour outflow'
set ylabel 'Enthalpy in- and outflow (J/s)'
set yrange [1.5e5:2.0e5]
@ -71,7 +71,7 @@ gnuplot<<EOF
"<paste \
./postProcessing/outletLiquid/$surfaceFile \
./postProcessing/outletGas/$surfaceFile" \
every ::4::10000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapour outflow'
unset multiplot

View File

@ -34,7 +34,7 @@ boundaryField
{
type compressible::alphatWallBoilingWallFunction;
otherPhase liquid;
phaseType vapor;
phaseType vapour;
Prt 0.85;
partitioningModel
{

View File

@ -34,7 +34,7 @@ boundaryField
{
type compressible::alphatWallBoilingWallFunction;
otherPhase liquid;
phaseType vapor;
phaseType vapour;
Prt 0.85;
partitioningModel
{

View File

@ -48,14 +48,14 @@ boundaryField
NRef 30000000;
deltaTRef 10;
}
departureDiamModel
departureDiameterModel
{
type TolubinskiKostanchuk;
dRef 0.00024;
dMax 0.0014;
dMin 1e-06;
}
departureFreqModel
departureFrequencyModel
{
type KocamustafaogullariIshii;
Cf 1.18;

View File

@ -57,7 +57,7 @@ gnuplot<<EOF
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$4) w l lt 3 t 'liquid outflow', \
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$2+360*\$3+360*\$4) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$3+360*\$4) w l lt 4 t 'liquid + vapour outflow'
set ylabel 'Enthalpy in- and outflow (J/s)'
set yrange [1.5e5:2.0e5]
@ -72,7 +72,7 @@ gnuplot<<EOF
./postProcessing/outletLiquid/$surfaceFile \
./postProcessing/outletGas/$surfaceFile \
./postProcessing/outletGas2/$surfaceFile" \
every ::4::10000 u 1:(360*\$2+360*\$4+360*\$6) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$4+360*\$6) w l lt 4 t 'liquid + vapour outflow'
unset multiplot