- Dec 19, 2017
-
-
Mark OLESEN authored
- regression introduced by part of commit 2787a866. Specifically the way that scalarRanges is written, it parses through until it hits invalid input. This works fine with an IStringStream, but the ITstream is pickier and reports this as being an error. So revert to IStringStream and be less picky about argList parsing. in the longer-term, should fix scalarRanges instead.
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- also cleanup by using 0.orig/ directory. - use foamListRegions to obtain region names
-
Mark OLESEN authored
- remove odd spaces in checkMesh output
-
- also incorrect number of points per zone
-
Mark OLESEN authored
- The -rotate-angle option allows convenient specification of a rotation about an arbitrary axis. Eg, -rotate-angle '((1 1 1) 45)' - The -origin option can be used to temporarily shift the origin for the rotation operations. For example, -origin '(0 0 1)' -rotate-angle '((1 0 0) 180)' for mirroring.
-
Mark OLESEN authored
Eg, transformPoints -scaling 0.01 instead of transformPoints -scaling '(0.01 0.01 0.01)'
-
Mark OLESEN authored
- convenience for checking is any/all particular options have been specified. Eg, if (args.optionCount({"opt1", "opt2", "opt3"}) < 3) ...
-
Andrew Heather authored
-
sergio authored
-
sergio authored
-
- Dec 18, 2017
-
-
Andrew Heather authored
heat rejection The new optional entry targetQdot can be used to specify a target heat rejection. This is additionally controlled using the targetQdotCalcInterval and targetQdotRelax entries which default to values of 5 and 0.5, respectively.
-
sergio authored
-
Mark OLESEN authored
- include bash completion for paraFoam, and provision for using foamEtcFile as well.
-
Andrew Heather authored
finite area integration See merge request OpenFOAM-plus!179
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
- Dec 17, 2017
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- DynamicList now has SizeMin=16, which eliminates the need for reserve() in some cases - remove unused enrichedPatch static variable
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Dec 15, 2017
-
-
Mark OLESEN authored
- allows enabling new warnings without causing messy output with older clang versions
-
Mark OLESEN authored
-
Andrew Heather authored
-
Andrew Heather authored
The delta used for hmax can be set using the optional 'hmax' entry - if not supplied, the maxDeltaxyz delta is used (backwards compatibility)
-
Andrew Heather authored
-
Mark OLESEN authored
update for third-party versions See merge request OpenFOAM-plus!185
-
Andrew Heather authored
-
Mark OLESEN authored
- ADIOS 1.13.0 - fftw 3.3.7 - paraview 5.4.1 ENH: include ThirdParty QT libraries in LD_LIBRARY_PATH for paraview
-
- Dec 14, 2017
-
-
mattijs authored
-
Andrew Heather authored
ENH: overset: new solvers, new stencil See merge request OpenFOAM-plus!180
-
Mark OLESEN authored
Style config See merge request OpenFOAM-plus!184
-
Mark OLESEN authored
- this makes it possible to use "foamAddCompletion paraFoam" and have bash completions for paraFoam as well
-
Mark OLESEN authored
- adjust comment formatting to reduce clutter
-
Mark OLESEN authored
-
Mark OLESEN authored
- relocate WM_COMPILER_ARCH, WM_COMPILER_LIB_ARCH from etc/{bashrc,cshrc} to etc/config.{csh,sh}/settings since these should not be changed by the user anyhow. - Use gcc/g++ as common base and specialize afterwards (to reduce duplication) - adjust format of WM_PROJECT_SITE fallback to allow for easier automated edits
-
Mark OLESEN authored
-