Commit Graph

4754 Commits

Author SHA1 Message Date
andy
1dfe858021 ENH: Updates to patch post-processing for lagrangian/intermediate library.
- info now written as strings
- info now collected on master processor and written to top level
  postProcessing folder as postProcessing/lagrangian/<cloudName>/<time>/...
2010-01-27 12:39:03 +00:00
mattijs
6684a0d563 BUG: Have sensible value for refValue.
The refValue was being converted by mixedEnthalpy (even though it is not
used) so a sensible value is necessary to get it to go through the conversion.
So it now just gets the value
2010-01-27 12:37:38 +00:00
mattijs
c7b8b1f43c ENH: Allow proper restart (without knowing the boundary condition)
The boundary conditions were still accessing e.g. the temperature even
when restarting. Now they
will reread all their data if there is a 'value' field present.
2010-01-27 10:36:06 +00:00
mattijs
4fe467c3cb BUG: cellZone data was sized with pointZones size. 2010-01-27 10:30:29 +00:00
mattijs
adc151814c BUG: slicing of empty list
An empty list (m_) has no pointer so cannot be referenced. Instead we
now return a null pointer (which is no problem for UList)
2010-01-27 10:27:23 +00:00
mattijs
cae4d383cf BUG: script uses bash but starts /bin/sh 2010-01-27 10:26:04 +00:00
mattijs
3f559cbacd ENH: perturbed sample points 2010-01-27 10:25:25 +00:00
mattijs
9f6d081654 STYLE: added comment to explain limitations on pointsync 2010-01-27 10:24:12 +00:00
graham
a0522a2b7b sixDoFRigidBody: adding constraints.
Adding outline and placeholders for constraints and their solution.
2010-01-26 17:51:38 +00:00
graham
8bcb2c8f11 sixDoFRigidBody: adding restraints.
Applying restraints, which return the force and moment to be applied
to the attachment point.

Adding linearSpring with along axis damping.

Making access functions for the sixDoFRigidBodyMotion data private
where possible to prevent erroneous external use of body local data.

Fixing bug in unused updateForce(pointField...) function, torques were
not being correctly applied.

Adding gravity lookup to uncoupledSixDoFRigidBodyDisplacement BC to
allow it to be used in, for example, moveDynamicMesh (which would need
read gravity into the database).
2010-01-26 15:47:48 +00:00
Mark Olesen
ba69655de3 Merge commit 'OpenCFD/master' into olesenm 2010-01-26 09:06:52 +01:00
graham
edfba8be92 Removing large test .obj files from surfaceInertia utility directory. 2010-01-25 18:42:24 +00:00
graham
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
andy
6f80ffbb37 BUG: lagrangian intermediate library patch post-processing model.
- maxStoredParcels was not being initialised
2010-01-25 18:01:29 +00:00
Mark Olesen
2d91dedaa0 Merge commit 'OpenCFD/master' into olesenm 2010-01-22 13:23:43 +01:00
andy
04c9364f9a Corrected usage for FatalErrorIn(...) - multiple C files 2010-01-22 11:21:42 +00:00
andy
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
andy
00841543e7 Coding style tweaks 2010-01-21 14:10:31 +00:00
andy
3e276ce04c Added call to Particle readFields() in KinematicParcel readFields() 2010-01-21 13:50:59 +00:00
andy
5000d734fa Removed setting of (newly generated) origId from particle if 'no read' specified 2010-01-21 13:50:01 +00:00
andy
0477a6eddd Moved writing of cloud unifrom data from IOPosition to Cloud 2010-01-21 13:47:48 +00:00
andy
ee593c6e82 Updated lagrangian intermediate injection model counters for parallel usage 2010-01-21 13:44:13 +00:00
andy
85964460b8 Removed unused code-template code 2010-01-21 13:42:23 +00:00
andy
9c3a7d3e20 Removed empty line at top of C file 2010-01-21 13:41:57 +00:00
henry
70fff8fbcd Changed SeriousError to Info for a follow-on message. 2010-01-20 17:06:54 +00:00
henry
cdb616eb48 Removed blank line. 2010-01-20 17:06:22 +00:00
graham
129f796211 Merge branch 'master' into sixDofPatch 2010-01-19 13:31:36 +00:00
mattijs
75f14f7c05 Incorrect index on compaction 2010-01-18 18:02:48 +00:00
mattijs
ed4d1f6bdf Changed order of include files so get included before tecio.h 2010-01-18 18:02:25 +00:00
Mark Olesen
03956d46be Fix typos in tutorial initial conditions. 2010-01-15 19:33:39 +01:00
Mark Olesen
7dd1ad1e23 Adjust Make options for calcEntry. 2010-01-15 19:25:12 +01:00
Mark Olesen
6a8db69cf7 Merge remote branch 'bundle/olesenm' into home 2010-01-15 18:51:21 +01:00
mattijs
583e1b1ed9 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-15 17:36:16 +00:00
mattijs
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
mattijs
4d4276fd6d Adapted for new api of searchableSurface 2010-01-15 17:33:12 +00:00
mattijs
c5a5079582 Changed printing 2010-01-15 17:21:42 +00:00
mattijs
c182daf90a Corrected usage of treeBoundBox::extend 2010-01-15 17:21:20 +00:00
mattijs
15d0becbb1 Changed field writing to have zeroGradient bc for ease of postprocessing 2010-01-15 17:20:42 +00:00
mattijs
09aba41a19 Corrected indentation 2010-01-15 17:19:14 +00:00
mattijs
00b4267a07 Corrected comment 2010-01-15 17:18:54 +00:00
mattijs
5a87a542d0 Loosened tolerances for single precision running 2010-01-15 17:18:29 +00:00
mattijs
bca38c7fde Removed unused comment 2010-01-15 17:17:58 +00:00
mattijs
86743ace66 Corrected spelling in comment 2010-01-15 17:17:33 +00:00
mattijs
06b1695962 Added conversion of zero-sized zones 2010-01-15 17:17:05 +00:00
mattijs
d0b95d6949 Added mesh region option 2010-01-15 17:16:07 +00:00
mattijs
b7ba2d273a Corrected printing to be on master only 2010-01-15 17:15:42 +00:00
mattijs
7f64e0271d Changed comment in header 2010-01-15 17:14:42 +00:00
mattijs
c9033fc36f Added optional settings at comment 2010-01-15 17:14:06 +00:00
Mark Olesen
a694f6e374 Replace a few uses of triSurface with the more general meshedSurface. 2010-01-15 17:27:03 +01:00
andy
cdb8880cb3 Code clean-up 2010-01-15 15:57:44 +00:00