/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | ------------------------------------------------------------------------------- Description Writes out the population balance size distribution for the entire mesh or a specified cell zone. Requires the multiphaseEuler solver module. \*---------------------------------------------------------------------------*/ type populationBalanceSizeDistribution; libs ("libmultiphaseEulerFunctionObjects.so"); populationBalance ; functionType ; // numberConcentration, numberDensity // volumeConcentration, volumeDensity // areaConcentration, areaDensity coordinateType ; // volume, area, diameter, // projectedAreaDiameter allCoordinates false; // defaults to false normalise false; // defaults to false logTransform false; // defaults to false, only relevant // for density functions weightType numberConcentration; // volumeConcentration, // areaConcentration, cellVolume // relevant for field-dependent // particle properties, defaults to // numberConcentration select all; // cellZone // defaults to all cellZone cellZoneName; // relevant select cellZone setFormat raw; writeControl writeTime; // ************************************************************************* //