Commit Graph

100 Commits

Author SHA1 Message Date
f1deb4445e GIT: conflict resolution 2012-09-26 12:13:44 +01:00
b7a50c0c93 ENH: Updated sixDoF BC after change to forces calculation 2012-09-24 12:39:32 +01:00
4ad23cfed4 ENH: forceCoeffs function object - added data output into bins 2012-09-24 12:39:04 +01:00
d8cb5d97f4 ENH: forces function object - added data output into bins 2012-09-24 12:38:47 +01:00
8489de277d GIT: conflict resolution 2012-09-17 12:03:11 +01:00
6884da6767 Updated headers 2012-08-24 15:15:32 +01:00
20b5d43cd6 sixDoFRigidBodyDisplacementPointPatchVectorField: Added optional under-relaxation 2012-08-24 15:15:24 +01:00
830c0ef382 Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo 2012-08-23 14:13:13 +01:00
77189860de ENH: Updated function object documentation 2012-08-20 12:24:40 +01:00
a9e8caa979 ENH: Updated function object documentation 2012-08-13 18:18:19 +01:00
a3870d65df GIT: Merge/resolve conflict 2012-08-03 12:28:20 +01:00
a76bdc1bd2 STYLE: minor code formatting 2012-08-03 09:24:21 +01:00
4025894d2c Updated headers 2012-07-27 14:56:15 +01:00
1464c4ff5c multiphase (VoF): Added support for general turbulence models
Required the addition of the divDevRhoR function to all incompressible turbulence models
2012-07-27 14:56:01 +01:00
a17b0c75c6 ENH: Updates to function object documentation 2012-07-23 15:23:35 +01:00
a80d4d9b69 ENH: doxygen documentation updates 2012-07-12 17:12:52 +01:00
3dd7ab054b STYLE: change of doxygen tags for function objects and ico wall functions boundaryConditions 2012-07-12 10:35:09 +01:00
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
6a177418a0 ENH: Added output of front/rear lift coeffs to forceCoeffs function object 2012-03-14 12:27:50 +00:00
95b7a3be18 ENH: Updated behaviour of 'log' in forces function object
- values always written to file
- values only written to screen if log = true
2011-10-05 10:31:30 +01:00
295c6176f2 ENH: Only output local forces/moments when needed 2011-09-19 17:56:42 +01:00
0508100775 ENH: forces: construct from components 2011-08-24 08:58:19 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
ed8f50127f Removed unused declarations 2011-08-01 22:50:45 +01:00
bd830a83d2 STYLE: Dates. 2011-07-05 17:01:00 +01:00
c060f7b290 ENH: Acceleration damping and clipping. Variable deltaT fix. 2011-07-05 16:59:00 +01:00
95d8fd4860 STYLE: Updated copyright dates 2011-05-11 11:34:38 +01:00
1a0095489b gcc-4.6.0 warnings: removed initialised but unused variables 2011-04-06 22:55:47 +01:00
fe9fc5e51d COMP: remove regExp dependency from polyBoundaryMesh 2011-02-18 17:52:42 +01:00
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
96edf6f32d STYLE: pass wordReList instead of wordList to polyBoundaryMesh::patchSet()
- make warning optional and reuse in cellDistFuncs::getPatchIDs
2011-02-08 13:48:01 +01:00
e95e9700c8 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-17 10:21:58 +01:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
589ddb0c3a ENH: support local forces/moments calculation
- can specify 'CofR', 'coordinateSystem' or implicitly (0 0 0)
  which increases the flexibility
2011-01-11 13:43:52 +01: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
da439f5484 STYLE: consistent naming for templated/non-templated patch field construction
eg,
    - makePatchTypeField -> makeTemplatePatchTypeField
    - makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
d87a880ebc COMP: avoid ambiguous construct from tmp - postProcessing 2010-12-17 18:16:01 +01:00
5e4c5c9469 COMP: macros for non-templated boundary conditions 2010-12-17 16:05:22 +01:00
eb5f2954b9 BUG: Reporting unit vector, not scaled vector. 2010-09-24 14:48:00 +01:00
8c6206e003 STYLE: Remove blank line. 2010-09-24 13:11:05 +01:00
f105d96af0 BUG: Fixes mantis issue 0000022: sixDoFRigidBodyMotion: Acceleration used as force. 2010-09-02 10:30:25 +01:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
fe43a59812 STYLE: Fixing gibberish description. 2010-06-14 18:36:38 +01:00
0ca515e3b1 Merge remote branch 'OpenCFD/master' into olesenm 2010-06-02 10:46:45 +02:00
ed6041eb50 ENH: Adding more useful information to sixDoFRigidBodyMotion restraint
reporting.

Making sixDoFRigidBodyMotionConstraints less verbose by default, now
requires debug switch to be set.
2010-05-31 12:00:53 +01:00
f9f988d82f Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
2010-05-31 11:50:56 +02:00
9525d57d71 STYLE: use readIfPresent instead of found/lookup combination 2010-05-20 08:52:45 +02:00