diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.C index f45f9893c1..b432f7884e 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedNormalInletOutletVelocity/fixedNormalInletOutletVelocityFvPatchVectorField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2014 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2014-2016 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -52,25 +52,6 @@ fixedNormalInletOutletVelocityFvPatchVectorField } -Foam::fixedNormalInletOutletVelocityFvPatchVectorField:: -fixedNormalInletOutletVelocityFvPatchVectorField -( - const fixedNormalInletOutletVelocityFvPatchVectorField& ptf, - const fvPatch& p, - const DimensionedField& iF, - const fvPatchFieldMapper& mapper -) -: - directionMixedFvPatchVectorField(ptf, p, iF, mapper), - phiName_(ptf.phiName_), - fixTangentialInflow_(ptf.fixTangentialInflow_), - normalVelocity_ - ( - fvPatchVectorField::New(ptf.normalVelocity(), p, iF, mapper) - ) -{} - - Foam::fixedNormalInletOutletVelocityFvPatchVectorField:: fixedNormalInletOutletVelocityFvPatchVectorField ( @@ -94,6 +75,25 @@ fixedNormalInletOutletVelocityFvPatchVectorField } +Foam::fixedNormalInletOutletVelocityFvPatchVectorField:: +fixedNormalInletOutletVelocityFvPatchVectorField +( + const fixedNormalInletOutletVelocityFvPatchVectorField& ptf, + const fvPatch& p, + const DimensionedField& iF, + const fvPatchFieldMapper& mapper +) +: + directionMixedFvPatchVectorField(ptf, p, iF, mapper), + phiName_(ptf.phiName_), + fixTangentialInflow_(ptf.fixTangentialInflow_), + normalVelocity_ + ( + fvPatchVectorField::New(ptf.normalVelocity(), p, iF, mapper) + ) +{} + + Foam::fixedNormalInletOutletVelocityFvPatchVectorField:: fixedNormalInletOutletVelocityFvPatchVectorField (