- 17 Dec, 2017 1 commit
-
-
Mark OLESEN authored
-
- 22 Nov, 2017 1 commit
-
-
Mark OLESEN authored
-
- 10 Nov, 2017 1 commit
-
-
Mark OLESEN authored
- constructor for empty cell/face/point Zones, with contents to be transferred in later. - ZoneMesh::operator(const word&) to return existing zone or a new empty one.
-
- 17 Jul, 2017 1 commit
-
-
Mark OLESEN authored
- use allocator class to wrap the stream pointers instead of passing them into ISstream, OSstream and using a dynamic cast to delete then. This is especially important if we will have a bidirectional stream (can't delete twice!). STYLE: - file stream constructors with std::string (C++11) - for rewind, explicit about in|out direction. This is not currently important, but avoids surprises with any future bidirectional access. - combined string streams in StringStream.H header. Similar to <sstream> include that has both input and output string streams.
-
- 05 Jan, 2017 1 commit
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request https://bugs.openfoam.org/view.php?id=2238
-
- 15 Dec, 2016 1 commit
-
-
Mark Olesen authored
- polyMesh constructor from cell shapes invoked 'removeFiles'. This may or may not be what the caller wants or expects. With the ParaView blockMesh viewer, this behaviour causes deletion of all mesh data (points, faces, etc) when the viewer is refreshed. Triggered even when just building the blockMesh topology. - only a few places that construct a polyMesh from cell shapes (mostly mesh conversion utilities). Ensure that the file removal (if any) occurs in the application and *not* as a side-effect of calling the polyMesh constructor. -- blockMesh (application) - The placement of the removeFiles seems to also remove freshly generated sets (Bug or feature to remove sets?) +-----------------------+---------------+------------------+ | Application | Constructor | removeFiles | | | (patch info) | new / existing | +-----------------------+---------------+------------------+ | blockMesh | dictionary | existing | | ansysToFoam | names | new | | cfx4ToFoam | dictionary | new | | fluentMeshToFoam | names | new | | gambitToFoam | dictionary | new | | gmshToFoam | names | new | | ideasUnvToFoam | names | new | | kivaToFoam | dictionary | new | | mshToFoam | names | new | | netgenNeutralToFoam | names | new | | plot3dToFoam | names | new | | tetgenToFoam | names | new | | vtkUnstructuredToFoam | names | new | +-----------------------+---------------+------------------+
-
- 18 May, 2016 1 commit
-
-
Henry Weller authored
-
- 25 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 24 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 27 Jun, 2016 1 commit
-
-
Andrew Heather authored
-
- 18 Jan, 2016 1 commit
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1974
-
- 10 Jan, 2016 1 commit
-
-
Henry Weller authored
-
- 10 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 10 Feb, 2015 1 commit
-
-
Henry authored
-
- 22 Apr, 2014 1 commit
-
-
mattijs authored
-
- 29 Oct, 2013 1 commit
-
-
mattijs authored
-
- 14 Aug, 2011 1 commit
-
-
Henry 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
-
- 13 Oct, 2010 1 commit
-
-
mattijs authored
-
- 27 Apr, 2010 1 commit
-
-
Mark Olesen authored
- mapFields and splitMeshRegions need more clarification
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 16 Feb, 2010 1 commit
-
-
Mark Olesen authored
- deprecate argList::additionalArgs() method and remove uses of it
-
- 03 Dec, 2009 2 commits
-
-
Mark Olesen authored
- to match coding guidelines
-
Mark Olesen authored
- ensure that the standard options (eg, from timeSelector) also have some usage information
-
- 30 Nov, 2009 1 commit
-
-
Mark Olesen authored
- space between keyword and bracket in 'for(..)', 'if(..)', 'while(..)'
-
- 27 Nov, 2009 1 commit
-
-
Mark Olesen authored
- markup codingStyleGuide.org examples so they actually indent correctly - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
-
- 19 May, 2009 1 commit
-
-
Mark Olesen authored
- also drop various unused time options from src/OpenFOAM/include
-
- 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
-
- 31 Dec, 2008 1 commit
-
-
Mark Olesen authored
-
- 27 Oct, 2008 1 commit
-
-
Mark Olesen authored
-
- 25 Jun, 2008 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
-
- 11 Jun, 2008 1 commit
-
-
henry authored
NamedEnum (bug in compiler?) molecule (Graham dealing with it) lex (no comment) VTK (again no comment)
-
- 29 May, 2008 1 commit
-
-
henry authored
the new and more correct version 2.5.34.
-
- 15 Apr, 2008 1 commit
-
-
OpenFOAM-admin authored
-