Commit Graph

4651 Commits

Author SHA1 Message Date
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
3295abef5c Correction of version in tutorial chtMultiRegionFoam 2010-01-28 12:48:52 +00:00
c4c8f59f83 Merge branch 'master' into dev-chtMultiReagion 2010-01-28 12:30:53 +00:00
0b96ae5409 chtMultiRegionFoam files update 2010-01-28 12:28:18 +00:00
e931525a0f BUG: sets relating to geometry (most mesh errors) should be written to
pointsInstance.

For now also dump topology related sets to pointsInstance since otherwise
paraFoam cannot see them (only looks at first 'sets' directory when searching
back)
2010-01-28 12:19:17 +00:00
4b0c5233a9 STYLE: 80 char line length 2010-01-28 11:55:06 +00:00
29b76fa714 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-28 11:52:06 +00:00
0bf1587872 BUG: cell/face/pointSet should be read from facesInstance, not pointsInstance.
This comes up when displaying sets on moving meshes. The topology does not
change so the set should stay the same.
2010-01-28 11:50:52 +00:00
40710872fc chtMultiRegion tutorial modification 2010-01-28 11:10:31 +00:00
732ecc53ac Merge branch 'master' into dev-chtMultiReagion 2010-01-28 11:07:27 +00:00
001c78e37d STYLE: no spaces around bracketed args, eg (x) NOT ( x ) 2010-01-28 10:57:48 +00:00
f026a5af0e sixDoFRigidBody: adding constraints.
Added force to fixedPoint constraint.

Moved application of rotation matrices to function.

Implemented predictedPosition function.

Added maximum iteration check and under-relaxation variable.
2010-01-27 18:31:55 +00:00
cb5f5cb71c chtMultiregion tutorial 2010-01-27 17:24:39 +00:00
37c3248471 chtMultiRegion modification using Diff time limite 2010-01-27 17:11:47 +00:00
e559e22755 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-27 15:59:38 +00:00
9a5b1adc47 ENH: Updated calculation of heat release calculation (dQ)
- Earlier calculation of dQ was misleading - gave a measure of temperature
  change and not heat release - also mixed molar/mass units so value was
  somewhat random
- Updated to calculate enthalpy/sec [m2/s3] and improved/more descriptive
  comments
2010-01-27 15:56:17 +00:00
09da3f69a8 BUG: Updated DsmcParcel<ParcelType>::readFields(Cloud<ParcelType>& c)
- Left over from earlier commit 2900792fe6
2010-01-27 15:54:49 +00:00
721aadb7b6 BUG: was still using makeParcelIOList
Removed #include file
2010-01-27 15:28:40 +00:00
e9c2bd85fd ENH: Allow user to override paraview version 2010-01-27 15:17:51 +00:00
dc9a8981a3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-27 13:30:16 +00:00
011bbf46bc ENH: splitMeshRegions now fills in coupling information in directMapped patch.
- added directMapped*Patch constructors with uniform offset
- changed splitMeshRegions to use it
- adapted chtMultiRegionFoam tutorials
2010-01-27 13:24:06 +00:00
b4e99e369b Update versions: gcc-4.4.3, mpfr-2.4.2, gmp-5.0.0 and openmpi-1.4.1 2010-01-27 14:00:25 +01:00
95040bc1a0 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-01-27 12:44:58 +00:00
66aa2681bb STYLE: corrected comments - spelling + wording 2010-01-27 12:43:42 +00:00
18bd875669 ENH: Updated note for turbulent parcel velocity (Ux Uy Uz) instead of U etc 2010-01-27 12:42:57 +00:00
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
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
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