tutorials/multiphase/multiphaseEulerFoam: Multiphase blending changes

Updated tutorials for the changes to the blending system. Cases using
"none" blending have been updated to use "continuous" or "segregated" as
appropriate.

The bed tutorial has been extended to include a proper switch to a bed
drag model (AttouFerschneider) when the solid phase displaces the
fluids. This change made the trickleBed case a subset of the bed case,
so the trickleBed has been removed.
This commit is contained in:
Will Bainbridge
2022-01-25 15:16:30 +00:00
parent 428c541680
commit fbe65c0865
50 changed files with 91 additions and 976 deletions

View File

@ -115,8 +115,8 @@ blending
{
default
{
type none;
continuousPhase liquid;
type continuous;
phase liquid;
}
}

View File

@ -45,8 +45,8 @@ blending
{
default
{
type none;
continuousPhase gas;
type continuous;
phase gas;
}
}

View File

@ -113,8 +113,8 @@ blending
{
default
{
type none;
continuousPhase water;
type continuous;
phase water;
}
}

View File

@ -47,8 +47,8 @@ blending
{
default
{
type none;
continuousPhase air;
type continuous;
phase air;
}
}

View File

@ -121,8 +121,8 @@ blending
{
default
{
type none;
continuousPhase liquid;
type continuous;
phase liquid;
}
}

View File

@ -161,8 +161,8 @@ blending
{
default
{
type none;
continuousPhase liquid;
type continuous;
phase liquid;
}
}

View File

@ -204,8 +204,8 @@ blending
{
default
{
type none;
continuousPhase liquid;
type continuous;
phase liquid;
}
}

View File

@ -291,8 +291,8 @@ blending
{
default
{
type none;
continuousPhase liquid;
type continuous;
phase liquid;
}
}