/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | ------------------------------------------------------------------------------- Description Calculates the shear stress, outputting the data as a volSymmTensorField. \*---------------------------------------------------------------------------*/ type shearStress; libs ("libfieldFunctionObjects.so"); executeControl writeTime; writeControl writeTime; // ************************************************************************* //