OpenFOAM
dev
The OpenFOAM Foundation
cutPolyValueI.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) 2022 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
\*---------------------------------------------------------------------------*/
25
26
#include "
cutPolyValue.H
"
27
28
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
29
30
inline
Foam::scalar
Foam::cutPoly::edgeCutLambda
31
(
32
const
edge
&
e
,
33
const
scalarField
& pAlphas,
34
const
scalar isoAlpha
35
)
36
{
37
return
(isoAlpha - pAlphas[
e
[0]])/(pAlphas[
e
[1]] - pAlphas[
e
[0]]);
38
}
39
40
41
// ************************************************************************* //
Foam::Field< scalar >
Foam::edge
An edge is a list of two point labels. The functionality it provides supports the discretisation on a...
Definition:
edge.H:61
cutPolyValue.H
Foam::constant::electromagnetic::e
const dimensionedScalar e
Elementary charge.
Foam::cutPoly::edgeCutLambda
scalar edgeCutLambda(const edge &e, const scalarField &pAlphas, const scalar isoAlpha)
Get the local coordinate within an edge, given end point values and an.
Definition:
cutPolyValueI.H:31
src
meshTools
cutPoly
cutPolyValueI.H
Generated by
1.9.1