OpenFOAM-4.x-lab/src/postProcessing/functionObjects/utilities
Henry Weller 0b4643922a Rename DataEntry -> Function1
Function1 is an abstract base-class of run-time selectable unary
functions which may be composed of other Function1's allowing the user
to specify complex functions of a single scalar variable, e.g. time.
The implementations need not be a simple or continuous functions;
interpolated tables and polynomials are also supported.  In fact form of
mapping between a single scalar input and a single primitive type output
is supportable.

The primary application of Function1 is in time-varying boundary
conditions, it also used for other functions of time, e.g. injected mass
is spray simulations but is not limited to functions of time.
2016-02-08 16:18:07 +00:00
..
blendingFactor Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
codedFunctionObject codedFunctionObject: Add meshTools library to include and link line 2015-04-25 21:57:40 +01:00
CourantNo Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
doc Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
dsmcFields IOdsmcFields.C: Not used, removed. 2016-01-01 21:21:15 +00:00
Lambda2 Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
Make fvOptions: Reorganized and updated to simplify use in sub-models and maintenance 2015-12-02 11:49:52 +00:00
Peclet Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
pressureTools Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
Q Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
residuals Make disallowed member functions private 2016-01-20 10:41:14 +00:00
scalarTransport functionObjects/utilities/scalarTransport: Set UName_ during construction for boundaryTypes() 2016-01-15 14:47:56 +00:00
setTimeStep Rename DataEntry -> Function1 2016-02-08 16:18:07 +00:00
timeActivatedFileUpdate Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
turbulenceFields Make disallowed member functions private 2016-01-20 10:41:14 +00:00
vorticity Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
wallShearStress Make disallowed member functions private 2016-01-20 10:41:14 +00:00
yPlus functionObjects: Format time according to the specification in controlDict 2015-11-20 13:22:51 +00:00