- Dec 19, 2017
-
-
Mark OLESEN authored
- required if there is no system openmp and libomp or libgomp are only found in the clang hierarchy STYLE: add some notes in the openmp rules. - the _OPENMP macro is now used in low-level testing files
-
- Dec 21, 2017
-
-
sergio authored
-
- Dec 19, 2017
-
-
Andrew Heather authored
-
- Dec 21, 2017
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
Updated noise fft handling via fftw See merge request OpenFOAM-plus!186
-
Andrew Heather authored
The characteristics of the base scheme are recovered by applying an explicit correction to the upwind scheme weights. Usage Example of the \c deferredCorrection scheme applied to the \c linear scheme: \verbatim divSchemes { . . div(phi,U) Gauss deferredCorrection linear; . . } \endverbatim Based on a generalised form of a deferred correction linear scheme supplied by CFD Software E+F GmbH
-
- Dec 20, 2017
-
-
sergio authored
avoid unphysical 'fixedValue' at boundaries
-
Andrew Heather authored
-
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
-
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
-