interPhaseChangeFoam: Merged with interPhaseChangeDyMFoam

interPhaseChangeFoam can now run with static or dynamic meshes selected in the
constant/dynamicMeshDict dictionary.
This commit is contained in:
Henry Weller
2018-07-04 09:43:52 +01:00
parent ec87585127
commit 42cafa62b8
53 changed files with 189 additions and 387 deletions

View File

@ -0,0 +1,36 @@
/*--------------------------------*- 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;
object surfaceFeaturesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
surfaces
(
"innerCylinderSmall.obj"
"outerCylinder.obj"
"propellerStem1.obj"
"propellerStem2.obj"
"propellerStem3.obj"
"propellerTip.obj"
);
// Identify a feature when angle between faces < includedAngle
includedAngle 150;
trimFeatures
{
// Remove features with fewer than the specified number of edges
minElem 10;
}
// ************************************************************************* //