mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
multiphase: Update phase-naming to use the new convention e.g. alpha.water
This commit is contained in:
@ -11,7 +11,7 @@ FoamFile
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object alpha1;
|
||||
object alpha.water;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -14,20 +14,22 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
phases (water vapour);
|
||||
|
||||
phaseChangeTwoPhaseMixture SchnerrSauer;
|
||||
|
||||
pSat pSat [1 -1 -2 0 0] 2300; // saturation pressure
|
||||
|
||||
sigma sigma [1 0 -2 0 0 0 0] 0.07;
|
||||
|
||||
phase1
|
||||
water
|
||||
{
|
||||
transportModel Newtonian;
|
||||
nu nu [0 2 -1 0 0 0 0] 9e-07;
|
||||
rho rho [1 -3 0 0 0 0 0] 1000;
|
||||
}
|
||||
|
||||
phase2
|
||||
vapour
|
||||
{
|
||||
transportModel Newtonian;
|
||||
nu nu [0 2 -1 0 0 0 0] 4.273e-04;
|
||||
|
||||
@ -56,7 +56,7 @@ fluxRequired
|
||||
default none;
|
||||
p_rgh;
|
||||
pcorr;
|
||||
alpha1;
|
||||
alpha.water;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
solvers
|
||||
{
|
||||
alpha1
|
||||
alpha.water
|
||||
{
|
||||
cAlpha 0;
|
||||
nAlphaCorr 2;
|
||||
|
||||
Reference in New Issue
Block a user