Light wrapper around Function1 to provide a mechanism to update time-based entries. More...


Public Member Functions | |
| TimeFunction1 (const Time &t, const word &name, const dictionary &dict) | |
| Construct from entry name. More... | |
| TimeFunction1 (const Time &t, const word &entryName) | |
| Construct null from entry name. More... | |
| TimeFunction1 (const TimeFunction1< Type > &tde) | |
| Copy constructor. More... | |
| virtual | ~TimeFunction1 () |
| Destructor. More... | |
| void | reset (const dictionary &dict) |
| Reset entry by re-reading from dictionary. More... | |
| const word & | name () const |
| Return the name of the entry. More... | |
| virtual Type | value (const scalar x) const |
| Return value as a function of (scalar) independent variable. More... | |
| virtual Type | integrate (const scalar x1, const scalar x2) const |
| Integrate between two (scalar) values. More... | |
| virtual void | writeData (Ostream &os) const |
| Write in dictionary format. More... | |
Protected Attributes | |
| const Time & | time_ |
| Reference to the time database. More... | |
| const word | name_ |
| Name of the data entry. More... | |
| autoPtr< Function1< Type > > | entry_ |
| The underlying Function1. More... | |
Friends | |
| Ostream & | operator (Ostream &os, const TimeFunction1< Type > &de) |
| Ostream Operator. More... | |
Light wrapper around Function1 to provide a mechanism to update time-based entries.
Definition at line 73 of file ConeNozzleInjection.H.
| TimeFunction1 | ( | const Time & | t, |
| const word & | name, | ||
| const dictionary & | dict | ||
| ) |
Construct from entry name.
Definition at line 32 of file TimeFunction1.C.
Referenced by TimeFunction1< Type >::TimeFunction1().

| TimeFunction1 | ( | const Time & | t, |
| const word & | entryName | ||
| ) |
Construct null from entry name.
Definition at line 47 of file TimeFunction1.C.
References TimeFunction1< Type >::TimeFunction1().

| TimeFunction1 | ( | const TimeFunction1< Type > & | tde | ) |
Copy constructor.
Definition at line 57 of file TimeFunction1.C.
References TimeFunction1< Type >::entry_.
|
virtual |
Destructor.
Definition at line 75 of file TimeFunction1.C.
| void reset | ( | const dictionary & | dict | ) |
Reset entry by re-reading from dictionary.
Definition at line 82 of file TimeFunction1.C.
References TimeFunction1< Type >::entry_, TimeFunction1< Type >::name_, and TimeFunction1< Type >::time_.
Referenced by InjectionModel< CloudType >::InjectionModel().

| const Foam::word & name | ( | ) | const |
Return the name of the entry.
Definition at line 98 of file TimeFunction1.C.
References TimeFunction1< Type >::entry_.
|
virtual |
Return value as a function of (scalar) independent variable.
Definition at line 105 of file TimeFunction1.C.
References TimeFunction1< Type >::entry_, and TimeFunction1< Type >::integrate().
Referenced by InjectionModel< CloudType >::InjectionModel(), and InjectionModel< CloudType >::injectSteadyState().


|
virtual |
Integrate between two (scalar) values.
Definition at line 113 of file TimeFunction1.C.
References TimeFunction1< Type >::entry_.
Referenced by TimeFunction1< Type >::value().

|
virtual |
Write in dictionary format.
Definition at line 136 of file TimeFunction1.C.
References TimeFunction1< Type >::entry_.
|
friend |
Ostream Operator.
|
protected |
Reference to the time database.
Definition at line 68 of file TimeFunction1.H.
Referenced by TimeFunction1< Type >::reset().
|
protected |
Name of the data entry.
Definition at line 71 of file TimeFunction1.H.
Referenced by TimeFunction1< Type >::reset().
The underlying Function1.
Definition at line 74 of file TimeFunction1.H.
Referenced by TimeFunction1< Type >::integrate(), TimeFunction1< Type >::name(), TimeFunction1< Type >::reset(), TimeFunction1< Type >::TimeFunction1(), TimeFunction1< Type >::value(), and TimeFunction1< Type >::writeData().
1.8.11