ENH: Updated MRFSimpleFoam mixerVessel2D case to use simpleFoam
This commit is contained in:
parent
3fd6abf893
commit
c62d3a7a40
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user