- 19 Apr, 2017 2 commits
-
-
mark authored
- use InfoSwitch to disable, or via static method. - respect the state of the argList banner when deciding to emit initialization information. Can otherwise end up with unwanted output rubbish on things like foamDictionary and foamListTimes.
-
mark authored
- patch from Bernhard Gschaider
-
- 14 Dec, 2016 1 commit
-
-
mattijs authored
-
- 09 Dec, 2016 1 commit
-
-
Henry Weller authored
which provided warning about backward-compatibility issue with setting div schemes for steady-state. It caused confusion by generating incorrect warning messages for compressible cases for which the 'bounded' should NOT be applied to the 'div(phid,p)'.
-
- 14 Nov, 2016 1 commit
-
-
mark authored
-
- 14 Jun, 2016 1 commit
-
-
Henry Weller authored
Instead of ICCG use PCG with the DIC preconditioner Instead of BICCG use PBiCG with the DILU preconditioner
-
- 27 Apr, 2016 1 commit
-
-
Henry Weller authored
Given that the type of the dimensioned internal field is encapsulated in the GeometricField class the name need not include "Field"; the type name is "Internal" so volScalarField::DimensionedInternalField -> volScalarField::Internal In addition to the ".dimensionedInternalField()" access function the simpler "()" de-reference operator is also provided to greatly simplify FV equation source term expressions which need not evaluate boundary conditions. To demonstrate this kEpsilon.C has been updated to use dimensioned internal field expressions in the k and epsilon equation source terms.
-
- 01 Mar, 2016 1 commit
-
-
Henry Weller authored
autoRefine -> snappyRefine autoLayer -> snappyLayer autoSnap -> snappySnap
-
- 08 Feb, 2016 1 commit
-
-
Henry Weller authored
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.
-
- 22 Dec, 2015 1 commit
-
-
Andrew Heather authored
-
- 09 Dec, 2015 1 commit
-
-
Andrew Heather authored
-
- 21 Nov, 2015 1 commit
-
-
Henry Weller authored
-
- 10 Feb, 2015 1 commit
-
-
Henry authored
-
- 23 Jan, 2015 1 commit
-
-
Henry authored
Currently timeStampMaster does not support re-reading of IOdictionaries in parallel
-
- 08 Jan, 2015 1 commit
-
-
Henry authored
When using models which require the wallDist e.g. kOmegaSST it will request the method to be used from the wallDist sub-dictionary in fvSchemes e.g. wallDist { method meshWave; } specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
-
- 03 Jan, 2015 1 commit
-
-
Henry authored
Added InfoSwitches::writeOptionalEntries which enables the writing of optional keywords and values which are not present in the dictionary Warning: generates a VERY large number of messages from OpenFOAM applications Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1473
-
- 10 Dec, 2014 1 commit
-
-
Henry authored
-