tutorials/modules/multiphaseEuler: Updated wallBoiling tutorials
These tutorials now make make use of the phaseTurbulenceStabilisation fvModel and the wallBoilingProperties functionObject. Patch contributed by Juho Peltola, VTT.
This commit is contained in:
@ -54,6 +54,13 @@ maxDeltaT 0.001;
|
||||
|
||||
functions
|
||||
{
|
||||
writeWallBoilingProperties
|
||||
{
|
||||
type wallBoilingProperties;
|
||||
functionObjectLibs ( "libmultiphaseEulerFoamFunctionObjects.so" );
|
||||
writeControl writeTime;
|
||||
phase liquid;
|
||||
}
|
||||
volumeDensity.diameter.bubbles
|
||||
{
|
||||
type populationBalanceSizeDistribution;
|
||||
|
||||
Reference in New Issue
Block a user