Formatting
This commit is contained in:
parent
67ea19f57f
commit
7f5f9a10ef
2 changed files with 15 additions and 15 deletions
|
@ -47,20 +47,6 @@ translatingWallVelocityFvPatchVectorField
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
translatingWallVelocityFvPatchVectorField::
|
|
||||||
translatingWallVelocityFvPatchVectorField
|
|
||||||
(
|
|
||||||
const translatingWallVelocityFvPatchVectorField& ptf,
|
|
||||||
const fvPatch& p,
|
|
||||||
const DimensionedField<vector, volMesh>& iF,
|
|
||||||
const fvPatchFieldMapper& mapper
|
|
||||||
)
|
|
||||||
:
|
|
||||||
fixedValueFvPatchField<vector>(ptf, p, iF, mapper),
|
|
||||||
U_(ptf.U_)
|
|
||||||
{}
|
|
||||||
|
|
||||||
|
|
||||||
translatingWallVelocityFvPatchVectorField::
|
translatingWallVelocityFvPatchVectorField::
|
||||||
translatingWallVelocityFvPatchVectorField
|
translatingWallVelocityFvPatchVectorField
|
||||||
(
|
(
|
||||||
|
@ -77,6 +63,20 @@ translatingWallVelocityFvPatchVectorField
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
translatingWallVelocityFvPatchVectorField::
|
||||||
|
translatingWallVelocityFvPatchVectorField
|
||||||
|
(
|
||||||
|
const translatingWallVelocityFvPatchVectorField& ptf,
|
||||||
|
const fvPatch& p,
|
||||||
|
const DimensionedField<vector, volMesh>& iF,
|
||||||
|
const fvPatchFieldMapper& mapper
|
||||||
|
)
|
||||||
|
:
|
||||||
|
fixedValueFvPatchField<vector>(ptf, p, iF, mapper),
|
||||||
|
U_(ptf.U_)
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
translatingWallVelocityFvPatchVectorField::
|
translatingWallVelocityFvPatchVectorField::
|
||||||
translatingWallVelocityFvPatchVectorField
|
translatingWallVelocityFvPatchVectorField
|
||||||
(
|
(
|
||||||
|
|
|
@ -43,7 +43,7 @@ namespace Foam
|
||||||
{
|
{
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Class translatingWallVelocityFvPatchField Declaration
|
Class translatingWallVelocityFvPatchField Declaration
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
class translatingWallVelocityFvPatchVectorField
|
class translatingWallVelocityFvPatchVectorField
|
||||||
|
|
Reference in a new issue