openfoam/etc/codeTemplates
Henry Weller 968c888fc4 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
..
app foamNewApp: corrected template case 2015-12-07 17:28:40 +00:00
BC Rename DataEntry -> Function1 2016-02-08 16:18:07 +00:00
dynamicCode Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
source Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
template Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
foamCommentStyles STYLE: move source templates from bin/templates/ to etc/codeTemplates/ 2010-03-03 09:19:23 +01:00
foamScript etc/codeTemplates/foamScript: Make executable 2015-10-26 16:35:20 +00:00