830c0ef382
Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo
2012-08-23 14:13:13 +01:00
26abc53885
Updated headers
2012-08-23 11:39:13 +01:00
8f4b56b3c3
Thermodynamics: Rationalised the base classes for fluid and solid thermo.
...
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
2012-08-23 11:39:02 +01:00
37fbafd411
ENH: Replaced hard-coded TMax by constantProperties TMax
2012-08-22 12:30:17 +01:00
33d24875f7
ENH: LES turbulence - named k and epsilon fields returned by utililty functions
2012-08-22 09:58:18 +01:00
e6bc9ba2ae
GIT: resolved merge conflict
2012-08-21 18:17:27 +01:00
5541a62875
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-21 18:14:10 +01:00
bd6052efe7
ENH: provided some defaults for parcel constant property parameters
2012-08-21 18:08:19 +01:00
f60ae60fe1
ENH: limited parcel max temperature to TMax
2012-08-21 17:49:15 +01:00
01c5f5136f
ENH: Added TMax to thermo parcel constant properties
2012-08-21 17:47:14 +01:00
473c5d5110
ENH: Updated particle virtual mass force to interpolate DucDt
2012-08-21 17:37:46 +01:00
a4167018cb
ENH: Updated particle velocity integration procedure
2012-08-21 16:31:56 +01:00
e406ee04e9
ENH: Added 'added mass' hook to particle forces
2012-08-21 16:31:24 +01:00
45a5899043
ENH: added virtual mass force selection to parcel types
2012-08-21 16:30:37 +01:00
f91eb52ec9
STYLE: minor code formatting
2012-08-21 16:30:01 +01:00
d2538b78ea
ENH: Added particle virtual mass force
2012-08-21 16:29:27 +01:00
e5e05867ab
ENH: primitiveMesh: handle faces with all coincident points
2012-08-21 10:56:54 +01:00
1950db74b0
ENH: snappyHexMesh: allow patch groups in layer specification
2012-08-20 21:57:11 +01:00
34395ddcd4
COMP: scotchDecomp: floating point error checking
2012-08-20 18:02:22 +01:00
77189860de
ENH: Updated function object documentation
2012-08-20 12:24:40 +01:00
7a6880ad14
STYLE: Removed unused comment delimiters
2012-08-20 12:24:08 +01:00
aec98e58c2
STYLE: updated error message
2012-08-20 12:23:38 +01:00
b4da6c5b7e
ENH: coupledPolyPatch: truncate tolerance calculation for zero area faces.
...
Check duplicate anchor points
2012-08-20 11:44:04 +01:00
97d133bcf4
ENH: wallHeatFlux: generalise for solids
2012-08-20 10:19:14 +01:00
f29916e208
STYLE: corrected typos in header file comments
2012-08-20 10:15:14 +01:00
0dae57fb58
ENH: Removed unnecessary mapping for chemistry models since change to DimensionedFields
2012-08-14 15:07:07 +01:00
1b9320bc0c
ENH: change reaction rates to DimensionedFields to enable auto mapping
2012-08-14 14:26:50 +01:00
af1437fd14
ENH: Added DimensionedField handling to volume/domain integrate
2012-08-14 14:26:11 +01:00
69cc8d8ae7
ENH: change deltaTChem to DimensionedField to enable auto mapping
2012-08-14 14:25:34 +01:00
affe532cd8
STYLE: updated notImplemented comment
2012-08-14 09:33:35 +01:00
a9e8caa979
ENH: Updated function object documentation
2012-08-13 18:18:19 +01:00
b662103d31
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-13 17:46:15 +01:00
f3d8e5316c
Updated function object documentation
2012-08-13 17:36:58 +01:00
db3ad44774
ENH: Bounded mass fraction in COxidationHurtMitchell
2012-08-13 15:30:15 +01:00
536c4aa210
ENH: Updated function object documentation
2012-08-13 14:29:42 +01:00
93e7d6e392
ENH: fieldAverage - renamed cleanRestart to resetOnRestart
2012-08-13 14:29:16 +01:00
218c34fc00
ENH: Use strict type lookup class for MapDimensionedFields
2012-08-13 09:49:19 +01:00
368b543831
BUG: remove ambiguous construction from tmp
2012-08-13 09:42:52 +01:00
01da75a7ba
STYLE: Minor code formatting
2012-08-13 09:29:57 +01:00
da64febc79
BUG: Corrected use of strict in lookup class
2012-08-13 09:29:47 +01:00
b63f0a7451
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-10 18:19:33 +01:00
16d5e020ca
BUG: set particle cell ID in cloud autoMap for mesh unrefine
2012-08-10 10:01:51 +01:00
9dce59e9c4
ENH: Clear tet base pts and cell tree in polyMesh::updateMesh()
2012-08-10 09:59:53 +01:00
e1d10fb3d1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-08-09 17:55:18 +01:00
022716537b
ENH: revert to local interrogation of object registry contents
2012-08-09 17:21:54 +01:00
aadd377def
ENH: Code clean-up
2012-08-09 17:16:44 +01:00
f763bca42e
BUG: #include of empty filename creates confusing error message (Mark Olesen)
...
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
2012-08-09 15:17:24 +01:00
bfafc1d73b
STYLE: consistent naming for cloud source fields
2012-08-09 14:57:24 +01:00
6082a72bb3
ENH: Added mapping support for DimensionedFields
2012-08-09 14:32:40 +01:00
baf3fe8c2c
ENH: Enabled strict type check on lookupClass
2012-08-09 14:30:48 +01:00