From 7882f952f3bc107976011a77007033547fb61167 Mon Sep 17 00:00:00 2001 From: Andrew Heather <> Date: Thu, 20 Dec 2018 15:15:30 +0000 Subject: [PATCH] TUT: Added missing files --- .../boatAndPropeller/0.orig/epsilon | 73 +++++++++++++++++++ .../boatAndPropeller/0.orig/k | 61 ++++++++++++++++ .../boatAndPropeller/0.orig/nut | 72 ++++++++++++++++++ 3 files changed, 206 insertions(+) create mode 100644 tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/epsilon create mode 100644 tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/k create mode 100644 tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/nut diff --git a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/epsilon b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/epsilon new file mode 100644 index 00000000000..5c63f50f544 --- /dev/null +++ b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/epsilon @@ -0,0 +1,73 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1812 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + location "0"; + object epsilon; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 2 -3 0 0 0 0]; + +internalField uniform 0.1; + + +boundaryField +{ + #includeEtc "caseDicts/setConstraintTypes" + + "overset.*" + { + type overset; + value uniform 1; + } + hullWall + { + type epsilonWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0.1; + } + propellerWall + { + type epsilonWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0.1; + } + rudderWall + { + type epsilonWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0.1; + } + atmosphere + { + type inletOutlet; + inletValue uniform 0.1; + value uniform 0.1; + } + defaultFaces + { + type epsilonWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0.1; + } +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/k b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/k new file mode 100644 index 00000000000..808a8528892 --- /dev/null +++ b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/k @@ -0,0 +1,61 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1812 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + location "0"; + object k; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 2 -2 0 0 0 0]; + +internalField uniform 0.01; + + +boundaryField +{ + #includeEtc "caseDicts/setConstraintTypes" + + "overset.*" + { + type overset; + value uniform 1; + } + hullWall + { + type kqRWallFunction; + value uniform 0.01; + } + propellerWall + { + type kqRWallFunction; + value uniform 0.01; + } + rudderWall + { + type kqRWallFunction; + value uniform 0.01; + } + atmosphere + { + type inletOutlet; + inletValue uniform 0.01; + value uniform 0.01; + } + defaultFaces + { + type kqRWallFunction; + value uniform 0.01; + } +} + + +// ************************************************************************* // diff --git a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/nut b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/nut new file mode 100644 index 00000000000..6c17ee6f8d9 --- /dev/null +++ b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/nut @@ -0,0 +1,72 @@ +/*--------------------------------*- C++ -*----------------------------------*\ +| ========= | | +| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | +| \\ / O peration | Version: v1812 | +| \\ / A nd | Web: www.OpenFOAM.com | +| \\/ M anipulation | | +\*---------------------------------------------------------------------------*/ +FoamFile +{ + version 2.0; + format ascii; + class volScalarField; + location "0"; + object nut; +} +// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // + +dimensions [0 2 -1 0 0 0 0]; + +internalField uniform 0; + + +boundaryField +{ + #includeEtc "caseDicts/setConstraintTypes" + + "overset.*" + { + type overset; + value uniform 1; + } + hullWall + { + type nutkWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0; + } + propellerWall + { + type nutkWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0; + } + rudderWall + { + type nutkWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0; + } + atmosphere + { + type calculated; + value uniform 0; + } + defaultFaces + { + type nutkWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; + value uniform 0; + } +} + + +// ************************************************************************* // -- GitLab