mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
tutorials/multiphase/interFoam/laminar/sloshingCylinder: Set the pressure reference to 0
This commit is contained in:
@ -52,9 +52,4 @@ maxAlphaCo 2;
|
|||||||
|
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
functions
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -74,7 +74,7 @@ PIMPLE
|
|||||||
correctPhi no;
|
correctPhi no;
|
||||||
|
|
||||||
pRefPoint (0 0 0);
|
pRefPoint (0 0 0);
|
||||||
pRefValue 1e5;
|
pRefValue 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
relaxationFactors
|
relaxationFactors
|
||||||
|
|||||||
Reference in New Issue
Block a user