and replaced rhoPimpleDyMFoam with a script which reports this change. The rhoPimpleDyMFoam tutorials have been moved into the rhoPimpleFoam directory. This change is the first of a set of developments to merge dynamic mesh functionality into the standard solvers to improve consistency, usability, flexibility and maintainability of these solvers. Henry G. Weller CFD Direct Ltd. rhoReactingFoam: Updated for changes to rhoPimpleFoam files
30 lines
1.1 KiB
C++
30 lines
1.1 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: plus |
|
|
| \\ / A nd | Web: www.OpenFOAM.com |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object surfaceFeatureExtractDictDefaults;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
extractionMethod extractFromSurface;
|
|
|
|
includedAngle 150; // Identifes a feature when angle
|
|
// between faces < includedAngle
|
|
|
|
trimFeatures
|
|
{
|
|
minElem 10; // minimum edges within a feature
|
|
}
|
|
|
|
writeObj yes; // writes out .obj files to view features
|
|
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|