Class for cutting a face, faceI, of an fvMesh, mesh_, at its intersection with an isosurface defined by the mesh point values f_ and the isovalue, cutValue. More...
Public Member Functions | |
cutFaceIso (const fvMesh &mesh, scalarField &f) | |
label | calcSubFace (const label faceI, const scalar cutValue) |
const point & | subFaceCentre () const noexcept |
const vector & | subFaceArea () const noexcept |
const DynamicList< point > & | subFacePoints () const noexcept |
const DynamicList< point > & | surfacePoints () const noexcept |
void | clearStorage () |
![]() | |
cutFace (const fvMesh &mesh) | |
Additional Inherited Members | |
![]() | |
static int | debug = 0 |
![]() | |
void | calcSubFace (const label faceI, const scalarList &pointStatus, label firstFullySubmergedPoint, DynamicList< point > &subFacePoints, DynamicList< point > &surfacePoints, label &faceStatus, vector &subFaceCentre, vector &subFaceArea) |
void | calcSubFace (const label faceI, const scalarList &pointStatus, const scalarList &weights, label firstFullySubmergedPoint, DynamicList< point > &subFacePoints, DynamicList< point > &surfacePoints, label &faceStatus, vector &subFaceCentre, vector &subFaceArea) |
void | calcSubFaceCentreAndArea (DynamicList< point > &subFacePoints, vector &subFaceCentre, vector &subFaceArea) |
void | calcSubFace (const face &f, const pointField &points, const scalarList &pointStatus, label firstFullySubmergedPoint, DynamicList< point > &subFacePoints, DynamicList< point > &surfacePoints, label &faceStatus, vector &subFaceCentre, vector &subFaceArea) |
Class for cutting a face, faceI, of an fvMesh, mesh_, at its intersection with an isosurface defined by the mesh point values f_ and the isovalue, cutValue.
Roenby, J., Bredmose, H. and Jasak, H. (2016). A computational method for sharp interface advection Royal Society Open Science, 3 doi 10.1098/rsos.160405
Original code supplied by Johan Roenby, DHI (2016)
Definition at line 64 of file cutFaceIso.H.
cutFaceIso | ( | const fvMesh & | mesh, |
scalarField & | f | ||
) |
Definition at line 27 of file cutFaceIso.C.
References cutFaceIso::clearStorage().
Foam::label calcSubFace | ( | const label | faceI, |
const scalar | cutValue | ||
) |
Definition at line 47 of file cutFaceIso.C.
References cutFace::calcSubFace(), f(), forAll, Foam::mag(), and Foam::Zero.
|
inlinenoexcept |
Definition at line 122 of file cutFaceIso.H.
|
inlinenoexcept |
Definition at line 128 of file cutFaceIso.H.
|
inlinenoexcept |
Definition at line 134 of file cutFaceIso.H.
|
inlinenoexcept |
Definition at line 140 of file cutFaceIso.H.
void clearStorage | ( | ) |
Definition at line 107 of file cutFaceIso.C.
References Foam::Zero.
Referenced by cutFaceIso::cutFaceIso().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.