OpenFOAM-5.x/src/fvOptions
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
..
cellSetOption Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
constraints Rename DataEntry -> Function1 2016-02-08 16:18:07 +00:00
corrections/limitTemperature Use basicThermo::dictName rather than hard-coding "thermophysicalProperties" 2015-06-24 10:44:57 +01:00
interRegionOption 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
sources processorPolyPatch, processorCyclicPolyPatch: Rationalized the construction of the patch name 2016-02-02 20:07:16 +00:00