mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fixedNormalInletOutletVelocity: Minor reorganization
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd | Copyright (C) 2014 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2014-2016 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
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::
|
Foam::fixedNormalInletOutletVelocityFvPatchVectorField::
|
||||||
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::
|
Foam::fixedNormalInletOutletVelocityFvPatchVectorField::
|
||||||
fixedNormalInletOutletVelocityFvPatchVectorField
|
fixedNormalInletOutletVelocityFvPatchVectorField
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user