Files
OpenFOAM-12/src/fvMeshTopoChangers
Henry Weller 687996724a fvMeshDistributors: New framework within fvMesh to handle run-time mesh redistribution
for e.g. load-balancing.  The fvMeshDistributor is selected via the new optional
distributor entry in dynamicMeshDict, e.g.

distributor
{
    type            decomposer;

    libs            ("libfvMeshDistributors.so");
}

Note that currently only the framework is included in this commit, the
fvMeshDistributors library is not yet fully functional and hence not released
yet.
2021-11-18 15:10:15 +00:00
..