Commit Graph

4592 Commits

Author SHA1 Message Date
c194087671 In: src/postProcessing/functionObjects/forces, adding mechanisms for
restraints and constraints.

Moving sixDoFRigidBodyMotion back one directory.

Adding uncoupledSixDoFRigidBodyDisplacement to execute motion
specified by the six DoF motion state, but not applying surface
forces.  Useful for pre-displacing a mesh.

Adding constrainedSixDoFRigidBodyDisplacement to temporarily perform
Vorticity's lander simulation.  Will be removed when generalised
constraints are added.
2010-01-25 18:35:53 +00:00
6f80ffbb37 BUG: lagrangian intermediate library patch post-processing model.
- maxStoredParcels was not being initialised
2010-01-25 18:01:29 +00:00
2d91dedaa0 Merge commit 'OpenCFD/master' into olesenm 2010-01-22 13:23:43 +01:00
04c9364f9a Corrected usage for FatalErrorIn(...) - multiple C files 2010-01-22 11:21:42 +00:00
2900792fe6 Update to parcel IO in src/lagrangian lib.
- Added call to Particle<Type>::readfields(CloudType) in derived types
2010-01-22 11:18:33 +00:00
00841543e7 Coding style tweaks 2010-01-21 14:10:31 +00:00
3e276ce04c Added call to Particle readFields() in KinematicParcel readFields() 2010-01-21 13:50:59 +00:00
5000d734fa Removed setting of (newly generated) origId from particle if 'no read' specified 2010-01-21 13:50:01 +00:00
0477a6eddd Moved writing of cloud unifrom data from IOPosition to Cloud 2010-01-21 13:47:48 +00:00
ee593c6e82 Updated lagrangian intermediate injection model counters for parallel usage 2010-01-21 13:44:13 +00:00
85964460b8 Removed unused code-template code 2010-01-21 13:42:23 +00:00
9c3a7d3e20 Removed empty line at top of C file 2010-01-21 13:41:57 +00:00
70fff8fbcd Changed SeriousError to Info for a follow-on message. 2010-01-20 17:06:54 +00:00
cdb616eb48 Removed blank line. 2010-01-20 17:06:22 +00:00
129f796211 Merge branch 'master' into sixDofPatch 2010-01-19 13:31:36 +00:00
75f14f7c05 Incorrect index on compaction 2010-01-18 18:02:48 +00:00
ed4d1f6bdf Changed order of include files so get included before tecio.h 2010-01-18 18:02:25 +00:00
03956d46be Fix typos in tutorial initial conditions. 2010-01-15 19:33:39 +01:00
7dd1ad1e23 Adjust Make options for calcEntry. 2010-01-15 19:25:12 +01:00
6a8db69cf7 Merge remote branch 'bundle/olesenm' into home 2010-01-15 18:51:21 +01:00
583e1b1ed9 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-15 17:36:16 +00:00
8f656fffab Added functions to searchableSurface to get coordinates and store/retrieve an elementwise field.
Added numbering on searhableSurfaceCollection.
2010-01-15 17:34:26 +00:00
4d4276fd6d Adapted for new api of searchableSurface 2010-01-15 17:33:12 +00:00
c5a5079582 Changed printing 2010-01-15 17:21:42 +00:00
c182daf90a Corrected usage of treeBoundBox::extend 2010-01-15 17:21:20 +00:00
15d0becbb1 Changed field writing to have zeroGradient bc for ease of postprocessing 2010-01-15 17:20:42 +00:00
09aba41a19 Corrected indentation 2010-01-15 17:19:14 +00:00
00b4267a07 Corrected comment 2010-01-15 17:18:54 +00:00
5a87a542d0 Loosened tolerances for single precision running 2010-01-15 17:18:29 +00:00
bca38c7fde Removed unused comment 2010-01-15 17:17:58 +00:00
86743ace66 Corrected spelling in comment 2010-01-15 17:17:33 +00:00
06b1695962 Added conversion of zero-sized zones 2010-01-15 17:17:05 +00:00
d0b95d6949 Added mesh region option 2010-01-15 17:16:07 +00:00
b7ba2d273a Corrected printing to be on master only 2010-01-15 17:15:42 +00:00
7f64e0271d Changed comment in header 2010-01-15 17:14:42 +00:00
c9033fc36f Added optional settings at comment 2010-01-15 17:14:06 +00:00
a694f6e374 Replace a few uses of triSurface with the more general meshedSurface. 2010-01-15 17:27:03 +01:00
cdb8880cb3 Code clean-up 2010-01-15 15:57:44 +00:00
7a200e81b4 Add foamToSurface to dev repository.
- Extracts the boundary faces of a polyMesh to a meshedSurface and
  writes in various possible formats.
2010-01-15 16:20:06 +01:00
9478a81bce Use MeshedSurface instead of triSurface in ideasUnvToFoam 2010-01-15 15:04:44 +01:00
0d49e4711c Begin code refactoring of third-party file formats. 2010-01-15 14:35:50 +01:00
e2eab734f8 Clean-up of patch field default field name I/O 2010-01-15 11:59:29 +00:00
21048d9600 Disabled writing zero-sized faceZones since upset tecio library 2010-01-13 19:10:54 +00:00
0496e18123 Modified tolerances to take truncation error into account 2010-01-13 19:08:47 +00:00
1e78a14865 Handle tracking on face or edge 2010-01-13 19:08:01 +00:00
735de0c758 Assign points even when no merging; remove points used by illegal triangles 2010-01-13 19:07:04 +00:00
210f2305b6 Moved dumping of graph up to ease debugging 2010-01-13 19:06:11 +00:00
dc507b8c7d Relocated paraview PV_PLUGIN_PATH environment variable
- moved to $FOAM_LIBBIN/paraview so that built libraries sit in their
  own folder - avoids PV error msgs on start-up when it tries to load
  all libs under the $PV_PLUGIN_PATH
2010-01-13 10:50:32 +00:00
90032a8c02 Correcting typo in omega initial field in tutorial 2010-01-11 16:32:28 +00:00
550d754650 Bugfix: Xinf was incorrectly sized 2010-01-11 16:24:51 +00:00