From 76b9e64fee5d160b0924c670407e306533b98e8b Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 5 Apr 2012 17:50:41 +0100 Subject: [PATCH 1/2] dimensionedType: Removed temporary debug message --- src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C b/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C index acaed52ac9..83f76cf8a3 100644 --- a/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C +++ b/src/OpenFOAM/dimensionedTypes/dimensionedType/dimensionedType.C @@ -128,8 +128,6 @@ dimensioned::dimensioned dimensions_(dimSet), value_(pTraits::zero) { - Info<< "dimensioned::dimensioned" << endl; - token nextToken(is); is.putBack(nextToken); From ed368b434ce7d3416200ce84fc11d346a9aee6c9 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 5 Apr 2012 17:51:45 +0100 Subject: [PATCH 2/2] mixerVessel2D tutorials: Added missing topoSetDict --- .../mixerVessel2D/system/topoSetDict | 32 +++++++++++++++++++ .../mixerVessel2D/system/topoSetDict | 32 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/topoSetDict create mode 100644 tutorials/multiphase/twoPhaseEulerFoam/mixerVessel2D/system/topoSetDict diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/topoSetDict b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/topoSetDict new file mode 100644 index 0000000000..bf749449bf --- /dev/null +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/topoSetDict @@ -0,0 +1,32 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object topoSetDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +actions +( + { + name rotor; + type cellSet; + action new; + source zoneToCell; + sourceInfo + { + name rotor; + } + } +); + +// ************************************************************************* // diff --git a/tutorials/multiphase/twoPhaseEulerFoam/mixerVessel2D/system/topoSetDict b/tutorials/multiphase/twoPhaseEulerFoam/mixerVessel2D/system/topoSetDict new file mode 100644 index 0000000000..bf749449bf --- /dev/null +++ b/tutorials/multiphase/twoPhaseEulerFoam/mixerVessel2D/system/topoSetDict @@ -0,0 +1,32 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class dictionary; + location "system"; + object topoSetDict; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +actions +( + { + name rotor; + type cellSet; + action new; + source zoneToCell; + sourceInfo + { + name rotor; + } + } +); + +// ************************************************************************* //