diff --git a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/epsilon b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/epsilon new file mode 100644 index 0000000000000000000000000000000000000000..5c63f50f544a42419ea58050461c5d51b8b9353d --- /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 0000000000000000000000000000000000000000..808a85288920b4e4aeb7860d118f4c159abefc85 --- /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 0000000000000000000000000000000000000000..6c17ee6f8d9d8951e50c67145b371c1c1ab15e4c --- /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; + } +} + + +// ************************************************************************* //