mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: max lines checks
This commit is contained in:
@ -125,8 +125,7 @@ public:
|
|||||||
const dictionary&
|
const dictionary&
|
||||||
);
|
);
|
||||||
|
|
||||||
//- Construct by mapping given activePressureForceBaffleVelocityFvPatchVectorField
|
//- Construct by mapping
|
||||||
// onto a new patch
|
|
||||||
activePressureForceBaffleVelocityFvPatchVectorField
|
activePressureForceBaffleVelocityFvPatchVectorField
|
||||||
(
|
(
|
||||||
const activePressureForceBaffleVelocityFvPatchVectorField&,
|
const activePressureForceBaffleVelocityFvPatchVectorField&,
|
||||||
@ -165,7 +164,11 @@ public:
|
|||||||
{
|
{
|
||||||
return tmp<fvPatchVectorField>
|
return tmp<fvPatchVectorField>
|
||||||
(
|
(
|
||||||
new activePressureForceBaffleVelocityFvPatchVectorField(*this, iF)
|
new activePressureForceBaffleVelocityFvPatchVectorField
|
||||||
|
(
|
||||||
|
*this,
|
||||||
|
iF
|
||||||
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user