- Jul 04, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
-
- Apr 24, 2015
-
-
Henry authored
For multi-region cases the default location of blockMeshDict is now system/<region name> If the blockMeshDict is not found in system then the constant directory is also checked providing backward-compatibility
-
- Feb 10, 2015
-
-
Henry authored
-
- Oct 29, 2013
-
-
mattijs authored
-
- Feb 21, 2013
-
-
andy authored
-
- Dec 05, 2012
-
-
mattijs authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Feb 08, 2011
-
-
Henry authored
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-
- Jan 07, 2011
-
-
graham authored
-
- Jan 05, 2011
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- Nov 24, 2010
-
-
mattijs authored
-
- Oct 13, 2010
-
-
mattijs authored
-
- Jun 02, 2010
-
-
mattijs authored
-
- Apr 27, 2010
-
-
Mark Olesen authored
- mapFields and splitMeshRegions need more clarification
-
- Mar 29, 2010
-
-
Mark Olesen authored
-
- Feb 17, 2010
-
-
Mark Olesen authored
- operator[] with label -> get args at index - operator[] with word -> get named option
-
- Dec 09, 2009
-
-
Mark Olesen authored
-
- Dec 04, 2009
-
-
Mark Olesen authored
-
- Dec 03, 2009
-
-
Mark Olesen authored
- ensure that the standard options (eg, from timeSelector) also have some usage information
-
- Dec 02, 2009
-
-
Mark Olesen authored
- new optionLookupOrDefault and additional form of optionReadIfPresent with a default value
-
- Nov 27, 2009
-
-
Mark Olesen authored
- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
-
- Oct 05, 2009
-
-
Mark Olesen authored
- expose point field throughout - make output less verbose, but can switch on/off with verbose() static method
-
- Sep 17, 2009
-
-
Mark Olesen authored
- Unless the points(), cells(), patches() methods are called, the classes should know maintain a lightweight representation for as long as possible. - bugfix: old-code used xferMove() instead of xferCopy() when creating the topology mesh - causing const pointField& to break if the code order was changed - relocate blockMesh from src/meshing -> src/mesh
-
- Sep 16, 2009
-
-
Mark Olesen authored
-
- Jul 09, 2009
-
-
henry authored
-
- Jun 18, 2009
-
-
mattijs authored
-
- May 19, 2009
-
-
Mark Olesen authored
- also drop various unused time options from src/OpenFOAM/include
-
- Feb 06, 2009
-
-
Mark Olesen authored
- removed the previously added fileName type(), isDir(), isFile() methods. - added optional bool parameter to isFile() function to explicitly enable/disable the check for gzip files. - fixed minor bugginess where the default usage of isFile() would result in false positive matches. - be slightly more stringent and use isDir() and isFile() instead of exists() function when we actually know the expected type.
-
- Jan 27, 2009
-
-
Mark Olesen authored
-
- Jan 15, 2009
-
-
mattijs authored
-
- Jan 10, 2009
-
-
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
-
- Dec 31, 2008
-
-
Mark Olesen authored
-
- Oct 27, 2008
-
-
Mark Olesen authored
-
- Oct 25, 2008
-
-
Mark Olesen authored
- convertToMeters optional, also allow 'scale'
-
- Jul 29, 2008
-
-
Mark Olesen authored
-
- Jul 24, 2008
-
-
Mark Olesen authored
-
- Jul 23, 2008
-
-
Andrew Heather authored
-