diff --git a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H index 8677c34ed3..eaf7bc51ea 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/basic/coupled/coupledFvPatchField.H @@ -25,7 +25,7 @@ Class Foam::coupledFvPatchField Description - Foam::coupledFvPatchField + Abstract base class for coupled patches. SourceFiles coupledFvPatchField.C @@ -45,7 +45,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class coupledFvPatch Declaration + Class coupledFvPatch Declaration \*---------------------------------------------------------------------------*/ template diff --git a/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H index 56fef9354e..e5aa2621ac 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/codedFixedValue/codedFixedValueFvPatchField.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 @@ -34,7 +34,7 @@ Description { type codedFixedValue; value uniform 0; - redirectType rampedFixedValue; // name of generated bc + redirectType rampedFixedValue; // name of generated BC code #{ @@ -54,17 +54,17 @@ Description \endverbatim A special form is if the 'code' section is not supplied. In this case - the code gets read from a (runTimeModifiable!) dictionary system/codeDict - which would have a corresponding entry + the code is read from a (runTimeModifiable!) dictionary system/codeDict + which would have a corresponding entry: \verbatim - rampedFixedValue - { - code - #{ - operator==(min(10, 0.1*this->db().time().value())); - #}; - } + rampedFixedValue + { + code + #{ + operator==(min(10, 0.1*this->db().time().value())); + #}; + } \endverbatim SeeAlso @@ -92,7 +92,7 @@ class dynamicCodeContext; class IOdictionary; /*---------------------------------------------------------------------------*\ - Class codedFixedValueFvPatch Declaration + Class codedFixedValueFvPatch Declaration \*---------------------------------------------------------------------------*/ template @@ -110,6 +110,7 @@ class codedFixedValueFvPatchField mutable autoPtr > redirectPatchFieldPtr_; + // Private Member Functions const IOdictionary& dict() const; @@ -132,6 +133,7 @@ class codedFixedValueFvPatchField // Get the dictionary to initialize the codeContext virtual const dictionary& codeDict() const; + public: // Static data members @@ -209,8 +211,6 @@ public: } - - // Member functions //- Get reference to the underlying patch diff --git a/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.H b/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.H index 2b7c97478e..a24326317d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/codedMixed/codedMixedFvPatchField.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 @@ -34,7 +34,7 @@ Description { type codedMixed; value uniform 0; - redirectType rampedMixed; // name of generated bc + redirectType rampedMixed; // name of generated BC code #{ @@ -96,7 +96,7 @@ class dynamicCodeContext; class IOdictionary; /*---------------------------------------------------------------------------*\ - Class codedMixedFvPatch Declaration + Class codedMixedFvPatch Declaration \*---------------------------------------------------------------------------*/ template @@ -114,6 +114,7 @@ class codedMixedFvPatchField mutable autoPtr > redirectPatchFieldPtr_; + // Private Member Functions const IOdictionary& dict() const; @@ -136,6 +137,7 @@ class codedMixedFvPatchField // Get the dictionary to initialize the codeContext virtual const dictionary& codeDict() const; + public: // Static data members @@ -213,8 +215,6 @@ public: } - - // Member functions //- Get reference to the underlying patchField