- 22 Nov, 2016 2 commits
-
-
Mark Olesen authored
-
Andrew Heather authored
-
- 20 Nov, 2016 1 commit
-
-
Mark Olesen authored
- purely cosmetic (documentation) changes
-
- 17 Nov, 2016 1 commit
-
-
Andrew Heather authored
-
- 17 Oct, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2294
-
- 07 Oct, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2287
-
- 05 Oct, 2016 1 commit
-
-
Andrew Heather authored
-
- 03 Oct, 2016 1 commit
-
-
Henry Weller authored
This supports the abstraction of the set of fields from the field code generation macros making it easier to change the set of fields supported by OpenFOAM. This functionality is demonstrated in the updated fvPatchFields macros and will be applied to the rest of the field code generation macros in the future.
-
- 30 Sep, 2016 2 commits
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2278
-
Andrew Heather authored
-
- 28 Sep, 2016 1 commit
-
-
Andrew Heather authored
-
- 27 Sep, 2016 1 commit
-
-
Andrew Heather authored
-
- 26 Sep, 2016 1 commit
-
-
Andrew Heather authored
-
- 25 Sep, 2016 3 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
fvPatchFields: Constructors from dictionary now call the corresponding constructor of the fvPatchField base-class to ensure 'patchType' is set as specified. Required substantial change to the organization of the reading of the 'value' entry requiring careful testing and there may be some residual issues remaining. Please report any problems with the reading and initialization of patch fields. Resolves bug-report http://bugs.openfoam.org/view.php?id=2266
-
- 23 Sep, 2016 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 21 Sep, 2016 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
-
- 20 Sep, 2016 1 commit
-
-
Henry Weller authored
linearUpwind: Evaluate the gradient of each component of the field to provide support all field types Also reduces peak-storage as it now generates a volVectorField for each component rather than the gradient of the field type.
-
- 07 Sep, 2016 1 commit
-
-
Mark Olesen authored
-
- 02 Sep, 2016 1 commit
-
-
sergio authored
-
- 24 Aug, 2016 1 commit
-
-
Henry Weller authored
-
- 17 Aug, 2016 1 commit
-
-
Henry Weller authored
-
- 16 Aug, 2016 1 commit
-
-
Henry Weller authored
-
- 14 Aug, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2189
-
- 11 Aug, 2016 1 commit
-
-
Henry Weller authored
Renamed the original volRegion -> volFieldValue to clarify the purpose of this class to process vol fields on a volRegion.
-
- 10 Aug, 2016 1 commit
-
-
Henry Weller authored
functionObjects: Further simplification and rationalization using the fvMeshFunctionObject base-class
-
- 09 Aug, 2016 1 commit
-
-
Andrew Heather authored
-
- 05 Aug, 2016 1 commit
-
-
Henry Weller authored
Requires gcc version 4.7 or higher
-
- 01 Aug, 2016 1 commit
-
-
Henry Weller authored
DimensionedField<vector, volMesh> -> volVectorField::Internal
-
- 29 Jul, 2016 1 commit
-
-
Henry Weller authored
CrankNicolsonDdtScheme: Corrected handling of the boundary field to avoid premature reset of the time-index Resolves bug-report http://bugs.openfoam.org/view.php?id=2162
-
- 28 Jul, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2163
-
- 27 Jul, 2016 2 commits
-
-
sergio authored
-
Andrew Heather authored
-
- 26 Jul, 2016 1 commit
-
-
Andrew Heather authored
-
- 18 Jul, 2016 1 commit
-
-
Henry Weller authored
rather than being calculated on construction and stored as member data. The convergence warning has be replaced with the 'convergence()' member function which returns 'true' if the SVD iteration converged, otherwise 'false'.
-
- 17 Jul, 2016 1 commit
-
-
Henry Weller authored
-
- 08 Jul, 2016 1 commit
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2143
-