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.
Showing
- applications/test/Function1/Make/files 3 additions, 0 deletionsapplications/test/Function1/Make/files
- applications/test/Function1/Make/options 0 additions, 0 deletionsapplications/test/Function1/Make/options
- applications/test/Function1/Test-Function1.C 17 additions, 17 deletionsapplications/test/Function1/Test-Function1.C
- applications/test/Function1/function1Properties 2 additions, 2 deletionsapplications/test/Function1/function1Properties
- applications/test/dataEntry/Make/files 0 additions, 3 deletionsapplications/test/dataEntry/Make/files
- applications/utilities/postProcessing/noise/noise.C 1 addition, 1 deletionapplications/utilities/postProcessing/noise/noise.C
- etc/codeTemplates/BC/BC.C 6 additions, 3 deletionsetc/codeTemplates/BC/BC.C
- etc/codeTemplates/BC/BC.H 2 additions, 2 deletionsetc/codeTemplates/BC/BC.H
- etc/controlDict 1 addition, 1 deletionetc/controlDict
- src/OpenFOAM/Make/files 1 addition, 1 deletionsrc/OpenFOAM/Make/files
- src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.C 2 additions, 2 deletions...ived/uniformFixedValue/uniformFixedValuePointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/derived/uniformFixedValue/uniformFixedValuePointPatchField.H 4 additions, 4 deletions...ived/uniformFixedValue/uniformFixedValuePointPatchField.H
- src/OpenFOAM/primitives/functions/Function1/CSV/CSV.C 8 additions, 8 deletionssrc/OpenFOAM/primitives/functions/Function1/CSV/CSV.C
- src/OpenFOAM/primitives/functions/Function1/CSV/CSV.H 8 additions, 8 deletionssrc/OpenFOAM/primitives/functions/Function1/CSV/CSV.H
- src/OpenFOAM/primitives/functions/Function1/CSV/CSVIO.C 5 additions, 5 deletionssrc/OpenFOAM/primitives/functions/Function1/CSV/CSVIO.C
- src/OpenFOAM/primitives/functions/Function1/Constant/Constant.C 9 additions, 9 deletions...enFOAM/primitives/functions/Function1/Constant/Constant.C
- src/OpenFOAM/primitives/functions/Function1/Constant/Constant.H 11 additions, 11 deletions...enFOAM/primitives/functions/Function1/Constant/Constant.H
- src/OpenFOAM/primitives/functions/Function1/Constant/ConstantIO.C 4 additions, 4 deletions...FOAM/primitives/functions/Function1/Constant/ConstantIO.C
- src/OpenFOAM/primitives/functions/Function1/Function1/Function1.C 11 additions, 11 deletions...FOAM/primitives/functions/Function1/Function1/Function1.C
- src/OpenFOAM/primitives/functions/Function1/Function1/Function1.H 26 additions, 26 deletions...FOAM/primitives/functions/Function1/Function1/Function1.H
Please register or sign in to comment