constrainHbyA.H
Go to the documentation of this file.
1 /*---------------------------------------------------------------------------*\
2  ========= |
3  \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
4  \\ / O peration | Website: https://openfoam.org
5  \\ / A nd | Copyright (C) 2016-2023 OpenFOAM Foundation
6  \\/ M anipulation |
7 -------------------------------------------------------------------------------
8 License
9  This file is part of OpenFOAM.
10 
11  OpenFOAM is free software: you can redistribute it and/or modify it
12  under the terms of the GNU General Public License as published by
13  the Free Software Foundation, either version 3 of the License, or
14  (at your option) any later version.
15 
16  OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18  FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
19  for more details.
20 
21  You should have received a copy of the GNU General Public License
22  along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
23 
24 Class
25  Foam::constrainHbyA
26 
27 Description
28 
29 SourceFiles
30  constrainHbyA.C
31 
32 \*---------------------------------------------------------------------------*/
33 
34 #ifndef constrainHbyA_H
35 #define constrainHbyA_H
36 
37 #include "volFieldsFwd.H"
38 #include "surfaceFieldsFwd.H"
39 
40 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
41 
42 namespace Foam
43 {
44 
45 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
46 
47 void constrainHbyA
48 (
50  const volVectorField& U,
51  const volScalarField& p
52 );
53 
55 (
57  const volVectorField& U,
58  const volScalarField& p
59 );
60 
61 tmp<volVectorField> constrainHbyA
62 (
63  const tmp<volVectorField>& tHbyA,
64  const volVectorField& U,
65  const volScalarField& p
66 );
67 
68 tmp<surfaceScalarField> constrainPhiHbyA
69 (
70  const tmp<surfaceScalarField>& tphiHbyA,
71  const volVectorField& U,
72  const volScalarField& p
73 );
74 
75 tmp<surfaceScalarField> constrainPhid
76 (
77  const tmp<surfaceScalarField>& tphiHbyA,
78  const volScalarField& p
79 );
80 
81 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
82 
83 } // End namespace Foam
84 
85 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
86 
87 #endif
88 
89 // ************************************************************************* //
U
Definition: pEqn.H:72
tmp< volVectorField > tHbyA
Definition: pEqn.H:1
volVectorField & HbyA
Definition: pEqn.H:13
surfaceScalarField phiHbyA("phiHbyA", fvc::interpolate(rho) *fvc::flux(HbyA))
Namespace for OpenFOAM.
VolField< vector > volVectorField
Definition: volFieldsFwd.H:65
SurfaceField< scalar > surfaceScalarField
void constrainHbyA(volVectorField &HbyA, const volVectorField &U, const volScalarField &p)
Definition: constrainHbyA.C:34
tmp< surfaceScalarField > constrainPhid(const tmp< surfaceScalarField > &tphiHbyA, const volScalarField &p)
VolField< scalar > volScalarField
Definition: volFieldsFwd.H:64
void constrainPhiHbyA(surfaceScalarField &phiHbyA, const volVectorField &U, const volScalarField &p)
Definition: constrainHbyA.C:60
volScalarField & p