mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
alphaContactAngleFvPatchScalarField, constantAlphaContactAngleFvPatchScalarField: minor update
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) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -24,9 +24,9 @@ License
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "alphaContactAngleFvPatchScalarField.H"
|
#include "alphaContactAngleFvPatchScalarField.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
|
||||||
#include "fvPatchFieldMapper.H"
|
#include "fvPatchFieldMapper.H"
|
||||||
#include "volMesh.H"
|
#include "volMesh.H"
|
||||||
|
#include "addToRunTimeSelectionTable.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -69,19 +69,6 @@ Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
|
||||||
(
|
|
||||||
const alphaContactAngleFvPatchScalarField& acpsf,
|
|
||||||
const fvPatch& p,
|
|
||||||
const DimensionedField<scalar, volMesh>& iF,
|
|
||||||
const fvPatchFieldMapper& mapper
|
|
||||||
)
|
|
||||||
:
|
|
||||||
fixedGradientFvPatchScalarField(acpsf, p, iF, mapper),
|
|
||||||
limit_(acpsf.limit_)
|
|
||||||
{}
|
|
||||||
|
|
||||||
|
|
||||||
Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
||||||
(
|
(
|
||||||
const fvPatch& p,
|
const fvPatch& p,
|
||||||
@ -106,6 +93,19 @@ Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
||||||
|
(
|
||||||
|
const alphaContactAngleFvPatchScalarField& acpsf,
|
||||||
|
const fvPatch& p,
|
||||||
|
const DimensionedField<scalar, volMesh>& iF,
|
||||||
|
const fvPatchFieldMapper& mapper
|
||||||
|
)
|
||||||
|
:
|
||||||
|
fixedGradientFvPatchScalarField(acpsf, p, iF, mapper),
|
||||||
|
limit_(acpsf.limit_)
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
Foam::alphaContactAngleFvPatchScalarField::alphaContactAngleFvPatchScalarField
|
||||||
(
|
(
|
||||||
const alphaContactAngleFvPatchScalarField& acpsf
|
const alphaContactAngleFvPatchScalarField& acpsf
|
||||||
|
|||||||
@ -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) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -24,9 +24,9 @@ License
|
|||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include "constantAlphaContactAngleFvPatchScalarField.H"
|
#include "constantAlphaContactAngleFvPatchScalarField.H"
|
||||||
#include "addToRunTimeSelectionTable.H"
|
|
||||||
#include "volMesh.H"
|
#include "volMesh.H"
|
||||||
#include "fvPatchFieldMapper.H"
|
#include "fvPatchFieldMapper.H"
|
||||||
|
#include "addToRunTimeSelectionTable.H"
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -42,20 +42,6 @@ constantAlphaContactAngleFvPatchScalarField
|
|||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
||||||
Foam::constantAlphaContactAngleFvPatchScalarField::
|
|
||||||
constantAlphaContactAngleFvPatchScalarField
|
|
||||||
(
|
|
||||||
const constantAlphaContactAngleFvPatchScalarField& gcpsf,
|
|
||||||
const fvPatch& p,
|
|
||||||
const DimensionedField<scalar, volMesh>& iF,
|
|
||||||
const fvPatchFieldMapper& mapper
|
|
||||||
)
|
|
||||||
:
|
|
||||||
alphaContactAngleFvPatchScalarField(gcpsf, p, iF, mapper),
|
|
||||||
theta0_(gcpsf.theta0_)
|
|
||||||
{}
|
|
||||||
|
|
||||||
|
|
||||||
Foam::constantAlphaContactAngleFvPatchScalarField::
|
Foam::constantAlphaContactAngleFvPatchScalarField::
|
||||||
constantAlphaContactAngleFvPatchScalarField
|
constantAlphaContactAngleFvPatchScalarField
|
||||||
(
|
(
|
||||||
@ -71,6 +57,20 @@ constantAlphaContactAngleFvPatchScalarField
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Foam::constantAlphaContactAngleFvPatchScalarField::
|
||||||
|
constantAlphaContactAngleFvPatchScalarField
|
||||||
|
(
|
||||||
|
const constantAlphaContactAngleFvPatchScalarField& gcpsf,
|
||||||
|
const fvPatch& p,
|
||||||
|
const DimensionedField<scalar, volMesh>& iF,
|
||||||
|
const fvPatchFieldMapper& mapper
|
||||||
|
)
|
||||||
|
:
|
||||||
|
alphaContactAngleFvPatchScalarField(gcpsf, p, iF, mapper),
|
||||||
|
theta0_(gcpsf.theta0_)
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
Foam::constantAlphaContactAngleFvPatchScalarField::
|
Foam::constantAlphaContactAngleFvPatchScalarField::
|
||||||
constantAlphaContactAngleFvPatchScalarField
|
constantAlphaContactAngleFvPatchScalarField
|
||||||
(
|
(
|
||||||
|
|||||||
@ -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) 2011-2013 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -25,8 +25,11 @@ Class
|
|||||||
Foam::constantAlphaContactAngleFvPatchScalarField
|
Foam::constantAlphaContactAngleFvPatchScalarField
|
||||||
|
|
||||||
Description
|
Description
|
||||||
A constant alphaContactAngle scalar boundary condition
|
A constant alphaContactAngle scalar boundary condition.
|
||||||
(alphaContactAngleFvPatchScalarField)
|
|
||||||
|
SeeAlso
|
||||||
|
Foam::alphaContactAngleFvPatchScalarField
|
||||||
|
Foam::temperatureDependentAlphaContactAngleFvPatchScalarField
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
constantAlphaContactAngleFvPatchScalarField.C
|
constantAlphaContactAngleFvPatchScalarField.C
|
||||||
|
|||||||
Reference in New Issue
Block a user