Go to the documentation of this file.
100 #ifndef functionObjects_subtract_H
101 #define functionObjects_subtract_H
109 namespace functionObjects
118 public fieldsExpression
124 template<
class GeoFieldType>
125 tmp<GeoFieldType> calcFieldType()
const;
147 const dictionary&
dict
virtual ~subtract()=default
void subtract(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
subtract(const word &name, const Time &runTime, const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
friend class fieldsExpression
const word & name() const noexcept
Intermediate class for handling field expression function objects (e.g. add, subtract etc....
Subtracts a given list of (at least one or more) fields from a field and produces a new field,...
void operator=(const subtract &)=delete