mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: add missing relax entry in reactingTwoPhaseEulerFoam/RAS/wallBoiling
This commit is contained in:
committed by
Andrew Heather
parent
060a14394f
commit
e230e9c5e6
@ -42,7 +42,7 @@ boundaryField
|
||||
type fixedMultiPhaseHeatFlux;
|
||||
relax 0.5;
|
||||
q uniform 0;
|
||||
phase "liquid";
|
||||
phase liquid;
|
||||
value uniform 368;
|
||||
}
|
||||
defaultFaces
|
||||
|
||||
@ -49,6 +49,7 @@ boundaryField
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
relax 1.0;
|
||||
partitioningModel
|
||||
{
|
||||
type Lavieville;
|
||||
|
||||
@ -38,7 +38,7 @@ boundaryField
|
||||
type fixedMultiPhaseHeatFlux;
|
||||
relax 0.5;
|
||||
q uniform 0;
|
||||
phase "liquid";
|
||||
phase liquid;
|
||||
value uniform 368;
|
||||
}
|
||||
wall2
|
||||
@ -46,7 +46,7 @@ boundaryField
|
||||
type fixedMultiPhaseHeatFlux;
|
||||
relax 0.5;
|
||||
q uniform 0;
|
||||
phase "liquid";
|
||||
phase liquid;
|
||||
value uniform 368;
|
||||
}
|
||||
defaultFaces
|
||||
|
||||
@ -42,7 +42,7 @@ boundaryField
|
||||
type fixedMultiPhaseHeatFlux;
|
||||
relax 0.5;
|
||||
q uniform 0;
|
||||
phase "liquid";
|
||||
phase liquid;
|
||||
value uniform 368;
|
||||
}
|
||||
defaultFaces
|
||||
|
||||
@ -49,6 +49,7 @@ boundaryField
|
||||
Cmu 0.09;
|
||||
kappa 0.41;
|
||||
E 9.8;
|
||||
relax 1.0;
|
||||
partitioningModel
|
||||
{
|
||||
type Lavieville;
|
||||
|
||||
Reference in New Issue
Block a user