/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  10
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/



residuals
{
    type            residuals;
    functionObjectLibs ("libutilityFunctionObjects.so");
    enabled         true;
    writeControl    timeStep;
    writeInterval   1;

    fields
    (
        p
        U
        k
        omega
    );
}