OpenFOAM-5.x/src/thermophysicalModels
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
..
barotropicCompressibilityModel Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
basic Rename DataEntry -> Function1 2016-02-08 16:18:07 +00:00
chemistryModel Update headers 2016-01-11 13:02:52 +00:00
laminarFlameSpeed Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
properties Info -> InfoInFunction and updated comments 2016-01-20 10:18:13 +00:00
radiation Update headers 2016-01-11 13:02:52 +00:00
reactionThermo Info -> InfoInFunction and updated comments 2016-01-20 17:51:15 +00:00
SLGThermo Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
solidChemistryModel Update headers 2016-01-11 13:02:52 +00:00
solidSpecie Provide consistency in assignment operators 2016-01-17 18:56:28 +00:00
solidThermo Info -> InfoInFunction and updated comments 2016-01-20 17:51:15 +00:00
specie thermophysicalModels/specie/transport/logPolynomial: Polynomial in ln(T) for transport properties 2016-02-02 18:59:44 +00:00
thermophysicalFunctions Info -> InfoInFunction and updated comments 2016-01-20 10:18:13 +00:00
Allwmake thermophysicalModels/radiationModels -> thermophysicalModels/radiation 2015-01-11 22:16:14 +00:00