28 lines
813 B
C++
28 lines
813 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
object dynamicMeshDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
distributor
|
|
{
|
|
type loadBalancer;
|
|
|
|
libs ("libfvMeshDistributors.so");
|
|
|
|
multiConstraint true;
|
|
redistributionInterval 20;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|