- 04 Apr, 2019 1 commit
-
-
Mark OLESEN authored
- use git show/diff -w when viewing
-
- 07 Jan, 2019 2 commits
-
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
Mark OLESEN authored
- reduced clutter when iterating over containers
-
- 11 Feb, 2019 1 commit
-
-
mattijs authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Nov, 2018 1 commit
-
-
Mark OLESEN authored
-
- 19 Oct, 2018 1 commit
-
-
Mark OLESEN authored
- as part of the cleanup of dictionary access methods (c6520033) made the dictionary class single inheritance from IDLList<entry>. This eliminates any ambiguities for iterators and allows for simple use of range-for looping. Eg, for (const entry& e : topDict)) { Info<< "entry:" << e.keyword() << " is dict:" << e.isDict() << nl; } vs forAllConstIter(dictionary, topDict, iter)) { Info<< "entry:" << iter().keyword() << " is dict:" << iter().isDict() << nl; }
-
- 17 May, 2018 1 commit
-
-
Mark OLESEN authored
- disallow insert() of raw pointers, since a failed insertion (ie, entry already existed) results in an unmanaged pointer. Either insert using an autoPtr, or set() with raw pointers or autoPtr. - IOobjectList::add() now takes an autoPtr instead of an object reference - IOobjectList::remove() now returns an autoPtr instead of a raw pointer
-
- 05 Nov, 2017 1 commit
-
-
Mark OLESEN authored
- makes for clearer code ENH: make writeIfDifferent part of Ostream
-
- 25 Sep, 2016 1 commit
-
-
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
-
- 15 Jul, 2016 1 commit
-
-
Mark Olesen authored
-
- 30 Apr, 2016 1 commit
-
-
Henry Weller authored
GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() These new names are more consistent and logical because: primitiveField(): primitiveFieldRef(): Provides low-level access to the Field<Type> (primitive field) without dimension or mesh-consistency checking. This should only be used in the low-level functions where dimensional consistency is ensured by careful programming and computational efficiency is paramount. internalField(): internalFieldRef(): Provides access to the DimensionedField<Type, GeoMesh> of values on the internal mesh-type for which the GeometricField is defined and supports dimension and checking and mesh-consistency checking.
-
- 20 Feb, 2016 1 commit
-
-
Henry Weller authored
To be used instead of zeroGradientFvPatchField for temporary fields for which zero-gradient extrapolation is use to evaluate the boundary field but avoiding fields derived from temporary field using field algebra inheriting the zeroGradient boundary condition by the reuse of the temporary field storage. zeroGradientFvPatchField should not be used as the default patch field for any temporary fields and should be avoided for non-temporary fields except where it is clearly appropriate; extrapolatedCalculatedFvPatchField and calculatedFvPatchField are generally more suitable defaults depending on the manner in which the boundary values are specified or evaluated. The entire OpenFOAM-dev code-base has been updated following the above recommendations. Henry G. Weller CFD Direct
-
- 10 Jan, 2016 1 commit
-
-
Henry Weller authored
-
- 11 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 06 Aug, 2011 1 commit
-
-
Henry authored
-
- 11 May, 2011 1 commit
-
-
andy authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 28 Jul, 2010 1 commit
-
-
graham authored
-
- 13 Apr, 2010 1 commit
-
-
Mark Olesen authored
ENH: change some iterator -> const_iterator access BUG: found some places with forAllIter and ::iterator !
-
- 12 Apr, 2010 1 commit
-
-
Mark Olesen authored
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 17 Sep, 2009 1 commit
-
-
mattijs authored
-
- 18 Aug, 2009 1 commit
-
-
mattijs authored
-
- 04 Aug, 2009 1 commit
-
-
henry authored
which need this functionality. Solvers will now check the correctness of the BCs on read.
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 16 Dec, 2008 1 commit
-
-
mattijs authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-