Commit Graph

4575 Commits

Author SHA1 Message Date
7b3da686d8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 19:13:37 +00:00
ed37aaaf9e STYLE: Minor change to ifdef 2010-02-08 19:10:49 +00:00
7fd1698680 ENH: Added turbulent viscosity BCs for Low-Re RAS turbulence models
- sets turbulence viscosity to zero for the patch
- providees access to the yPlus() function so that the yPlusRAS utility gives
  sensible values
2010-02-08 19:08:21 +00:00
d2b8b58b5c Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 17:59:06 +00:00
23ffbab474 BUG: lagrangian/intermediate - clause in table integration not handled 2010-02-08 17:58:54 +00:00
605088884e ENH: point merging of internal and patches.
Uses globalMeshData::mergePoints to topologically merge mesh points.
Also now require all patches on all processors so cleaned up all code for
handling zero-sized patches.
2010-02-08 17:36:13 +00:00
4e3efc9d0c STYLE: explain only collocated points addressed 2010-02-08 17:35:39 +00:00
f1ee3d3d6b BUG: mergePoints on mesh subset (e.g. patch) did not address points correctly. 2010-02-08 17:34:32 +00:00
b3630c3f45 ENH: update to porousExplicitSourceReactingParcelFoam filter tutorial 2010-02-08 16:32:08 +00:00
69215358f6 STYLE: Minor code style corrections 2010-02-08 15:51:20 +00:00
2f0692e002 Merge commit 'OpenCFD/master' into olesenm 2010-02-08 15:01:48 +01:00
ba08700859 ENH: Overhaul of look-up table injection models + added new model
- Added helper classes to simplify the handling of the injector properties
- Added new reacting multiphase injection model variant
2010-02-08 13:11:09 +00:00
9efcf2165b STYLE: More descriptive header comment 2010-02-08 13:07:52 +00:00
3eb95ac527 ENH: New shared point addressing.
Now mapDistribute structure to pull data from slaves to master and vice versa.
2010-02-08 11:38:51 +00:00
48c280b7eb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-08 11:17:24 +00:00
514aff79a3 ENH: dump .obj file in case of mismatched processor patch. 2010-02-08 11:16:47 +00:00
379eac4f74 BUG: meshes with differing pointsInstance and facesInstance were not decomposed correctly.
In case of differing pointsInstance and facesInstance it will
- read the points belonging to the facesInstance
- construct and write the mesh belonging to the facesInstance
  (so with the old, facesInstance, points)
- additionally write the current points to pointsInstance
2010-02-08 11:12:52 +00:00
573bd8ae76 Merge commit 'gitbundle/home' into olesenm 2010-02-08 11:55:21 +01:00
49a70d832d ENH: add C++-based wmkdepend parser (uses Coco/R grammar).
- This avoids dependency on lex/flex and provides better encapsulation
  for buffer switching. As a result, the maximum number of open files
  only corresponds to the include depth.
2010-02-07 14:31:40 +01:00
00616b72ff ENH: Add functionEntry '#calc' to dictionary
- handles basic operations, references to other dictionary entries
  (with '$name' syntax) and assorted mathematical functions:

      pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log,
      log10, mag, atan2, pow

The basic syntax: #calc{ ... };

NOTE the trailing ';' is required for the primitiveEntry to be
properly defined.
2010-02-07 13:58:10 +01:00
e40cfebe62 ENH: sixDoFRigidBodyMotion. Rewritten write function.
Now storing name of restraint or constraint in wordList in the
sixDoFRigidBodyMotion object.  Added a write method to all constraints
and restraints.
2010-02-05 20:07:22 +00:00
dd2b8a8200 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-05 17:20:02 +00:00
c0b236ec0e ENH: sixDoFRigidBodyMotion. Adding constraint and restraint names
wordLists.

BUG: sixDoFRigidBodyMotion.  Fixing naming of maxConstraintIterations_
inconsistency.
2010-02-05 17:07:41 +00:00
0178f8cd9d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-05 16:53:20 +00:00
2fd63db933 ENH: Point merging when postprocessing parallel runs
foamToEnsight will merge points on coupled patches. (only for mesh, not for
patches)
2010-02-05 16:27:03 +00:00
129ce922e2 ENH: Use new time looping structure 2010-02-05 16:26:09 +00:00
bcc32e1516 BUG: sixDoFRigidBodyMotion. Adding autoMap and rmap to BC. 2010-02-05 15:05:19 +00:00
4747a0c2e6 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-05 13:21:24 +00:00
d05795256e Merge commit 'OpenCFD/master' into olesenm 2010-02-05 12:28:50 +01:00
3c490dfe88 BUG: change ParaView_MAJOR to only contain version information without
leading text

