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; format ascii;
class dictionary; class dictionary;
location "constant"; location "constant";
object MRFProperties; object sourcesProperties;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
zone1 MRF1
{ {
cellZone rotor; type MRFSource;
active yes; active true;
origin (0 0 0); timeStart 0;
axis (0 0 1); duration 1e100;
omega 104.72; selectionMode cellZone;
cellZone rotor;
MRFSourceCoeffs
{
origin (0 0 0);
axis (0 0 1);
omega 104.72;
}
} }