#include <Function1.H>


Public Types | |
| typedef Function1Type::returnType | Type |
Public Member Functions | |
| FieldFunction1 (const word &entryName, const dictionary &dict, const objectRegistry *obrPtr=nullptr) | |
| Construct from entry name and dictionary. | |
| virtual tmp< Function1< Type > > | clone () const |
| Return a clone. | |
| virtual | ~FieldFunction1 ()=default |
| Destructor. | |
| virtual tmp< Field< Type > > | value (const scalarField &x) const |
| Return value as a function of (scalar) independent variable. | |
| virtual tmp< Field< Type > > | integrate (const scalarField &x1, const scalarField &x2) const |
| Integrate between two (scalar) values. | |
Definition at line 360 of file Function1.H.
| typedef Function1Type::returnType Type |
Definition at line 366 of file Function1.H.
| FieldFunction1 | ( | const word & | entryName, |
| const dictionary & | dict, | ||
| const objectRegistry * | obrPtr = nullptr ) |
Construct from entry name and dictionary.
Definition at line 119 of file Function1.C.
References dict.
|
virtualdefault |
Destructor.
References x.
Return a clone.
Definition at line 384 of file Function1.H.
References Function1< Type >::Clone().

|
virtual |
Return value as a function of (scalar) independent variable.
Definition at line 102 of file Function1.C.
References fld(), forAll, Foam::New(), and x.

|
virtual |
Integrate between two (scalar) values.
Definition at line 132 of file Function1.C.
References fld(), forAll, Foam::New(), and UList< T >::size().