* Something like ParaView_MAJOR=ParaView_3.6 would have previously
  been possible, but this violates paraview's expectation of having
  "lib/paraview-<digits>.<digits>"

* TODO? If desired, the ParaView_MAJOR could be determined
  automatically in the script.

  For example,
      ParaView_MAJOR=`echo $ParaView_VERSION | \
          sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`

  Or even,
      ParaView_MAJOR=${ParaView_VERSION%.[0-9]}

  Except that the second version fails if the minor version reaches
  double digits.
2010-02-05 11:55:53 +01:00
d7d97f1f36 ENH: Removed the -filterPatches option.
Option was not used anymore. Cleans up the code a bit.
2010-02-05 10:32:47 +00:00
07283ff315 ENH: add -builtin option to paraFoam (VTK builtin OpenFOAM reader)
- Also adjusted formatting of usage to match what argList generates
2010-02-05 08:36:44 +01:00
b98a01b28c ENH: surfaceInertia. Adding the calculation of the Q tensor, required
for six DoF motion bodies that are not principal axis aligned shapes
to start with.

Calculates the best match axes to give the most naturl transformation
from the Cartesian axes. The eigenvectors are returned in the order
relating to ascending magnitude of their eigenvalues - not necessarily
in a right handed triplet.
2010-02-04 19:51:31 +00:00
fbcfa196f2 BUG: sixDoFRigidBodyMotion. Was not skipping constraints and
restraints when there were none read.  Was not a problem for
restraints, but constraints were stopping the code on a maxIteration
trap, as it defaults to zero.
2010-02-04 19:26:19 +00:00
9c52c9f1cf BUG: floatingObject tutorial - typo in momentOfInertia 2010-02-04 19:24:44 +00:00
07418fe086 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-04 16:11:18 +00:00
7c0386fcf5 ENH: Field sources - added warning msg if seed point is not found
- also minor code style tweaks
2010-02-04 13:50:05 +00:00
21c3504199 ENH: Updated coalChemistryFoam tutorial case 2010-02-04 13:30:24 +00:00
0a873f1b0a ENH: More informative msg on construction of field sources 2010-02-04 13:26:46 +00:00
713e3e6b6e ENH: updated coalChemistryFoam solver to use the updated source mechanism 2010-02-04 13:25:55 +00:00
e610a1884f ENH: Initialising arrays in chemkinLexer to avoid compiler warnings 2010-02-04 12:11:05 +00:00
8505ac08dd Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-04 11:51:50 +00:00
76c0a7bfb9 STYLE: Minor coding style tweaks 2010-02-03 19:08:18 +00:00
98dcedc39e ENH: More descriptive header comments for explicit sources 2010-02-03 19:07:30 +00:00
f8faccf8dd ENH: updated porousExplicitSourceReactingParcelFoam filter tutorial 2010-02-03 18:48:33 +00:00
8bd56817fa ENH: Updated porousExplicitSourceReactingParcelFoam to employ
the updated explicit source functionality

- Updates to solver, equations, createFields and createExplicitSources
2010-02-03 18:45:05 +00:00
2bb9a4dd20 ENH: Overhaul of time activated explicit sources
- deprecated:
  - timeActivatedExplicitSource (old base type)
  - timeActivatedExplicitCellSource
  - timeActivatedExplicitMulticomponentPointSource

- introduced timeActivatedExplicitSource
  - templated on primitive type - scalar, vector, tensor...
  - takes as input, either a cell set or list of points
2010-02-03 18:36:49 +00:00
1a9e6bcfad Revert "Removing large test .obj files from surfaceInertia utility directory."
This reverts commit edfba8be92.
2010-02-03 18:36:30 +00:00
10d4c94d82 STYLE: dsmc. Removing viscosityCoefficient from dsmcProperties
dictionaries - redundant.
2010-02-03 18:05:23 +00:00
0293a5106a Merge branch 'sixDofPatch' 2010-02-03 17:48:07 +00:00