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:
@ -115,8 +115,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase liquid;
|
||||
type continuous;
|
||||
phase liquid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -45,8 +45,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase gas;
|
||||
type continuous;
|
||||
phase gas;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -113,8 +113,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase water;
|
||||
type continuous;
|
||||
phase water;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -47,8 +47,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase air;
|
||||
type continuous;
|
||||
phase air;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -121,8 +121,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase liquid;
|
||||
type continuous;
|
||||
phase liquid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -161,8 +161,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase liquid;
|
||||
type continuous;
|
||||
phase liquid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -204,8 +204,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase liquid;
|
||||
type continuous;
|
||||
phase liquid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -291,8 +291,8 @@ blending
|
||||
{
|
||||
default
|
||||
{
|
||||
type none;
|
||||
continuousPhase liquid;
|
||||
type continuous;
|
||||
phase liquid;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user