Commit Graph

4754 Commits

Author SHA1 Message Date
mattijs
dd2b8a8200 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-05 17:20:02 +00:00
graham
c0b236ec0e ENH: sixDoFRigidBodyMotion. Adding constraint and restraint names
wordLists.

BUG: sixDoFRigidBodyMotion.  Fixing naming of maxConstraintIterations_
inconsistency.
2010-02-05 17:07:41 +00:00
mattijs
0178f8cd9d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-05 16:53:20 +00:00
mattijs
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
mattijs
129ce922e2 ENH: Use new time looping structure 2010-02-05 16:26:09 +00:00
graham
bcc32e1516 BUG: sixDoFRigidBodyMotion. Adding autoMap and rmap to BC. 2010-02-05 15:05:19 +00:00
mattijs
4747a0c2e6 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-05 13:21:24 +00:00
Mark Olesen
d05795256e Merge commit 'OpenCFD/master' into olesenm 2010-02-05 12:28:50 +01:00
Mark Olesen
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
mattijs
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
Mark Olesen
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
graham
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
graham
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
graham
9c52c9f1cf BUG: floatingObject tutorial - typo in momentOfInertia 2010-02-04 19:24:44 +00:00
mattijs
07418fe086 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-04 16:11:18 +00:00
andy
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
andy
21c3504199 ENH: Updated coalChemistryFoam tutorial case 2010-02-04 13:30:24 +00:00
andy
0a873f1b0a ENH: More informative msg on construction of field sources 2010-02-04 13:26:46 +00:00
andy
713e3e6b6e ENH: updated coalChemistryFoam solver to use the updated source mechanism 2010-02-04 13:25:55 +00:00
andy
e610a1884f ENH: Initialising arrays in chemkinLexer to avoid compiler warnings 2010-02-04 12:11:05 +00:00
andy
8505ac08dd Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-04 11:51:50 +00:00
andy
76c0a7bfb9 STYLE: Minor coding style tweaks 2010-02-03 19:08:18 +00:00
andy
98dcedc39e ENH: More descriptive header comments for explicit sources 2010-02-03 19:07:30 +00:00
andy
f8faccf8dd ENH: updated porousExplicitSourceReactingParcelFoam filter tutorial 2010-02-03 18:48:33 +00:00
andy
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
andy
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
graham
1a9e6bcfad Revert "Removing large test .obj files from surfaceInertia utility directory."
This reverts commit edfba8be92.
2010-02-03 18:36:30 +00:00
graham
10d4c94d82 STYLE: dsmc. Removing viscosityCoefficient from dsmcProperties
dictionaries - redundant.
2010-02-03 18:05:23 +00:00
graham
0293a5106a Merge branch 'sixDofPatch' 2010-02-03 17:48:07 +00:00
mattijs
ab54683904 ENH: Automatically increase the time precision to make timeNames differ.
Before two timesteps could get the same timeName and start overwriting old results.
2010-02-03 16:56:06 +00:00
Mark Olesen
a562969196 STYLE: use more efficient ++iterator instead of iterator++ in string class. 2010-02-03 17:44:35 +01:00
graham
3afda6ea3e ENC: sixDoFRigidBodyMotion. Moving reporting of constraint and
restraint data to the classes themselves to allow class specific data
to be reported.
2010-02-03 16:41:32 +00:00
Mark Olesen
8426ca1a8c Merge commit 'OpenCFD/master' into olesenm 2010-02-03 17:40:37 +01:00
henry
31cf5f75ad AverageIOField: Corrected the initialisation of the value. 2010-02-03 14:53:31 +00:00
henry
7952f8f2fe kShellIntegration: Corrected the namespace of pi. 2010-02-03 14:52:57 +00:00
mattijs
d0f2aeb010 STYLE: define derived dimensionSets by calculating from existing ones 2010-02-03 11:36:42 +00:00
mattijs
30f45a64a4 STYLE: extraneous space 2010-02-03 06:20:17 +00:00
mattijs
36346ec1a2 ENH: Do a weighted balance before refinement and layer addition.
Have weight=7 on cells to be refined and balance. Then after refinement
there will be perfect balancing. Similar for layer addition.
2010-02-03 06:18:30 +00:00
mattijs
953030879e BUG: fixed retrieving field from sub surface.
It now caters for
- all surfaces having fields
- no surfaces having fields
but not a combination of those.
2010-02-03 06:15:41 +00:00
mattijs
1513507e94 ENH: sampling on a trisurface.
This directly samples on a triSurface (instead of using the isosurface of
distance=0 method)
2010-02-03 06:14:47 +00:00
mattijs
9c8a5246a9 BUG: Fix weight calculation.
The global sum of (integer) weights for metis&scotch has to be within the
valid range of integers. For now just divided the input (scalar) weights
with the minimum before truncating to integer.
2010-02-03 06:12:21 +00:00
mattijs
5dd93c1189 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-02-02 23:01:39 +00:00
graham
0f3e416001 BUG: sixDoFRigidBodyMotion. tabulatedAxialAngularSpring is now
tabulated with moment vs angle, not stiffness vs angle.
2010-02-02 21:13:29 +00:00
graham
9f23282e0d STYLE: surfaceInertia. Adding space to option description. 2010-02-02 19:12:58 +00:00
graham
c931631ffb BUG: sixDoFRigidBodyMotion. Fixing nan appearances when argument of acos > 1.0
Adding more constraint reporting.

Changed order of evaluation of while condition to make +iter first,
otherwise doesn't increment iter, reporting 0 iterations.
2010-02-02 19:12:03 +00:00
Mark Olesen
a070321792 ENH: Add usage information for snappyHexMesh -overwrite option.
Make debug optional.

- minor wording changes in the messages
2010-02-02 15:39:45 +01:00
graham
2170345d9e ENC: sixDoFRigidBodyMotion. Removing
constrainedSixDoFRigidBodyDisplacement BC - no longer needed.
2010-02-02 13:33:47 +00:00
graham
1ebc06fda3 Merge branch 'sixDofPatch' 2010-02-02 13:30:39 +00:00
graham
58052e72f8 ENC: sixDoFRigidBodyMotion. Adding tabulatedAxialAngularSpring restraint. 2010-02-02 13:17:17 +00:00
graham
8e850800f7 ENC: sixDoFRigidBodyMotion. Adding fixedAxis constraint. 2010-02-02 11:51:52 +00:00