diff --git a/src/fieldSources/basicSource/explicitSetValue/ExplicitSetValue.H b/src/fieldSources/basicSource/explicitSetValue/ExplicitSetValue.H index ec0a9d2ce1..1c3adcb279 100644 --- a/src/fieldSources/basicSource/explicitSetValue/ExplicitSetValue.H +++ b/src/fieldSources/basicSource/explicitSetValue/ExplicitSetValue.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -25,19 +25,23 @@ Class Foam::explicitSetValue Description - Explicit set values on fields. + Set values field values explicity. Sources described by: - ExplicitSetValueCoeffs + \verbatim + ExplicitSetValueCoeffs + { + injectionRate { - injectionRate - { - k 30.7; - epsilon 1.5; - } + k 30.7; + epsilon 1.5; } + } + \endverbatim +SeeAlso + Foam::basicSource SourceFiles explicitSetValue.C diff --git a/src/fieldSources/basicSource/explicitSource/ExplicitSource.H b/src/fieldSources/basicSource/explicitSource/ExplicitSource.H index 95e752d17b..30a18dd5d3 100644 --- a/src/fieldSources/basicSource/explicitSource/ExplicitSource.H +++ b/src/fieldSources/basicSource/explicitSource/ExplicitSource.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -29,20 +29,24 @@ Description Sources described by: - ExplicitSourceCoeffs + \verbatim + ExplicitSourceCoeffs + { + volumeMode absolute; // specific + injectionRate { - volumeMode absolute; // specific - injectionRate - { - k 30.7; - epsilon 1.5; - } + k 30.7; + epsilon 1.5; } + } + \verbatim - If volumeMode = - - absolute: values are given as - - specific: values are given as /m3 + Valid options for the \c volumeMode entry include: + - absolute: values are given as \ + - specific: values are given as \/m3 +SeeAlso + Foam::basicSource SourceFiles ExplicitSource.C