- Dec 20, 2017
-
-
sergio authored
-
mattijs authored
-
Andrew Heather authored
Based on the reference: Spalart, P. R. and Rumsey, C. L. (2007). Effective Inflow Conditions for Turbulence Models in Aerodynamic Calculations AIAA Journal, 45(10), 2544 - 2553. The decay control default is off for backwards compatibility. To enable it, add the following to the coefficients dictionary // Optional decay control decayControl yes; kInf \<far-field k value\>; omegaInf \<far-field omega value\>;
-
- Dec 19, 2017
-
-
sergio authored
Modifying relaxation factors for the angledDuct for rhoPimpleFoam
-
sergio authored
-
sergio authored
-
sergio authored
-
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
-