Next: Model setting without an Up: Alternative formulation Previous: Alternative formulation Contents Index Creating MRF zone for rotation A MRFZone is created using topoSet application reading its configuration from dictionary system/topoSetDict.mrf: /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.2.2 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object topoSetDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // actions ( { name rotor_mrf_set; type cellSet; action clear; } { name rotor_mrf_set; type cellSet; action invert; } { name rotor_mrf_zone; type cellZoneSet; action new; source setToCellZone; sourceInfo { set rotor_mrf_set; } } ); // ************************************************************************* // Run the topoSet utility:# topoSet -dict system/topoSetDict.mrf OpenFOAM Training by CFD Support, CFD SUPPORT, info@cfdsupport.com +420 212 243 883 © CFD support, s.r.o., Sokolovská 270/201, 190 00 Praha 9, Czech Republic