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
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
a562969196
STYLE: use more efficient ++iterator instead of iterator++ in string class.
2010-02-03 17:44:35 +01:00
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
8426ca1a8c
Merge commit 'OpenCFD/master' into olesenm
2010-02-03 17:40:37 +01:00
31cf5f75ad
AverageIOField: Corrected the initialisation of the value.
2010-02-03 14:53:31 +00:00
7952f8f2fe
kShellIntegration: Corrected the namespace of pi.
2010-02-03 14:52:57 +00:00
d0f2aeb010
STYLE: define derived dimensionSets by calculating from existing ones
2010-02-03 11:36:42 +00:00
30f45a64a4
STYLE: extraneous space
2010-02-03 06:20:17 +00:00
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
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
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
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
5dd93c1189
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-02 23:01:39 +00:00
0f3e416001
BUG: sixDoFRigidBodyMotion. tabulatedAxialAngularSpring is now
...
tabulated with moment vs angle, not stiffness vs angle.
2010-02-02 21:13:29 +00:00
9f23282e0d
STYLE: surfaceInertia. Adding space to option description.
2010-02-02 19:12:58 +00:00
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
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
2170345d9e
ENC: sixDoFRigidBodyMotion. Removing
...
constrainedSixDoFRigidBodyDisplacement BC - no longer needed.
2010-02-02 13:33:47 +00:00
1ebc06fda3
Merge branch 'sixDofPatch'
2010-02-02 13:30:39 +00:00
58052e72f8
ENC: sixDoFRigidBodyMotion. Adding tabulatedAxialAngularSpring restraint.
2010-02-02 13:17:17 +00:00
8e850800f7
ENC: sixDoFRigidBodyMotion. Adding fixedAxis constraint.
2010-02-02 11:51:52 +00:00
f26b41ef0c
ENC: sixDoFRigidBodyMotion. Adding linearAxialAngularSpring restraint.
2010-02-01 19:59:15 +00:00
f8cad124c7
ENC: sixDoFRigidBodyMotion. Adding fixedOrientation constraint.
...
Adding report Switch to turn on reporting.
Renaming linearSphericalAngularSpring to sphericalAngularSpring and
getting a moment contribution from each axis. Can supply a reference
orientation.
2010-02-01 16:58:34 +00:00
992344ffac
ENH: sampling on triSurfaceMesh
...
sampledTriSurfaceMesh adds sampling on points/triangles of a triSurface(mesh).
All values outside mesh are set to 0.
2010-02-01 16:31:48 +00:00
82dab7d673
ENH: Updated the porousExplicitSourceReactingParcelFoam solver to use the
...
reacting multi-phase level of cloud/parcel
- changes to createClouds.H
- updated tutorial cases to reflect changes
2010-02-01 13:14:34 +00:00
6bc017469c
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-02-01 09:14:32 +00:00
e268867f47
expDirectionMixed BC: Deleted.
...
Legacy BC superceded by directionMixed.
2010-02-01 09:14:29 +00:00
6cecf20555
ENC: sixDoFRigidBodyMotion. Adding writing of restraints and
...
constraints to dictionary.
2010-01-29 20:27:29 +00:00
9b5ea8ccff
STYLE: Added some comment to the parameters in 6dof bc
2010-01-29 15:24:52 +00:00
8f44357555
ENH: sixDoFRigidBodyMotion. Adding linearSphericalAngularSpring restraint.
...
Moving maximum iteration FatalErrorIn check after constraint while loop.
Adding currentOrientation function to give access to Q, but safely and
with a more descriptive name for the function.
2010-01-29 15:20:42 +00:00
20ac00f67c
ENH: have -loop option on setSet to enable -batch over a set of directories.
...
Only allowed in batch mode. Causes any set to be written to time directory
instead of facesInstance.
2010-01-29 11:43:28 +00:00
a3caa33ef4
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-29 10:29:34 +00:00
8b7f6666ca
ENH: sets are now searched for.
...
Some tools now output sets at the pointsInstance (if relating to geometry),
some at the facesInstance (if relating to topology).
So when loading them we now search for them from current time down
to facesInstance. They cannot be beyond facesInstance.
Adapted Time::findInstance to take optional limiting instance. Adapted
topoSet to use this. Adapted all uses of IOobjectList on sets to do the
same.
2010-01-29 10:25:13 +00:00
79a14c4b7c
BUG: sixDoFRigidBodyMotion, calling boolean function along with
...
boolean test was not actually calling the function. Probably
optimised out.
2010-01-28 16:35:19 +00:00
a55257783d
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-28 16:30:41 +00:00
6fb475b439
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-01-28 16:08:17 +00:00
200b5d4f29
GeometricField: Reformatted slightly.
2010-01-28 16:08:11 +00:00
d36bb781b7
timeVaryingMappedFixedValueFvPatchField: Added the option to specify the name of the field data table.
...
Defaults to the name of the field the BC is being applied to but may be set
using the keyword fieldTableName, e.g.
fieldTableName totalPressure;
2010-01-28 16:07:18 +00:00
5579f7afe4
AverageIOField: Changed the average value to be member data.
2010-01-28 16:06:30 +00:00
3b038c3702
settlingFoam: Changed to solving for pmh (static pressure minus hydrostatic pressure).
...
While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they
are not on non-orthogonal meshes and the difference is very important for
buoyancy-dominated flows such as settling. settlingFoam is now written in terms
of pmh (static pressure minus hydrostatic pressure) which used to be called pd
but that confused too may people.
2010-01-28 16:06:08 +00:00
b1b7fbec65
buoyantPressureFvPatchScalarField: added support for pmh (pressure - hydrostatic) which is the new name for pd.
2010-01-28 16:04:36 +00:00
c8bff9673a
BUG: getRefCellValue() (used by the solvers) supplied an incorrect template arg
...
to the returnReduce() function that led to some odd behaviour.
2010-01-28 16:03:49 +00:00
4561d95209
pTraits: Added non-const access function to the value.
2010-01-28 16:01:56 +00:00
36ed688f2d
Merge branch 'master' into sixDofPatch
2010-01-28 15:33:50 +00:00
c6701df1f6
sixDoFRigidBody: adding constraints.
...
Adding fixedPlane and fixedLine constraints.
2010-01-28 15:27:08 +00:00
d5829988d8
plane class: adding normalisation of normal vector for vector only
...
constructor.
2010-01-28 13:56:13 +00:00
d1874a0529
STYLE: removed spurious //'s
2010-01-28 12:50:27 +00:00