mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated MRFSimpleFoam mixerVessel2D case to use simpleFoam
This commit is contained in:
@ -11,18 +11,26 @@ FoamFile
|
|||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
location "constant";
|
location "constant";
|
||||||
object MRFProperties;
|
object sourcesProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
zone1
|
MRF1
|
||||||
{
|
{
|
||||||
|
type MRFSource;
|
||||||
|
active true;
|
||||||
|
timeStart 0;
|
||||||
|
duration 1e100;
|
||||||
|
selectionMode cellZone;
|
||||||
cellZone rotor;
|
cellZone rotor;
|
||||||
active yes;
|
|
||||||
|
MRFSourceCoeffs
|
||||||
|
{
|
||||||
origin (0 0 0);
|
origin (0 0 0);
|
||||||
axis (0 0 1);
|
axis (0 0 1);
|
||||||
omega 104.72;
|
omega 104.72;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
Reference in New Issue
Block a user