tutorials/multiphase: totalPressure -> prghTotalPressure
For most multiphase flows it is more appropriate to evaluate the total pressure from the static pressure obtained from p_rgh rather than from p_rgh directly.
This commit is contained in:
@ -30,7 +30,7 @@ boundaryField
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type entrainmentPressure;
|
||||
type totalPressure;
|
||||
p0 $internalField;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
@ -28,7 +28,6 @@ boundaryField
|
||||
{
|
||||
type totalPressure;
|
||||
p0 uniform 0;
|
||||
gamma 1.4;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 $internalField;
|
||||
rho thermo:rho;
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 $internalField;
|
||||
rho thermo:rho;
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ boundaryField
|
||||
|
||||
top
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 $internalField;
|
||||
rho thermo:rho;
|
||||
}
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 $internalField;
|
||||
rho thermo:rho;
|
||||
}
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 1e5;
|
||||
rho thermo:rho;
|
||||
}
|
||||
|
||||
@ -36,7 +36,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type prghEntrainmentPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type prghEntrainmentPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type prghEntrainmentPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ boundaryField
|
||||
}
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
rho rho;
|
||||
psi none;
|
||||
gamma 1;
|
||||
|
||||
@ -30,7 +30,7 @@ boundaryField
|
||||
}
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
rho rho;
|
||||
psi none;
|
||||
gamma 1;
|
||||
|
||||
@ -36,7 +36,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type prghEntrainmentPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 $internalField;
|
||||
}
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 $internalField;
|
||||
}
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@ boundaryField
|
||||
{
|
||||
"(left|right|atmosphere)"
|
||||
{
|
||||
type prghEntrainmentPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
rho rho;
|
||||
psi none;
|
||||
gamma 1;
|
||||
|
||||
@ -29,7 +29,7 @@ boundaryField
|
||||
}
|
||||
top
|
||||
{
|
||||
type entrainmentPressure;
|
||||
type totalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
bottom
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
type prghTotalPressure;
|
||||
p0 uniform 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user