- 25 Sep, 2019 3 commits
-
-
Mark Olesen authored
- call also be used non-interactively for simple 'one-shot' use of OpenFOAM utilities or solvers STYLE: use dash instead of brackets for '- see www.OpenFOAM.com' - less cluttered in combination with API information
-
Mark Olesen authored
-
Mark Olesen authored
- makes the intention clearer, allows for future tightening of iterator access rules.
-
- 24 Sep, 2019 7 commits
-
-
Mark Olesen authored
-
OpenFOAM bot authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- useful for manual handling of string with comments
-
Mark Olesen authored
-
Mark Olesen authored
-
- 20 Sep, 2019 1 commit
-
-
sergio authored
-
- 23 Sep, 2019 2 commits
-
-
Kutalmis Bercin authored
-
Mark Olesen authored
-
- 19 Sep, 2019 1 commit
-
-
mattijs authored
-
- 12 Sep, 2019 1 commit
-
-
mattijs authored
-
- 16 Sep, 2019 1 commit
-
-
sergio authored
-
- 13 Sep, 2019 1 commit
-
-
sergio authored
-
- 12 Sep, 2019 1 commit
-
-
Andrew Heather authored
-
- 05 Sep, 2019 1 commit
-
-
Andrew Heather authored
-
- 04 Sep, 2019 1 commit
-
-
Kutalmis Bercin authored
-
- 03 Sep, 2019 2 commits
- 02 Sep, 2019 1 commit
-
-
mattijs authored
-
- 31 Aug, 2019 1 commit
-
-
Mark Olesen authored
- now maintains a correct list of geometry instances, without assuming contiguous file numbering. However, if the numbering is contiguous, the more compact case representation will be used.
-
- 30 Aug, 2019 3 commits
-
-
Mark Olesen authored
- an advanced feature, for example when sampling on a static patch while some motion occurs elsewhere. [use with caution] - If the sampled surface dictionary is modified during run-time, the ensight file indexing for the geometry will become out of sync. This is addressed in a subsequent commit.
-
OpenFOAM bot authored
-
Mark Olesen authored
- this can be useful for preloading of libraries, or for utilities that don't use system/controlDict. The additional libraries can be specified individually: myUtil -lib lib1 -lib lib2 -lib lib3 When specified like this, the options add up. Or as a 'captured' list using OpenFOAM's standard arg list handling: myUtil -lib '(' lib1 lib2 lib3 ')' myUtil -lib \( lib1 lib2 lib3 \) or as single argument list: myUtil -lib '("lib1" "lib2" "lib3")' When specified as a single argument, would normally take advantage of the transparent handling of word vs fileName and omit the string quotes: myUtil -lib '(lib1 lib2 lib3)' ENH: dlOpen error messages now propagated into dlLibraryTable - this makes the context more relevant and also avoids the previous annoyance of double warnings (one from the POSIX loader, and one from dlLibraryTable) STYLE: mark -noFunctionObjects and -withFunctionObjects as 'advanced' - reduces clutter. Still visible with -help-full
-
- 16 Aug, 2019 1 commit
-
-
Mark Olesen authored
- include ragel and lemon - rename pre-generated files to ".cc" so that they are more recognizable as being different from regular file content.
-
- 30 Aug, 2019 1 commit
-
-
Mark Olesen authored
- should have been part of commit 9d36d3c0 which allows us to upcast a word to a fileName.
-
- 28 Aug, 2019 1 commit
-
-
Mark Olesen authored
- allows direct reading of a single entry with token checking
-
- 29 Aug, 2019 1 commit
-
-
mattijs authored
-
- 27 Aug, 2019 2 commits
-
-
mattijs authored
-
Mark Olesen authored
-
- 23 Aug, 2019 1 commit
-
-
Mark Olesen authored
- add additional rule (ending '.ll') for the combination of flex for C-code but compiling the result as C++. This can be needed for re-entrant parsers. - update bison rule to handle renaming of skeleton files. Use a wrap-bison script to manage this.
-
- 27 Aug, 2019 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 22 Aug, 2019 4 commits
-
-
sergio authored
-
Mark Olesen authored
- alternatively can use uniformNormalFixedValue with PatchFunction1 specification and temporal ramping. TUT: add ramped example for simpleCar
-
Mark Olesen authored
-
Mark Olesen authored
-