77 #ifndef Foam_functionObjects_flux_H 78 #define Foam_functionObjects_flux_H 86 namespace functionObjects
95 public fieldExpression
106 template<
class FieldType,
class RhoFieldType>
107 bool calcVolFlux(
const RhoFieldType&
rho);
110 template<
class FieldType,
class RhoFieldType>
111 bool calcSurFlux(
const RhoFieldType&
rho);
141 virtual ~flux() =
default;
A list of keyword definitions, which are a keyword followed by a number of values (eg...
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.
void operator=(const flux &)=delete
No copy assignment.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
const word & name() const noexcept
Return the name of this functionObject.
A class for handling words, derived from Foam::string.
Computes the flux of an input vector field.
TypeName("flux")
Runtime type information.
flux(const word &name, const Time &runTime, const dictionary &dict)
Construct from name, Time and dictionary.
virtual ~flux()=default
Destructor.