- 06 Dec, 2013 1 commit
-
-
andy authored
-
- 03 Sep, 2013 1 commit
-
-
mattijs authored
-
- 11 Dec, 2012 1 commit
-
-
mattijs authored
-
- 30 Nov, 2012 1 commit
-
-
mattijs authored
-
- 12 Oct, 2012 1 commit
-
-
Henry authored
-
- 17 Sep, 2012 1 commit
-
-
mattijs authored
-
- 12 Sep, 2012 2 commits
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 16 Feb, 2011 1 commit
-
-
mattijs authored
-
- 15 Feb, 2011 1 commit
-
-
andy authored
-
- 02 Feb, 2011 1 commit
-
-
mattijs 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 !
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 09 Dec, 2009 1 commit
-
-
henry authored
avoid accumulation of the name during copy and clone.
-
- 01 Dec, 2009 1 commit
-
-
henry authored
-
- 08 May, 2009 1 commit
-
-
Mark Olesen authored
- added constructor dictionary(const dictionary*) that also handles NULL pointers and makes it convenient to construct from a possibly nonexistent sub-dictionary: eg, dictionary dict2(dict1.subDictPtr("someDict")); - make some of the turbulence Coeffs sub-dictionary optional. Their contents are all 'lookupOrAddDefault' anyhow. - in turbulentMixingLength BCs, skip namespace qualifier in template (eg, <RASModel> vs. <compressible::RASModel>) - change comments from 'turbulenceProperties' to RASProperties/LESProperties - consistency between compressible/incompressible - no separate file for 'New' selector etc - consistency in accessing the model coefficients. Use method coeffDict() for const access. Use protected data member coeffDict_ for read/write access. - document model coefficients in etc/constant/RASProperties. Need the same for LESProperties before we can prune these from the tutorials.
-
- 05 May, 2009 1 commit
-
-
Mark Olesen authored
- #inputMode error now issues a FatalError on duplicate entries - #inputMode warn issues a warning on duplicate entries, corresponds to the old behaviour of 'error' - #inputMode protect prevents overwriting existing entries The 'protect' mode provides a simple mechanism for supplying default values. eg, in file1: #inputMode protect intensity 0.1; mixingLength 0.005; #inputMode merge inlet { type turbulentIntensityKineticEnergyInlet; intensity $intensity; } which is included from file2: intensity 0.05; #include "file1"
-
- 24 Mar, 2009 1 commit
-
-
Mark Olesen authored
-
- 18 Mar, 2009 1 commit
-
-
Mark Olesen authored
- partial revert for commit d21869b5 * only add extra newlines for a top-level dictionary that is output as such - make "#inputMode merge" the default instead of "#inputMode error" * this corresponds to a very common usage case
-
- 11 Feb, 2009 1 commit
-
-
Mark Olesen authored
-
- 10 Feb, 2009 1 commit
-
-
Mark Olesen authored
- added class OSHA1stream for a stream-based calculation method - dictionary gets digest() method - dictionaryEntry tweak: avoid trailing space after dictionary keyword
-
- 10 Jan, 2009 1 commit
-
-
Mark Olesen authored
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or 'XX.size() <= 0' or for simpler coding. It also has the same number of characters as '!XX.size()' and /might/ be more readable - many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1' when a simple 'XX.size()' suffices
-
- 05 Jan, 2009 1 commit
-
-
Mark Olesen authored
- The capitalization is consistent with most other template classes, but more importantly frees up xfer() for use as method name without needing special treatment to avoid ambiguities. It seems reasonable to have different names for transfer(...) and xfer() methods, since the transfer is occuring in different directions. The xfer() method can thus replace the recently introduced zero-parameter transfer() methods. Other name candidates (eg, yield, release, etc.) were deemed too abstract.
-
- 02 Jan, 2009 1 commit
-
-
Mark Olesen authored
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 12 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 10 Dec, 2008 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- moved findStrings from stringList to new stringListOps (helps reduce the influence on dependencies) - findStrings can also do partial matches
-
- 08 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 24 Nov, 2008 1 commit
-
-
mattijs authored
-
- 02 Oct, 2008 1 commit
-
-
mattijs authored
-
- 01 Jul, 2008 1 commit
-
-
Mattijs Janssens authored
-