tutorials/multiphase/interFoam/laminar/damBreakWithObstacle: Removed test fvConstraints

This commit is contained in:
Henry Weller
2021-04-06 14:41:40 +01:00
parent 3057554b41
commit 693b2d5b0c

View File

@ -1,31 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "system";
object fvConstraints;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
inletTurbulence
{
type fixedValueConstraint;
selectionMode all;
fieldValues
{
U (0 0 0);
}
}
// ************************************************************************* //