From d030bb35c3417f0d6ff25480b48c82f96674f081 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 14 May 2018 16:52:05 +0100 Subject: [PATCH] fixedTemperatureConstraint: corrected documentation Patch contributed by Bruno Santos Resolves bug-report https://bugs.openfoam.org/view.php?id=2927 --- .../fixedTemperatureConstraint.H | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/fvOptions/constraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H b/src/fvOptions/constraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H index 404a035ce..658606f5a 100644 --- a/src/fvOptions/constraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H +++ b/src/fvOptions/constraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012-2017 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -48,8 +48,11 @@ Note: The 'uniform' option allows the use of a time-varying uniform temperature by means of the Function1 type. +See also + Foam::fvOption + SourceFiles - fvOption.C + fixedTemperatureConstraint.C \*---------------------------------------------------------------------------*/