/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 12 \\/ M anipulation | ------------------------------------------------------------------------------- Description Calculates and writes the total temperature (T + K / Cp) as the volScalarField T \*---------------------------------------------------------------------------*/ type totalTemperature; libs ("libfieldFunctionObjects.so"); executeControl writeTime; writeControl writeTime; // ************************************************************************* //