tutorials/multiphase/interPhaseChangeDyMFoam/propeller: New tutorial

This commit is contained in:
Henry
2013-08-05 17:16:52 +01:00
parent b7e0a248f5
commit bbc96e2a68
35 changed files with 59203 additions and 0 deletions

View File

@ -0,0 +1,17 @@
// How to obtain raw features (extractFromFile || extractFromSurface)
extractionMethod extractFromSurface;
extractFromSurfaceCoeffs
{
// Mark edges whose adjacent surface normals are at an angle less
// than includedAngle as features
// - 0 : selects no edges
// - 180: selects all edges
includedAngle 150;
}
trimFeatures
{
// Remove features with fewer than the specified number of edges
minElem 10;
}