ENH: Updated MRFSimpleFoam mixerVessel2D case to use simpleFoam

This commit is contained in:
andy 2012-12-05 15:56:05 +00:00
parent 3fd6abf893
commit c62d3a7a40
15 changed files with 15 additions and 7 deletions

View File

@ -11,17 +11,25 @@ FoamFile
format ascii;
class dictionary;
location "constant";
object MRFProperties;
object sourcesProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
zone1
MRF1
{
cellZone rotor;
active yes;
origin (0 0 0);
axis (0 0 1);
omega 104.72;
type MRFSource;
active true;
timeStart 0;
duration 1e100;
selectionMode cellZone;
cellZone rotor;
MRFSourceCoeffs
{
origin (0 0 0);
axis (0 0 1);
omega 104.72;
}
}