Go to the documentation of this file.
86 #ifndef functionObjects_flux_H
87 #define functionObjects_flux_H
95 namespace functionObjects
104 public fieldExpression
115 template<
class FieldType,
class RhoFieldType>
116 bool calcVolFlux(
const RhoFieldType&
rho);
119 template<
class FieldType,
class RhoFieldType>
120 bool calcSurFlux(
const RhoFieldType&
rho);
150 virtual ~flux() =
default;
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
flux(const word &name, const Time &runTime, const dictionary &dict)
Computes the flux of an input vector field.
void operator=(const flux &)=delete
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
tmp< surfaceScalarField > flux(const volVectorField &vvf)