- Aug 23, 2012
-
-
Henry authored
New base class for fluid and solid thermo: veryBasicThermo Base class for fluid thermo: basicThermo (derived from veryBasicThermo) Base class for solid thermo: solidThermo (derived from veryBasicThermo) Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
-
- Aug 20, 2012
- Aug 17, 2012
- Aug 16, 2012
-
-
andy authored
-
- Aug 15, 2012
-
-
andy authored
-
- Aug 14, 2012
- Aug 13, 2012
- Aug 10, 2012
- Aug 09, 2012
-
-
andy authored
-
andy authored
-
andy authored
-
andy authored
When using #include or #includeIfPresent, it is easy to generate an empty file name. For example, #include "~OpenFOAM/missing-path/file" On error, findEtcFile() returns an empty fileName. This was treated as a relative name, which meant there was an attempt to open the parent directory as a file. The resulting error message was confusing: --> FOAM FATAL IO ERROR: Attempt to put back onto bad stream file: /CASE/PATH/system at line 1. From function void Istream::putBack(const token&) in file db/IOstreams/IOstreams/Istream.C at line 34. - fix by leaving empty expansions as-is
-
andy authored
-
andy authored
-
andy authored
-
- Aug 08, 2012