99#ifndef functionObjects_add_H
100#define functionObjects_add_H
108namespace functionObjects
117 public fieldsExpression
123 template<
class GeoFieldType>
124 tmp<GeoFieldType> calcFieldType()
const;
146 const dictionary&
dict
157 virtual ~add() =
default;
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Sums a given list of (at least two or more) fields and outputs the result into a new field,...
friend class fieldsExpression
virtual ~add()=default
Destructor.
void operator=(const add &)=delete
No copy assignment.
TypeName("add")
Runtime type information.
add(const add &)=delete
No copy construct.
Intermediate class for handling field expression function objects (e.g. add, subtract etc....
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
dict add("bounds", meshBb)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.