86c3affb5b
Added initialising constructor and use it is the BSpline code.
2009-10-26 21:54:53 +00:00
135f8275ac
Cleaned a message.
2009-10-26 19:41:51 +00:00
75bfb292e7
Added a switch to control the caching system.
2009-10-26 19:41:32 +00:00
e684a87516
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-26 14:01:45 +00:00
00cd6ac8b7
Added support for the caching of gradients.
...
This is controlled by providing a list of the fields to be cached in the "cache"
sub-dictionary of fvSolution.
Debug information about the caching is printed when the solution::debug switch
is on.
There are still a couple of issues to do with the naming of gradients used in
corrected snGrads and limited interpolation schemes that need to be resolved
but these are no different to previously and hence not urgent.
2009-10-26 14:01:39 +00:00
6a62baae2c
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-26 12:18:35 +00:00
122f3c466f
extraneous reduce on noFailedChecks
2009-10-23 18:35:26 +01:00
7bce90d19e
re-vamped patch interaction - generalised into reflect, stick and escape
2009-10-23 17:54:15 +01:00
e12acd7010
very minor cosmetics
2009-10-23 17:36:09 +01:00
19359869f4
use degToRad
2009-10-22 13:05:26 +01:00
9120e00a59
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-22 11:59:45 +01:00
fe45863a11
new mapDistribute constructor; various fixes
2009-10-22 11:59:25 +01:00
8d70c5b025
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-21 18:16:42 +01:00
49f71dc812
amended note for enthalpy
2009-10-21 18:16:00 +01:00
153e2190d4
corrected heat of formation for water vapour
2009-10-21 17:55:00 +01:00
4d57f49c80
cosmetics
2009-10-21 17:53:36 +01:00
e0216666c3
added offset to enthalpy poly (ref h at Tstd) and renamed s poly to ds
2009-10-21 17:52:27 +01:00
3ac2b9388a
updates to enthalpy retained by particle due to phase change
2009-10-21 17:50:55 +01:00
a5d1b29851
use dimEnergy instead of expanded dim set
2009-10-21 17:50:09 +01:00
9221793088
Changing
...
deltaT().value() to deltaTValue()
and
deltaT0().value() to deltaT0Value()
across the whole code - faster to return especially if being used
often, in each call to a submodel for example.
2009-10-21 16:36:07 +01:00
d6a278f2b2
Introduced the new file unitConversion.H to hold degToRad, radToDeg
...
and other unit conversion functions as they are required e.g. slug <-> kg.
2009-10-21 10:55:00 +01:00
942d3344d7
Moved the "cache" dictionary to solution because the concept is general.
2009-10-20 22:19:03 +01:00
427bbd8174
Changed the interface for the upToDate check to avoid unnecessary object lookups
...
by providing the independent objects directly.
2009-10-20 22:17:37 +01:00
10dd3ea2a4
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-20 22:15:23 +01:00
32e2edb94b
degrees to radians conversion
2009-10-20 22:15:18 +01:00
dfd82248e2
First level of support for cached temporary fields.
2009-10-20 18:30:55 +01:00
327168307d
Devirtualised functions which should not be overridden and so than some functions can be inlined for efficiency.
2009-10-20 18:30:10 +01:00
0aef45c88d
cosmetics
2009-10-20 11:49:34 +01:00
41b0812ce7
Corrected build order to reflect new dependency on the forces library:
...
http://www.cfd-online.com/Forums/openfoam-bugs/69141-compilation-order-single-precision-issues.html
2009-10-19 16:03:23 +01:00
1e3e3d3439
Merge branch 'sixDofPatch'
2009-10-19 15:59:05 +01:00
f14d76738b
Adding floatingObject tutorial case.
2009-10-19 15:58:40 +01:00
81f20b5fb2
Merge branch 'sixDofPatch'
2009-10-19 15:54:05 +01:00
f7becf36bc
Merge branch 'master' into sixDofPatch
2009-10-19 15:51:05 +01:00
ebe1bda491
cosmetics
2009-10-19 14:56:02 +01:00
ef350447b1
Merge commit 'OpenCFD/master' into olesenm
2009-10-19 14:21:12 +02:00
ffc9d0d97b
find/replace pi/180.0 -> degToRad() and 180.0/pi -> radToDeg()
...
- note left utilities/mesh/advanced/collapseEdges/collapseEdges.C as-is.
It looks suspicious, but the change was recent, so maybe it means something
2009-10-19 13:53:25 +02:00
61a577c860
minor cleanup on constants/
...
- removed/renamed one level of directories, not all constants are dimensioned
global/dimensionedConstants -> global/constants/
global/dimensionedConstants/constants/* -> global/constants/
- formatting and doxygen cleanup
- added degToRad() and radToDeg() inline functions (in mathematicalConstants)
removed equivalent degToRad() from engineTime
2009-10-19 13:00:33 +02:00
61ad54ec03
skip group type 7 (nodes) as output by salome
2009-10-18 21:14:15 +01:00
822019bb6a
assign pointers to NULL after deletion
2009-10-13 17:43:14 +01:00
a8f7488e0f
Merge branch 'olesenm'
2009-10-13 12:39:35 +01:00
2ff47b7909
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-12 13:04:02 +01:00
e9af73e39c
Removing unnecessary mathConstant.H include
2009-10-12 12:41:21 +01:00
f87d36f34c
Rename sixDof to sixDoF
2009-10-12 11:22:41 +01:00
fdc1ccac19
Merge branch 'master' into sixDofPatch
2009-10-12 11:09:18 +01:00
e9da288118
Reverted the Americanism "math" back to the original "mathematical" and reverted name of
...
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
2009-10-10 22:58:58 +01:00
d416664301
Renamed to a more descriptive and generic name.
2009-10-10 22:56:46 +01:00
680c3272aa
extraneous libs
2009-10-09 17:17:09 +01:00
24479b6102
use prfValue
2009-10-09 17:16:37 +01:00
b3624de7a3
named regIOobject for dictionary
2009-10-09 15:11:58 +01:00
9b89dd125c
renaming of solidBodyMotionFunctions
2009-10-09 13:45:40 +01:00