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:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user