mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Modified waterChannel tutorial to make case better posed
Existing case did not properly converge and suffered slow convergence with the water level failing to reach an equilibrium. A slight rise in the channel appears to help the water level reach an equlibrium when the flow rate over the rise matches the inlet flow rate.
This commit is contained in:
@ -23,7 +23,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 100;
|
||||
endTime 200;
|
||||
|
||||
deltaT 0.1;
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ expansionRatio 1.0;
|
||||
linearDirectionCoeffs
|
||||
{
|
||||
axisPt (0 0 0);
|
||||
direction (1 0.2 -0.02);
|
||||
direction (1 0.2 0.02);
|
||||
thickness 60;
|
||||
}
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ expansionRatio 1.0;
|
||||
linearDirectionCoeffs
|
||||
{
|
||||
axisPt (0 0 0);
|
||||
direction (1 -0.2 -0.02);
|
||||
direction (1 -0.2 -0.03);
|
||||
thickness 40;
|
||||
}
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ regions
|
||||
(
|
||||
boxToCell
|
||||
{
|
||||
box (-10 -20 -10) (200 20 4);
|
||||
box (-10 -20 -10) (50 20 2.2);
|
||||
fieldValues
|
||||
(
|
||||
volScalarFieldValue alpha.water 1
|
||||
|
||||
Reference in New Issue
Block a user