mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Header clean-up
This commit is contained in:
@ -2,8 +2,8 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration |
|
\\ / O peration |
|
||||||
\\ / A nd |
|
\\ / A nd | Copyright (C) 2016 OpenCFD Ltd.
|
||||||
\\/ M anipulation | OpenCFD Ltd 2016
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
| Copyright (C) 2011-2016 OpenFOAM Foundation
|
| Copyright (C) 2011-2016 OpenFOAM Foundation
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
@ -109,7 +109,7 @@ namespace Foam
|
|||||||
{
|
{
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Class activePressureForceBaffleVelocityFvPatchVectorField Declaration
|
Class activePressureForceBaffleVelocityFvPatchVectorField Declaration
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
class activePressureForceBaffleVelocityFvPatchVectorField
|
class activePressureForceBaffleVelocityFvPatchVectorField
|
||||||
@ -119,7 +119,7 @@ class activePressureForceBaffleVelocityFvPatchVectorField
|
|||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- Name of the pressure field used to calculate the force
|
//- Name of the pressure field used to calculate the force
|
||||||
// on the active baffle
|
//- on the active baffle
|
||||||
word pName_;
|
word pName_;
|
||||||
|
|
||||||
//- Name of the cyclic patch used when the active baffle is open
|
//- Name of the cyclic patch used when the active baffle is open
|
||||||
@ -144,7 +144,7 @@ class activePressureForceBaffleVelocityFvPatchVectorField
|
|||||||
scalar openingTime_;
|
scalar openingTime_;
|
||||||
|
|
||||||
//- Maximum fractional change to the active baffle openness
|
//- Maximum fractional change to the active baffle openness
|
||||||
// per time-step
|
//- per time-step
|
||||||
scalar maxOpenFractionDelta_;
|
scalar maxOpenFractionDelta_;
|
||||||
|
|
||||||
label curTimeIndex_;
|
label curTimeIndex_;
|
||||||
|
|||||||
Reference in New Issue
Block a user