Go to the source code of this file.
Namespaces | |
Foam | |
Functions | |
template<class Type > | |
tmp< DimensionedField< Type, volMesh > > | levelSetAverage (const fvMesh &mesh, const scalarField &levelC, const scalarField &levelP, const DimensionedField< Type, volMesh > &positiveC, const DimensionedField< Type, pointMesh > &positiveP, const DimensionedField< Type, volMesh > &negativeC, const DimensionedField< Type, pointMesh > &negativeP) |
template<class Type > | |
tmp< Field< Type > > | levelSetAverage (const fvPatch &patch, const scalarField &levelF, const scalarField &levelP, const Field< Type > &positiveF, const Field< Type > &positiveP, const Field< Type > &negativeF, const Field< Type > &negativeP) |
tmp< DimensionedField< scalar, volMesh > > | levelSetFraction (const fvMesh &mesh, const scalarField &levelC, const scalarField &levelP, const bool above) |
tmp< scalarField > | levelSetFraction (const fvPatch &patch, const scalarField &levelF, const scalarField &levelP, const bool above) |
Original source file levelSet.H
Description: Functions to create an averaged field from a discontinuous field defined by a level-set.
SourceFiles: levelSet.C levelSetTemplates.C
Definition in file levelSet.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.