ENH: Updated MRF tutorials

This commit is contained in:
andy
2012-10-30 08:22:11 +00:00
parent 286971f65e
commit dec670d2f3
29 changed files with 288 additions and 323 deletions

View File

@ -11,11 +11,10 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object MRFZones;
object MRFProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0
()
// none
// ************************************************************************* //

View File

@ -11,21 +11,20 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object MRFZones;
object MRFProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
1
(
rotor
{
// Fixed patches (by default they 'move' with the MRF zone)
nonRotatingPatches ();
zone1
{
cellZone rotor;
origin (0 0 0);
axis (0 0 1);
omega constant 1047.2;
}
)
// Fixed patches (by default they 'move' with the MRF zone)
nonRotatingPatches ();
origin (0 0 0);
axis (0 0 1);
omega constant 1047.2;
}
// ************************************************************************* //

View File

@ -11,11 +11,10 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object MRFZones;
object MRFProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0
()
// none
// ************************************************************************* //

View File

@ -11,11 +11,10 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object MRFZones;
object MRFProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0
()
// none
// ************************************************************************* //