From 693b2d5b0cf4125a1d878c69b34d43d1f619017c Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 6 Apr 2021 14:41:40 +0100 Subject: [PATCH] tutorials/multiphase/interFoam/laminar/damBreakWithObstacle: Removed test fvConstraints --- .../damBreakWithObstacle/system/fvConstraints | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/fvConstraints diff --git a/tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/fvConstraints b/tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/fvConstraints deleted file mode 100644 index 7b70018e09..0000000000 --- a/tutorials/multiphase/interFoam/laminar/damBreakWithObstacle/system/fvConstraints +++ /dev/null @@ -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); - } -} - - -// ************************************************************************* //