Commit Graph

153 Commits

Author SHA1 Message Date
61eaea8b81 ENH: restructured doxygen entries for function objects 2012-07-11 14:02:11 +01:00
354d0ae7ce ENH: First pass through doxygen info updates for function objects 2012-07-11 12:26:08 +01:00
d21b61a883 Updated headers 2012-07-03 14:00:21 +01:00
ef2bc10d11 nutWallFunctions: Generalised for RAS and LES
nuSgsUSpaldingWallFunction removed, now use nutUSpaldingWallFunction
2012-07-03 10:34:20 +01:00
3c6c675081 STYLE: Remove trailing whitespace 2012-03-30 08:53:47 +01:00
b78e8b6e51 ENH: Created log output for yPlusRAS/LES function objects 2012-03-20 16:14:13 +00:00
ce7a93a847 ENH: Added new yPlusLES function object 2012-03-20 13:25:12 +00:00
656d921b2c ENH: Added new yPlusRAS function object 2012-03-20 12:42:48 +00:00
f849409c20 BUG: Corrected use of rho if reference pressure is kinematic 2012-03-12 08:47:16 +00:00
75454db81d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-03-09 10:08:08 +00:00
ac208dab40 ENH: Added new pressureCoefficient function object 2012-03-09 09:27:19 +00:00
85c2251b16 BUG: codedFunctionObject:get codeData to work 2012-03-09 08:50:03 +00:00
09639dc571 BUG: codedFunctionObject: missing dictionary assignment 2011-10-28 11:32:06 +01:00
cd64f1762f ENH: codedFixedValue: refactor coded 2011-10-24 21:33:16 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
4f47ff0219 STYLE: dictionaries: update version number 2011-06-10 17:22:56 +01:00
a791316896 ENH: dlLibraryTable: moved library handles to objects 2011-04-18 16:41:21 +01:00
4a2e3fb5a2 BUG: Copying field instead of taking reference. 2011-03-31 11:53:51 +01:00
20b1d49a82 ENH: dynamicCode: display line numbers 2011-03-25 04:43:29 +00:00
e24dd4fe2a ENH: codedFunctionObject: initial version. 2011-03-22 22:16:48 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
ccfb6e32a6 Corrected headers. 2010-06-23 16:54:54 +01:00
e8cfd92f9d ENH: move residualControl and abortCalculation into common jobControl lib 2010-04-09 17:55:37 +02:00
a30f977dc5 STYLE: avoid namespace { ... } in functionObject source code 2010-04-09 14:09:42 +02:00
3fef72510e STYLE: use switch value for 'writeCompression' in controlDict's
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
10141f907b STYLE: use dict entry for function objects in controlDict 2010-04-09 12:23:25 +02:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
9157364a4b Merge commit 'OpenCFD/master' into olesenm 2009-11-25 12:29:31 +01:00
407d047f07 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-11-24 14:45:05 +00:00
75bb4275ac minor coding tweaks 2009-11-24 14:39:17 +00:00
428327f3e6 added comments 2009-11-24 14:36:20 +00:00
d6a5a3299e new function object: timeActivatedFileUpdate 2009-11-23 17:18:24 +00:00
e0cbe97409 cosmetics 2009-11-23 17:17:35 +00:00
87300f124e Merge commit 'OpenCFD/master' into olesenm 2009-11-23 12:03:10 +01:00
3d9c822022 Added abortCalculation function object, exposed Time::stopAtControls
- still needs fine-tuning (testing) to see if it reacts as anticipated under
  various conditions.
2009-11-06 17:18:32 +01:00
e10bb9589e Merge master, fixing conflicts 2009-09-07 12:23:13 +01:00
6062a1ef66 updates/improvements to the cloud IO system and using new constants 2009-09-04 16:19:57 +01:00
d781ca0602 Merge branch 'master' into dsmc 2009-08-19 09:53:17 +01:00
c6aaf9be58 minor formatting changes 2009-08-17 18:26:35 +01:00
85aa1c8890 Reordering of internal temperature calculation to avoid FPEs. iDof was
defaulting to VSMALL (1e-300) for monoatomics but being multiplied by kb:
O(1e-23) for field calculation.
2009-07-21 17:17:01 +01:00
9321f7e1e5 Adding pressure field measurement, internal and surface. 2009-07-15 15:28:04 +01:00
222852c523 renamed output field to pStatic 2009-07-06 19:45:31 +01:00
42c240b97e cosmetics/code-tidying 2009-06-11 17:09:19 +01:00
886cab29a0 Merge branch 'master' into dsmc 2009-04-09 10:58:32 +01:00
6d265b0a5f Modifying dsmcFields to allow negative rhoNMean values, only cheching for min(mag(rhoNMean)) < VSMALL 2009-03-18 10:29:05 +00:00
e5dd634327 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-03-13 16:43:36 +00:00
e49d70a85a Created new functionObject for dsmcFields, renamed post processing utility dsmcFields to dsmcFieldsCalc and calling function object from there. 2009-03-09 19:29:08 +00:00
6b3e3c6597 dynamicPressure -> staticPressure 2009-02-24 16:47:24 +00:00