multiphaseEuler: Remove duplication of thermal wall functions

The standard Jayatilleke thermal wall function now permits evaluation
via static functions. The boiling wall function now uses these
functions, thereby removing the phase-Jayatilleke base class and
associated duplication of the Jayatilleke model.
This commit is contained in:
Will Bainbridge
2023-01-05 19:13:49 +00:00
parent fdebabaeca
commit e5175383b1
15 changed files with 284 additions and 762 deletions

View File

@ -32,11 +32,8 @@ boundaryField
}
walls
{
type compressible::alphatPhaseJayatillekeWallFunction;
type compressible::alphatJayatillekeWallFunction;
Prt 0.85;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
front

View File

@ -32,11 +32,8 @@ boundaryField
}
walls
{
type compressible::alphatPhaseJayatillekeWallFunction;
type compressible::alphatJayatillekeWallFunction;
Prt 0.85;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
front

View File

@ -35,20 +35,14 @@ boundaryField
}
hydrofoil
{
type compressible::alphatPhaseJayatillekeWallFunction;
type compressible::alphatJayatillekeWallFunction;
Prt 0.85;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
walls
{
type compressible::alphatPhaseJayatillekeWallFunction;
type compressible::alphatJayatillekeWallFunction;
Prt 0.85;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
}

View File

@ -35,20 +35,14 @@ boundaryField
}
hydrofoil
{
type compressible::alphatPhaseJayatillekeWallFunction;
type compressible::alphatJayatillekeWallFunction;
Prt 0.85;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
walls
{
type compressible::alphatPhaseJayatillekeWallFunction;
type compressible::alphatJayatillekeWallFunction;
Prt 0.85;
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0;
}
}