Chris Greenshields
59f7f1ef0e
foamNewFunctionObject: script to create template code for a new function object
...
Run foamNewFunctionObject -h for details
2016-03-22 17:40:03 +00:00
Henry Weller
b8031d592b
etc/codeTemplates/BC: Use Use 'Zero' rather than 'pTraits<Type>::zero' to initialize to 0
2016-03-22 08:33:16 +00:00
Henry Weller
99c000fc94
Rationalized the indentation of C-preprocessor directives
2016-02-29 15:42:03 +00:00
Henry Weller
75d23a7c90
Code templates: Updated headers
2016-02-15 20:53:21 +00:00
Henry Weller
fa0656c358
scripts: Reformat with consistent section separators
2016-02-15 18:30:24 +00:00
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
Henry Weller
94c05a1e6c
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
Henry Weller
36f2d69888
Update code to use the simpler C++11 template syntax
2016-01-10 19:20:16 +00:00
Chris Greenshields
ece0783afd
foamNewApp: corrected template case
2015-12-07 17:28:40 +00:00
Chris Greenshields
e0bb09718b
foamNewApp: added execution and clock times to template
2015-12-07 14:15:14 +00:00
Chris Greenshields
6b67e39136
foamNewBC: script to create template code for a new boundary condition
...
Run foamNewBC -h for details
2015-12-04 14:33:56 +00:00
Chris Greenshields
10ded8a669
foamNewApp: script to create template for a new application
...
Creates a directory containing source .C file and Make directory
Will deprecate foamNewSource with App argument in due course
2015-12-04 14:21:37 +00:00
Henry Weller
5e6a7ea282
Completed update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
Henry Weller
26030001f6
etc/codeTemplates/foamScript: Make executable
2015-10-26 16:35:20 +00:00
Henry Weller
577fa92565
codeTemplates: Update copyright date
2015-06-23 10:54:51 +01:00
Henry
e636b7c73b
Correct section comment: there can only be one destructor
2015-02-12 21:57:29 +00:00
Henry
446e5777f0
Add the OpenFOAM source tree
2014-12-10 22:40:10 +00:00