// -*- C++ -*-
// Calculate momentum fields
momentum
{
    type    momentum;
    libs    ("libfieldFunctionObjects.so");
    log     true;

    executeInterval 10;
    writeControl    writeTime;

    // writeToFile     true;

    writeMomentum   true;
    writePosition   true;
    writeVelocity   true;

    // Cells to select (all/cellSet/cellZone)
    regionType  all;
    // name     c0;

    cylindrical true;

    origin  (0 0 0);
    rotation
    {
        type cylindrical;
        axis (1 0 0);   //< local Z
    }
}


// ************************************************************************* //
