fixedNormalInletOutletVelocity: Minor reorganization
This commit is contained in:
parent
e33d61804d
commit
2554dab02a
1 changed files with 20 additions and 20 deletions
|
|
@ -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<vector, volMesh>& 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<vector, volMesh>& 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
|
||||
(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue